Html Css Color HEX #372B30 Toledo

📋 copy color: '#372B30'

red 55 ◦ green 43 ◦ blue 48

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

Shades of Toledo #372B30

Tints of Toledo #372B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.45%

 BLUE value IS 48 (19.14% from 255) = 32.88%

R = 37.67%
G = 29.45%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#372B30 (or 0x372B30) is known color: Toledo. HEX triplet: 37, 2B and 30. RGB value is (55,43,48). Sum of RGB (Red+Green+Blue) = 55+43+48=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 55 - color contains mainly: red. Hex color #372B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B30 is #C8D4CF. Grayscale: #2F2F2F. Windows color (decimal): -13161680 or 3156791. OLE color: 3156791.

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

Color convert

RGB 55 43 48 -
CMYK 0 0.22 0.13 0.78
HSL 335º 0.12% 0.19% -
HSV(B) 335º 0.22% 0.22% -
XYZ 2.97 2.75 3.17 -
YUV 47.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 55 43 48 0 0.22 0.13 0.78 335 0.12 0.19
Hex 37 2B 30 0 16 D 4E 14F C 13
Octal 67 53 60 0 26 15 116 517 14 23
Binary 110111 101011 110000 0 10110 1101 1001110 101001111 1100 10011

Color Harmonies of #372B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B30

Black with #372B30

Text Example


Text Example

White with #372B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,48); }

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

background-color css

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

 a { background-color: rgb(55,43,48); }

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

border-color css

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

 span { border-color: rgb(55,43,48); }

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