#39024E

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

Shades of Blackcurrant #39024E

Tints of Blackcurrant #39024E

Color information

#39024E (or 0x39024E) is unknown color: approx Blackcurrant. HEX triplet: 39, 02 and 4E. RGB value is (57,2,78). Sum of RGB (Red+Green+Blue) = 57+2+78=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #39024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39024E is #C6FDB1. Grayscale: #1A1A1A. Windows color (decimal): -13041074 or 5112377. OLE color: 5112377.

HSL color Cylindrical-coordinate representation of color #39024E: hue angle of 283.42º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39024E is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB57278-
CMYK0.270.9700.69
HSL283.42º95%15.69%-
HSV(B)283.42º97.44%30.59%-
XYZ3.081.467.33-
YUV27.11156.72149.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 78 (30.86% from 255) = 56.93%
R=41.61%
G=1.46%
B=56.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal572780.270.9700.69283.429515.69
Hex3924E1B6104511b5f10
Octal71211633141010543313720
Binary11100110100111011011110000101000101100011011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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