#372248

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

Shades of Jagger #372248

Tints of Jagger #372248

Color information

#372248 (or 0x372248) is unknown color: approx Jagger. HEX triplet: 37, 22 and 48. RGB value is (55,34,72). Sum of RGB (Red+Green+Blue) = 55+34+72=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #372248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372248 is #C8DDB7. Grayscale: #2C2C2C. Windows color (decimal): -13163960 or 4727351. OLE color: 4727351.

HSL color Cylindrical-coordinate representation of color #372248: hue angle of 273.16º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #372248 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB553472-
CMYK0.240.5300.72
HSL273.16º35.85%20.78%-
HSV(B)273.16º52.78%28.24%-
XYZ3.322.426.42-
YUV44.61143.46135.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=34.16%
G=21.12%
B=44.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5534720.240.5300.72273.1635.8520.78
Hex37224818350481112415
Octal6742110306501104214425
Binary1101111000101001000110001101010100100010001000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372248; }

 p { color: rgb(55,34,72); }

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

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

 a { background-color: rgb(55,34,72); }

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

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

 span { border-color: rgb(55,34,72); }

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