#39164F

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

Shades of Blackcurrant #39164F

Tints of Blackcurrant #39164F

Color information

#39164F (or 0x39164F) is unknown color: approx Blackcurrant. HEX triplet: 39, 16 and 4F. RGB value is (57,22,79). Sum of RGB (Red+Green+Blue) = 57+22+79=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #39164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39164F is #C6E9B0. Grayscale: #262626. Windows color (decimal): -13035953 or 5183033. OLE color: 5183033.

HSL color Cylindrical-coordinate representation of color #39164F: hue angle of 276.84º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39164F is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB572279-
CMYK0.280.7200.69
HSL276.84º56.44%19.8%-
HSV(B)276.84º72.15%30.98%-
XYZ3.392.017.61-
YUV38.96150.6140.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 79 (31.25% from 255) = 50%
R=36.08%
G=13.92%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5722790.280.7200.69276.8456.4419.8
Hex39164F1C480451153814
Octal71261173411001054257024
Binary1110011011010011111110010010000100010110001010111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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