Html Css Color HEX #372C30 Toledo

📋 copy color: '#372C30'

red 55 ◦ green 44 ◦ blue 48

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

Shades of Toledo #372C30

Tints of Toledo #372C30

RGB

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

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

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

R = 37.41%
G = 29.93%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#372C30 (or 0x372C30) is known color: Toledo. HEX triplet: 37, 2C and 30. RGB value is (55,44,48). Sum of RGB (Red+Green+Blue) = 55+44+48=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #372C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C30 is #C8D3CF. Grayscale: #2F2F2F. Windows color (decimal): -13161424 or 3157047. OLE color: 3157047.

HSL color Cylindrical-coordinate representation of color #372C30: hue angle of 338.18º 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 #372C30 is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 44 48 -
CMYK 0 0.2 0.13 0.78
HSL 338.18º 0.11% 0.19% -
HSV(B) 338.18º 0.2% 0.22% -
XYZ 3.01 2.83 3.18 -
YUV 47.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 55 44 48 0 0.2 0.13 0.78 338.18 0.11 0.19
Hex 37 2C 30 0 14 D 4E 152 B 13
Octal 67 54 60 0 24 15 116 522 13 23
Binary 110111 101100 110000 0 10100 1101 1001110 101010010 1011 10011

Color Harmonies of #372C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C30

Black with #372C30

Text Example


Text Example

White with #372C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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