Html Css Color HEX #372129 Toledo

📋 copy color: '#372129'

red 55 ◦ green 33 ◦ blue 41

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

Shades of Toledo #372129

Tints of Toledo #372129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.58%

 BLUE value IS 41 (16.41% from 255) = 31.78%

R = 42.64%
G = 25.58%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#372129 (or 0x372129) is known color: Toledo. HEX triplet: 37, 21 and 29. RGB value is (55,33,41). Sum of RGB (Red+Green+Blue) = 55+33+41=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #372129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372129 is #C8DED6. Grayscale: #282828. Windows color (decimal): -13164247 or 2695479. OLE color: 2695479.

HSL color Cylindrical-coordinate representation of color #372129: hue angle of 338.18º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #372129 is Cyan = 0, Magento = 0.4, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 33 41 -
CMYK 0 0.4 0.25 0.78
HSL 338.18º 0.25% 0.17% -
HSV(B) 338.18º 0.4% 0.22% -
XYZ 2.52 2.06 2.36 -
YUV 40.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 55 33 41 0 0.4 0.25 0.78 338.18 0.25 0.17
Hex 37 21 29 0 28 19 4E 152 19 11
Octal 67 41 51 0 50 31 116 522 31 21
Binary 110111 100001 101001 0 101000 11001 1001110 101010010 11001 10001

Color Harmonies of #372129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372129

Black with #372129

Text Example


Text Example

White with #372129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372129; }

 p { color: rgb(55,33,41); }

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

background-color css

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

 a { background-color: rgb(55,33,41); }

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

border-color css

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

 span { border-color: rgb(55,33,41); }

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