Html Css Color HEX #372448 Jagger

📋 copy color: '#372448'

red 55 ◦ green 36 ◦ blue 72

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

Shades of Jagger #372448

Tints of Jagger #372448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.17%

R = 33.74%
G = 22.09%
B = 44.17%

CMYK

 C value IS 0.24

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#372448 (or 0x372448) is known color: Jagger. HEX triplet: 37, 24 and 48. RGB value is (55,36,72). Sum of RGB (Red+Green+Blue) = 55+36+72=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #372448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372448 is #C8DBB7. Grayscale: #2D2D2D. Windows color (decimal): -13163448 or 4727863. OLE color: 4727863.

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

Color convert

RGB 55 36 72 -
CMYK 0.24 0.5 0 0.72
HSL 271.67º 0.33% 0.21% -
HSV(B) 271.67º 0.5% 0.28% -
XYZ 3.38 2.54 6.44 -
YUV 45.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 55 36 72 0.24 0.5 0 0.72 271.67 0.33 0.21
Hex 37 24 48 18 32 0 48 110 21 15
Octal 67 44 110 30 62 0 110 420 41 25
Binary 110111 100100 1001000 11000 110010 0 1001000 100010000 100001 10101

Color Harmonies of #372448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372448

Black with #372448

Text Example


Text Example

White with #372448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372448; }

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

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

background-color css

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

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

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

border-color css

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

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

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