Html Css Color HEX #372845 Jagger

📋 copy color: '#372845'

red 55 ◦ green 40 ◦ blue 69

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

Shades of Jagger #372845

Tints of Jagger #372845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.39%

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

R = 33.54%
G = 24.39%
B = 42.07%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#372845 (or 0x372845) is known color: Jagger. HEX triplet: 37, 28 and 45. RGB value is (55,40,69). Sum of RGB (Red+Green+Blue) = 55+40+69=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 69 - color contains mainly: blue. Hex color #372845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372845 is #C8D7BA. Grayscale: #2F2F2F. Windows color (decimal): -13162427 or 4532279. OLE color: 4532279.

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

Color convert

RGB 55 40 69 -
CMYK 0.20 0.42 0 0.73
HSL 271.03º 0.27% 0.21% -
HSV(B) 271.03º 0.42% 0.27% -
XYZ 3.41 2.76 5.98 -
YUV 47.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 55 40 69 0.20 0.42 0 0.73 271.03 0.27 0.21
Hex 37 28 45 14 2A 0 49 10F 1B 15
Octal 67 50 105 24 52 0 111 417 33 25
Binary 110111 101000 1000101 10100 101010 0 1001001 100001111 11011 10101

Color Harmonies of #372845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372845

Black with #372845

Text Example


Text Example

White with #372845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372845; }

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

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

background-color css

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

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

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

border-color css

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

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

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