#392045

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

Shades of Blackcurrant #392045

Tints of Blackcurrant #392045

Color information

#392045 (or 0x392045) is unknown color: approx Blackcurrant. HEX triplet: 39, 20 and 45. RGB value is (57,32,69). Sum of RGB (Red+Green+Blue) = 57+32+69=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 69 - color contains mainly: blue. Hex color #392045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392045 is #C6DFBA. Grayscale: #2B2B2B. Windows color (decimal): -13033403 or 4530233. OLE color: 4530233.

HSL color Cylindrical-coordinate representation of color #392045: hue angle of 280.54º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #392045 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB573269-
CMYK0.170.5400.73
HSL280.54º36.63%19.8%-
HSV(B)280.54º53.62%27.06%-
XYZ3.282.335.91-
YUV43.69142.28137.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 69 (27.34% from 255) = 43.67%
R=36.08%
G=20.25%
B=43.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5732690.170.5400.73280.5436.6319.8
Hex39204511360491192514
Octal7140105216601114314524
Binary1110011000001000101100011101100100100110001100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392045; }

 p { color: rgb(57,32,69); }

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

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

 a { background-color: rgb(57,32,69); }

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

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

 span { border-color: rgb(57,32,69); }

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