#372941

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

Shades of Jagger #372941

Tints of Jagger #372941

Color information

#372941 (or 0x372941) is unknown color: approx Jagger. HEX triplet: 37, 29 and 41. RGB value is (55,41,65). Sum of RGB (Red+Green+Blue) = 55+41+65=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #372941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372941 is #C8D6BE. Grayscale: #2F2F2F. Windows color (decimal): -13162175 or 4270391. OLE color: 4270391.

HSL color Cylindrical-coordinate representation of color #372941: hue angle of 275º 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 #372941 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB554165-
CMYK0.150.3700.75
HSL275º22.64%20.78%-
HSV(B)275º36.92%25.49%-
XYZ3.322.785.36-
YUV47.92137.64133.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=34.16%
G=25.47%
B=40.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5541650.150.3700.7527522.6420.78
Hex372941F2504B1131715
Octal6751101174501134232725
Binary11011110100110000011111100101010010111000100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372941; }

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

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

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

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

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

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

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

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