Html Css Color HEX #372248 Jagger

📋 copy color: '#372248'

red 55 ◦ green 34 ◦ blue 72

#372248
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #372248

Tints of Jagger #372248

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 value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#372248 (or 0x372248) is known color: 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

RGB 55 34 72 -
CMYK 0.24 0.53 0 0.72
HSL 273.16º 0.36% 0.21% -
HSV(B) 273.16º 0.53% 0.28% -
XYZ 3.32 2.42 6.42 -
YUV 44.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 55 34 72 0.24 0.53 0 0.72 273.16 0.36 0.21
Hex 37 22 48 18 35 0 48 111 24 15
Octal 67 42 110 30 65 0 110 421 44 25
Binary 110111 100010 1001000 11000 110101 0 1001000 100010001 100100 10101

Color Harmonies of #372248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372248

Black with #372248

Text Example


Text Example

White with #372248

Text Example


Text Example

HTML Codes & Css Web 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>