Html Css Color HEX #372840 Jagger

📋 copy color: '#372840'

red 55 ◦ green 40 ◦ blue 64

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

Shades of Jagger #372840

Tints of Jagger #372840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 34.59%
G = 25.16%
B = 40.25%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372840 (or 0x372840) is known color: Jagger. HEX triplet: 37, 28 and 40. RGB value is (55,40,64). Sum of RGB (Red+Green+Blue) = 55+40+64=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #372840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372840 is #C8D7BF. Grayscale: #2F2F2F. Windows color (decimal): -13162432 or 4204599. OLE color: 4204599.

HSL color Cylindrical-coordinate representation of color #372840: hue angle of 277.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #372840 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 40 64 -
CMYK 0.14 0.38 0 0.75
HSL 277.5º 0.23% 0.2% -
HSV(B) 277.5º 0.38% 0.25% -
XYZ 3.26 2.7 5.2 -
YUV 47.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 55 40 64 0.14 0.38 0 0.75 277.5 0.23 0.2
Hex 37 28 40 E 26 0 4B 116 17 14
Octal 67 50 100 16 46 0 113 426 27 24
Binary 110111 101000 1000000 1110 100110 0 1001011 100010110 10111 10100

Color Harmonies of #372840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372840

Black with #372840

Text Example


Text Example

White with #372840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372840; }

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

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

background-color css

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

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

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

border-color css

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

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

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