#392940

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

Shades of Jagger #392940

Tints of Jagger #392940

Color information

#392940 (or 0x392940) is unknown color: approx Jagger. HEX triplet: 39, 29 and 40. RGB value is (57,41,64). Sum of RGB (Red+Green+Blue) = 57+41+64=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #392940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392940 is #C6D6BF. Grayscale: #303030. Windows color (decimal): -13031104 or 4204857. OLE color: 4204857.

HSL color Cylindrical-coordinate representation of color #392940: hue angle of 281.74º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #392940 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB574164-
CMYK0.110.3600.75
HSL281.74º21.9%20.59%-
HSV(B)281.74º35.94%25.1%-
XYZ3.412.835.22-
YUV48.41136.8134.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.19%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 64 (25.39% from 255) = 39.51%
R=35.19%
G=25.31%
B=39.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5741640.110.3600.75281.7421.920.59
Hex392940B2404B11a1615
Octal7151100134401134322625
Binary11100110100110000001011100100010010111000110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392940; }

 p { color: rgb(57,41,64); }

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

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

 a { background-color: rgb(57,41,64); }

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

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

 span { border-color: rgb(57,41,64); }

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