Html Css Color HEX #372C31 Toledo

📋 copy color: '#372C31'

red 55 ◦ green 44 ◦ blue 49

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

Shades of Toledo #372C31

Tints of Toledo #372C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 33.11%

R = 37.16%
G = 29.73%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#372C31 (or 0x372C31) is known color: Toledo. HEX triplet: 37, 2C and 31. RGB value is (55,44,49). Sum of RGB (Red+Green+Blue) = 55+44+49=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #372C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C31 is #C8D3CE. Grayscale: #2F2F2F. Windows color (decimal): -13161423 or 3222583. OLE color: 3222583.

HSL color Cylindrical-coordinate representation of color #372C31: hue angle of 332.73º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #372C31 is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 44 49 -
CMYK 0 0.2 0.11 0.78
HSL 332.73º 0.11% 0.19% -
HSV(B) 332.73º 0.2% 0.22% -
XYZ 3.03 2.84 3.29 -
YUV 47.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 55 44 49 0 0.2 0.11 0.78 332.73 0.11 0.19
Hex 37 2C 31 0 14 B 4E 14D B 13
Octal 67 54 61 0 24 13 116 515 13 23
Binary 110111 101100 110001 0 10100 1011 1001110 101001101 1011 10011

Color Harmonies of #372C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C31

Black with #372C31

Text Example


Text Example

White with #372C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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