#36202A

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

Shades of Toledo #36202A

Tints of Toledo #36202A

Color information

#36202A (or 0x36202A) is unknown color: approx Toledo. HEX triplet: 36, 20 and 2A. RGB value is (54,32,42). Sum of RGB (Red+Green+Blue) = 54+32+42=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #36202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36202A is #C9DFD5. Grayscale: #272727. Windows color (decimal): -13230038 or 2760758. OLE color: 2760758.

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

Color convert

RGB543242-
CMYK00.410.220.79
HSL332.73º25.58%16.86%-
HSV(B)332.73º40.74%21.18%-
XYZ2.461.982.44-
YUV39.72129.29138.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=42.19%
G=25%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54324200.410.220.79332.7325.5816.86
Hex36202A029164F14d1a11
Octal664052051261175153221
Binary11011010000010101001010011011010011111010011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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