#392145

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

Shades of Blackcurrant #392145

Tints of Blackcurrant #392145

Color information

#392145 (or 0x392145) is unknown color: approx Blackcurrant. HEX triplet: 39, 21 and 45. RGB value is (57,33,69). Sum of RGB (Red+Green+Blue) = 57+33+69=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 69 - color contains mainly: blue. Hex color #392145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392145 is #C6DEBA. Grayscale: #2C2C2C. Windows color (decimal): -13033147 or 4530489. OLE color: 4530489.

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

Color convert

RGB573369-
CMYK0.170.5200.73
HSL280º35.29%20%-
HSV(B)280º52.17%27.06%-
XYZ3.312.395.92-
YUV44.28141.95137.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=35.85%
G=20.75%
B=43.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5733690.170.5200.7328035.2920
Hex39214511340491182314
Octal7141105216401114304324
Binary1110011000011000101100011101000100100110001100010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392145; }

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

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

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

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

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

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

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

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