#36252C

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

Shades of Toledo #36252C

Tints of Toledo #36252C

Color information

#36252C (or 0x36252C) is unknown color: approx Toledo. HEX triplet: 36, 25 and 2C. RGB value is (54,37,44). Sum of RGB (Red+Green+Blue) = 54+37+44=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #36252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36252C is #C9DAD3. Grayscale: #2A2A2A. Windows color (decimal): -13228756 or 2893110. OLE color: 2893110.

HSL color Cylindrical-coordinate representation of color #36252C: hue angle of 335.29º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #36252C is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB543744-
CMYK00.310.190.79
HSL335.29º18.68%17.84%-
HSV(B)335.29º31.48%21.18%-
XYZ2.642.292.69-
YUV42.88128.63135.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=40%
G=27.41%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54374400.310.190.79335.2918.6817.84
Hex36252C01F134F14f1312
Octal664554037231175172322
Binary1101101001011011000111111001110011111010011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36252C; }

 p { color: rgb(54,37,44); }

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

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

 a { background-color: rgb(54,37,44); }

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

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

 span { border-color: rgb(54,37,44); }

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