#36252B

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

Shades of Toledo #36252B

Tints of Toledo #36252B

Color information

#36252B (or 0x36252B) is unknown color: approx Toledo. HEX triplet: 36, 25 and 2B. RGB value is (54,37,43). Sum of RGB (Red+Green+Blue) = 54+37+43=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #36252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36252B is #C9DAD4. Grayscale: #2A2A2A. Windows color (decimal): -13228757 or 2827574. OLE color: 2827574.

HSL color Cylindrical-coordinate representation of color #36252B: hue angle of 338.82º 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 #36252B is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB543743-
CMYK00.310.200.79
HSL338.82º18.68%17.84%-
HSV(B)338.82º31.48%21.18%-
XYZ2.622.282.59-
YUV42.77128.13136.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=40.30%
G=27.61%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54374300.310.200.79338.8218.6817.84
Hex36252B01F144F1531312
Octal664553037241175232322
Binary1101101001011010110111111010010011111010100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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