Html Css Color HEX #372249 Jagger

📋 copy color: '#372249'

red 55 ◦ green 34 ◦ blue 73

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

Shades of Jagger #372249

Tints of Jagger #372249

RGB

 RED value IS 55 (21.88% from 255) = 33.95%

 GREEN value IS 34 (13.67% from 255) = 20.99%

 BLUE value IS 73 (28.91% from 255) = 45.06%

R = 33.95%
G = 20.99%
B = 45.06%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#372249 (or 0x372249) is known color: Jagger. HEX triplet: 37, 22 and 49. RGB value is (55,34,73). Sum of RGB (Red+Green+Blue) = 55+34+73=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #372249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372249 is #C8DDB6. Grayscale: #2C2C2C. Windows color (decimal): -13163959 or 4792887. OLE color: 4792887.

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

Color convert

RGB 55 34 73 -
CMYK 0.25 0.53 0 0.71
HSL 272.31º 0.36% 0.21% -
HSV(B) 272.31º 0.53% 0.29% -
XYZ 3.35 2.44 6.6 -
YUV 44.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 55 34 73 0.25 0.53 0 0.71 272.31 0.36 0.21
Hex 37 22 49 19 35 0 47 110 24 15
Octal 67 42 111 31 65 0 107 420 44 25
Binary 110111 100010 1001001 11001 110101 0 1000111 100010000 100100 10101

Color Harmonies of #372249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372249

Black with #372249

Text Example


Text Example

White with #372249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372249; }

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

 H1.HeaderClassName
 {
   color: #372249;
 }
 .AnyTagClassName
 {
   color: #372249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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