Html Css Color HEX #372545 Jagger

📋 copy color: '#372545'

red 55 ◦ green 37 ◦ blue 69

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

Shades of Jagger #372545

Tints of Jagger #372545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 42.86%

R = 34.16%
G = 22.98%
B = 42.86%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#372545 (or 0x372545) is known color: Jagger. HEX triplet: 37, 25 and 45. RGB value is (55,37,69). Sum of RGB (Red+Green+Blue) = 55+37+69=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 69 - color contains mainly: blue. Hex color #372545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372545 is #C8DABA. Grayscale: #2D2D2D. Windows color (decimal): -13163195 or 4531511. OLE color: 4531511.

HSL color Cylindrical-coordinate representation of color #372545: hue angle of 273.75º 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 #372545 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 37 69 -
CMYK 0.20 0.46 0 0.73
HSL 273.75º 0.3% 0.21% -
HSV(B) 273.75º 0.46% 0.27% -
XYZ 3.31 2.57 5.95 -
YUV 46.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 55 37 69 0.20 0.46 0 0.73 273.75 0.3 0.21
Hex 37 25 45 14 2E 0 49 112 1E 15
Octal 67 45 105 24 56 0 111 422 36 25
Binary 110111 100101 1000101 10100 101110 0 1001001 100010010 11110 10101

Color Harmonies of #372545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372545

Black with #372545

Text Example


Text Example

White with #372545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372545; }

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

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

background-color css

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

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

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

border-color css

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

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

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