#37202A

Color #37202A Toledo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toledo #37202A

Tints of Toledo #37202A

Color information

#37202A (or 0x37202A) is unknown color: approx Toledo. HEX triplet: 37, 20 and 2A. RGB value is (55,32,42). Sum of RGB (Red+Green+Blue) = 55+32+42=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #37202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37202A is #C8DFD5. Grayscale: #272727. Windows color (decimal): -13164502 or 2760759. OLE color: 2760759.

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

Color convert

RGB553242-
CMYK00.420.240.78
HSL333.91º26.44%17.06%-
HSV(B)333.91º41.82%21.57%-
XYZ2.512.012.45-
YUV40.02129.12138.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=42.64%
G=24.81%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55324200.420.240.78333.9126.4417.06
Hex37202A02A184E14e1a11
Octal674052052301165163221
Binary11011110000010101001010101100010011101010011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37202A; }

 p { color: rgb(55,32,42); }

 H1.HeaderClassName
 {
   color: #37202A;
 }
 .AnyTagClassName
 {
   color: #37202A;
 }
</style>
background-color css

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

 a { background-color: rgb(55,32,42); }

 div.DivClassName
 {
   background-color: #37202A;
 }
 .BgClassName
 {
   background-color: #37202A;
 }
</style>
border-color css

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

 span { border-color: rgb(55,32,42); }

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