Html Css Color HEX #372544 Jagger

📋 copy color: '#372544'

red 55 ◦ green 37 ◦ blue 68

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

Shades of Jagger #372544

Tints of Jagger #372544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.13%

 BLUE value IS 68 (26.95% from 255) = 42.5%

R = 34.38%
G = 23.13%
B = 42.5%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#372544 (or 0x372544) is known color: Jagger. HEX triplet: 37, 25 and 44. RGB value is (55,37,68). Sum of RGB (Red+Green+Blue) = 55+37+68=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 68 - color contains mainly: blue. Hex color #372544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372544 is #C8DABB. Grayscale: #2D2D2D. Windows color (decimal): -13163196 or 4465975. OLE color: 4465975.

HSL color Cylindrical-coordinate representation of color #372544: hue angle of 274.84º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #372544 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 37 68 -
CMYK 0.19 0.46 0 0.73
HSL 274.84º 0.3% 0.21% -
HSV(B) 274.84º 0.46% 0.27% -
XYZ 3.28 2.55 5.79 -
YUV 45.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 55 37 68 0.19 0.46 0 0.73 274.84 0.3 0.21
Hex 37 25 44 13 2E 0 49 113 1E 15
Octal 67 45 104 23 56 0 111 423 36 25
Binary 110111 100101 1000100 10011 101110 0 1001001 100010011 11110 10101

Color Harmonies of #372544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372544

Black with #372544

Text Example


Text Example

White with #372544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372544; }

 p { color: rgb(55,37,68); }

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

background-color css

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

 a { background-color: rgb(55,37,68); }

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

border-color css

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

 span { border-color: rgb(55,37,68); }

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