Html Css Color HEX #372D3C Jagger

📋 copy color: '#372D3C'

red 55 ◦ green 45 ◦ blue 60

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

Shades of Jagger #372D3C

Tints of Jagger #372D3C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.13%

 BLUE value IS 60 (23.83% from 255) = 37.5%

R = 34.38%
G = 28.13%
B = 37.5%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#372D3C (or 0x372D3C) is known color: Jagger. HEX triplet: 37, 2D and 3C. RGB value is (55,45,60). Sum of RGB (Red+Green+Blue) = 55+45+60=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 60 - color contains mainly: blue. Hex color #372D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D3C is #C8D2C3. Grayscale: #313131. Windows color (decimal): -13161156 or 3943735. OLE color: 3943735.

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

Color convert

RGB 55 45 60 -
CMYK 0.08 0.25 0 0.76
HSL 280º 0.14% 0.21% -
HSV(B) 280º 0.25% 0.24% -
XYZ 3.33 3.02 4.68 -
YUV 49.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 55 45 60 0.08 0.25 0 0.76 280 0.14 0.21
Hex 37 2D 3C 8 19 0 4C 118 E 15
Octal 67 55 74 10 31 0 114 430 16 25
Binary 110111 101101 111100 1000 11001 0 1001100 100011000 1110 10101

Color Harmonies of #372D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D3C

Black with #372D3C

Text Example


Text Example

White with #372D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,45,60); }

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

background-color css

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

 a { background-color: rgb(55,45,60); }

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

border-color css

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

 span { border-color: rgb(55,45,60); }

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