#39024A

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

Shades of Blackcurrant #39024A

Tints of Blackcurrant #39024A

Color information

#39024A (or 0x39024A) is unknown color: approx Blackcurrant. HEX triplet: 39, 02 and 4A. RGB value is (57,2,74). Sum of RGB (Red+Green+Blue) = 57+2+74=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #39024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39024A is #C6FDB5. Grayscale: #1A1A1A. Windows color (decimal): -13041078 or 4850233. OLE color: 4850233.

HSL color Cylindrical-coordinate representation of color #39024A: hue angle of 285.83º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39024A is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB57274-
CMYK0.230.9700.71
HSL285.83º94.74%14.9%-
HSV(B)285.83º97.3%29.02%-
XYZ2.951.416.6-
YUV26.65154.72149.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 74 (29.30% from 255) = 55.64%
R=42.86%
G=1.50%
B=55.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal572740.230.9700.71285.8394.7414.9
Hex3924A176104711e5ff
Octal71211227141010743613717
Binary1110011010010101011111000010100011110001111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39024A; }

 p { color: rgb(57,2,74); }

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

<style>
 a { background-color: #39024A; }

 a { background-color: rgb(57,2,74); }

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

<style>
 span { border-color: #39024A; }

 span { border-color: rgb(57,2,74); }

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