#39164D

Color #39164D Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #39164D

Tints of Blackcurrant #39164D

Color information

#39164D (or 0x39164D) is unknown color: approx Blackcurrant. HEX triplet: 39, 16 and 4D. RGB value is (57,22,77). Sum of RGB (Red+Green+Blue) = 57+22+77=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #39164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39164D is #C6E9B2. Grayscale: #262626. Windows color (decimal): -13035955 or 5051961. OLE color: 5051961.

HSL color Cylindrical-coordinate representation of color #39164D: hue angle of 278.18º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39164D is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB572277-
CMYK0.260.7100.70
HSL278.18º55.56%19.41%-
HSV(B)278.18º71.43%30.2%-
XYZ3.311.987.23-
YUV38.74149.6141.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 36.54%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 77 (30.47% from 255) = 49.36%
R=36.54%
G=14.10%
B=49.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5722770.260.7100.70278.1855.5619.41
Hex39164D1A470461163813
Octal71261153210701064267023
Binary1110011011010011011101010001110100011010001011011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39164D; }

 p { color: rgb(57,22,77); }

 H1.HeaderClassName
 {
   color: #39164D;
 }
 .AnyTagClassName
 {
   color: #39164D;
 }
</style>
background-color css

<style>
 a { background-color: #39164D; }

 a { background-color: rgb(57,22,77); }

 div.DivClassName
 {
   background-color: #39164D;
 }
 .BgClassName
 {
   background-color: #39164D;
 }
</style>
border-color css

<style>
 span { border-color: #39164D; }

 span { border-color: rgb(57,22,77); }

 td.TdClassName
 {
   border-color: #39164D;
 }
 .TagClassName
 {
   border-color: #39164D;
 }
</style>