Html Css Color HEX #372048 Jagger

📋 copy color: '#372048'

red 55 ◦ green 32 ◦ blue 72

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

Shades of Jagger #372048

Tints of Jagger #372048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.13%

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

R = 34.59%
G = 20.13%
B = 45.28%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#372048 (or 0x372048) is known color: Jagger. HEX triplet: 37, 20 and 48. RGB value is (55,32,72). Sum of RGB (Red+Green+Blue) = 55+32+72=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #372048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372048 is #C8DFB7. Grayscale: #2B2B2B. Windows color (decimal): -13164472 or 4726839. OLE color: 4726839.

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

Color convert

RGB 55 32 72 -
CMYK 0.24 0.56 0 0.72
HSL 274.5º 0.38% 0.2% -
HSV(B) 274.5º 0.56% 0.28% -
XYZ 3.26 2.31 6.41 -
YUV 43.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 55 32 72 0.24 0.56 0 0.72 274.5 0.38 0.2
Hex 37 20 48 18 38 0 48 112 26 14
Octal 67 40 110 30 70 0 110 422 46 24
Binary 110111 100000 1001000 11000 111000 0 1001000 100010010 100110 10100

Color Harmonies of #372048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372048

Black with #372048

Text Example


Text Example

White with #372048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372048; }

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

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

background-color css

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

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

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

border-color css

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

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

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