#39054F

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

Shades of Blackcurrant #39054F

Tints of Blackcurrant #39054F

Color information

#39054F (or 0x39054F) is unknown color: approx Blackcurrant. HEX triplet: 39, 05 and 4F. RGB value is (57,5,79). Sum of RGB (Red+Green+Blue) = 57+5+79=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 79 (31.25% from 255 or 56.03% from 141); Max value from RGB is 79 - color contains mainly: blue. Hex color #39054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39054F is #C6FAB0. Grayscale: #1C1C1C. Windows color (decimal): -13040305 or 5178681. OLE color: 5178681.

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

Color convert

RGB57579-
CMYK0.280.9400.69
HSL282.16º88.1%16.47%-
HSV(B)282.16º93.67%30.98%-
XYZ3.151.547.53-
YUV28.98156.23147.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 79 (31.25% from 255) = 56.03%
R=40.43%
G=3.55%
B=56.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal575790.280.9400.69282.1688.116.47
Hex3954F1C5E04511a5810
Octal71511734136010543213020
Binary111001101100111111100101111001000101100011010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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