#372645

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

Shades of Jagger #372645

Tints of Jagger #372645

Color information

#372645 (or 0x372645) is unknown color: approx Jagger. HEX triplet: 37, 26 and 45. RGB value is (55,38,69). Sum of RGB (Red+Green+Blue) = 55+38+69=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 69 - color contains mainly: blue. Hex color #372645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372645 is #C8D9BA. Grayscale: #2E2E2E. Windows color (decimal): -13162939 or 4531767. OLE color: 4531767.

HSL color Cylindrical-coordinate representation of color #372645: hue angle of 272.9º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #372645 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB553869-
CMYK0.200.4500.73
HSL272.9º28.97%20.98%-
HSV(B)272.9º44.93%27.06%-
XYZ3.342.635.96-
YUV46.62140.63133.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 69 (27.34% from 255) = 42.59%
R=33.95%
G=23.46%
B=42.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5538690.200.4500.73272.928.9720.98
Hex372645142D0491111d15
Octal6746105245501114213525
Binary110111100110100010110100101101010010011000100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372645; }

 p { color: rgb(55,38,69); }

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

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

 a { background-color: rgb(55,38,69); }

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

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

 span { border-color: rgb(55,38,69); }

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