Html Css Color HEX #372C40 Jagger

📋 copy color: '#372C40'

red 55 ◦ green 44 ◦ blue 64

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

Shades of Jagger #372C40

Tints of Jagger #372C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.99%

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

R = 33.74%
G = 26.99%
B = 39.26%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#372C40 (or 0x372C40) is known color: Jagger. HEX triplet: 37, 2C and 40. RGB value is (55,44,64). Sum of RGB (Red+Green+Blue) = 55+44+64=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: blue. Hex color #372C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C40 is #C8D3BF. Grayscale: #313131. Windows color (decimal): -13161408 or 4205623. OLE color: 4205623.

HSL color Cylindrical-coordinate representation of color #372C40: hue angle of 273º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #372C40 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 44 64 -
CMYK 0.14 0.31 0 0.75
HSL 273º 0.19% 0.21% -
HSV(B) 273º 0.31% 0.25% -
XYZ 3.4 2.98 5.25 -
YUV 49.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 55 44 64 0.14 0.31 0 0.75 273 0.19 0.21
Hex 37 2C 40 E 1F 0 4B 111 13 15
Octal 67 54 100 16 37 0 113 421 23 25
Binary 110111 101100 1000000 1110 11111 0 1001011 100010001 10011 10101

Color Harmonies of #372C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C40

Black with #372C40

Text Example


Text Example

White with #372C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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