#392541

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

Shades of Blackcurrant #392541

Tints of Blackcurrant #392541

Color information

#392541 (or 0x392541) is unknown color: approx Blackcurrant. HEX triplet: 39, 25 and 41. RGB value is (57,37,65). Sum of RGB (Red+Green+Blue) = 57+37+65=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #392541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392541 is #C6DABE. Grayscale: #2E2E2E. Windows color (decimal): -13032127 or 4269369. OLE color: 4269369.

HSL color Cylindrical-coordinate representation of color #392541: hue angle of 282.86º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #392541 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB573765-
CMYK0.120.4300.75
HSL282.86º27.45%20%-
HSV(B)282.86º43.08%25.49%-
XYZ3.32.575.32-
YUV46.17138.63135.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 65 (25.78% from 255) = 40.88%
R=35.85%
G=23.27%
B=40.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5737650.120.4300.75282.8627.4520
Hex392541C2B04B11b1b14
Octal7145101145301134333324
Binary11100110010110000011100101011010010111000110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392541; }

 p { color: rgb(57,37,65); }

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

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

 a { background-color: rgb(57,37,65); }

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

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

 span { border-color: rgb(57,37,65); }

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