#35242B

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

Shades of Toledo #35242B

Tints of Toledo #35242B

Color information

#35242B (or 0x35242B) is unknown color: approx Toledo. HEX triplet: 35, 24 and 2B. RGB value is (53,36,43). Sum of RGB (Red+Green+Blue) = 53+36+43=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #35242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35242B is #CADBD4. Grayscale: #292929. Windows color (decimal): -13294549 or 2827317. OLE color: 2827317.

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

Color convert

RGB533643-
CMYK00.320.190.79
HSL335.29º19.1%17.45%-
HSV(B)335.29º32.08%20.78%-
XYZ2.542.192.58-
YUV41.88128.63135.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=40.15%
G=27.27%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53364300.320.190.79335.2919.117.45
Hex35242B020134F14f1311
Octal654453040231175172321
Binary11010110010010101101000001001110011111010011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,36,43); }

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

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

 a { background-color: rgb(53,36,43); }

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

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

 span { border-color: rgb(53,36,43); }

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