#392941

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

Shades of Jagger #392941

Tints of Jagger #392941

Color information

#392941 (or 0x392941) is unknown color: approx Jagger. HEX triplet: 39, 29 and 41. RGB value is (57,41,65). Sum of RGB (Red+Green+Blue) = 57+41+65=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #392941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392941 is #C6D6BE. Grayscale: #303030. Windows color (decimal): -13031103 or 4270393. OLE color: 4270393.

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

Color convert

RGB574165-
CMYK0.120.3700.75
HSL280º22.64%20.78%-
HSV(B)280º36.92%25.49%-
XYZ3.432.845.37-
YUV48.52137.3134.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.97%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 65 (25.78% from 255) = 39.88%
R=34.97%
G=25.15%
B=39.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5741650.120.3700.7528022.6420.78
Hex392941C2504B1181715
Octal7151101144501134302725
Binary11100110100110000011100100101010010111000110001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392941; }

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

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

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

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

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

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

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

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