#39064D

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

Shades of Blackcurrant #39064D

Tints of Blackcurrant #39064D

Color information

#39064D (or 0x39064D) is unknown color: approx Blackcurrant. HEX triplet: 39, 06 and 4D. RGB value is (57,6,77). Sum of RGB (Red+Green+Blue) = 57+6+77=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #39064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39064D is #C6F9B2. Grayscale: #1D1D1D. Windows color (decimal): -13040051 or 5047865. OLE color: 5047865.

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

Color convert

RGB57677-
CMYK0.260.9200.70
HSL283.1º85.54%16.27%-
HSV(B)283.1º92.21%30.2%-
XYZ3.091.547.15-
YUV29.34154.9147.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 77 (30.47% from 255) = 55%
R=40.71%
G=4.29%
B=55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal576770.260.9200.70283.185.5416.27
Hex3964D1A5C04611b5610
Octal71611532134010643312620
Binary111001110100110111010101110001000110100011011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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