Html Css Color HEX #372449 Jagger

📋 copy color: '#372449'

red 55 ◦ green 36 ◦ blue 73

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

Shades of Jagger #372449

Tints of Jagger #372449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.95%

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

R = 33.54%
G = 21.95%
B = 44.51%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#372449 (or 0x372449) is known color: Jagger. HEX triplet: 37, 24 and 49. RGB value is (55,36,73). Sum of RGB (Red+Green+Blue) = 55+36+73=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #372449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372449 is #C8DBB6. Grayscale: #2D2D2D. Windows color (decimal): -13163447 or 4793399. OLE color: 4793399.

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

Color convert

RGB 55 36 73 -
CMYK 0.25 0.51 0 0.71
HSL 270.81º 0.34% 0.21% -
HSV(B) 270.81º 0.51% 0.29% -
XYZ 3.41 2.56 6.62 -
YUV 45.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 55 36 73 0.25 0.51 0 0.71 270.81 0.34 0.21
Hex 37 24 49 19 33 0 47 10F 22 15
Octal 67 44 111 31 63 0 107 417 42 25
Binary 110111 100100 1001001 11001 110011 0 1000111 100001111 100010 10101

Color Harmonies of #372449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372449

Black with #372449

Text Example


Text Example

White with #372449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372449; }

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

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

background-color css

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

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

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

border-color css

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

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

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