Html Css Color HEX #372D3B Jagger

📋 copy color: '#372D3B'

red 55 ◦ green 45 ◦ blue 59

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

Shades of Jagger #372D3B

Tints of Jagger #372D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 37.11%

R = 34.59%
G = 28.3%
B = 37.11%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#372D3B (or 0x372D3B) is known color: Jagger. HEX triplet: 37, 2D and 3B. RGB value is (55,45,59). Sum of RGB (Red+Green+Blue) = 55+45+59=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 59 - color contains mainly: blue. Hex color #372D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D3B is #C8D2C4. Grayscale: #313131. Windows color (decimal): -13161157 or 3878199. OLE color: 3878199.

HSL color Cylindrical-coordinate representation of color #372D3B: hue angle of 282.86º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #372D3B is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 55 45 59 -
CMYK 0.07 0.24 0 0.77
HSL 282.86º 0.13% 0.2% -
HSV(B) 282.86º 0.24% 0.23% -
XYZ 3.3 3 4.54 -
YUV 49.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 55 45 59 0.07 0.24 0 0.77 282.86 0.13 0.2
Hex 37 2D 3B 7 18 0 4D 11B D 14
Octal 67 55 73 7 30 0 115 433 15 24
Binary 110111 101101 111011 111 11000 0 1001101 100011011 1101 10100

Color Harmonies of #372D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D3B

Black with #372D3B

Text Example


Text Example

White with #372D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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