#35242A

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

Shades of Toledo #35242A

Tints of Toledo #35242A

Color information

#35242A (or 0x35242A) is unknown color: approx Toledo. HEX triplet: 35, 24 and 2A. RGB value is (53,36,42). Sum of RGB (Red+Green+Blue) = 53+36+42=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #35242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35242A is #CADBD5. Grayscale: #292929. Windows color (decimal): -13294550 or 2761781. OLE color: 2761781.

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

Color convert

RGB533642-
CMYK00.320.210.79
HSL338.82º19.1%17.45%-
HSV(B)338.82º32.08%20.78%-
XYZ2.522.192.48-
YUV41.77128.13136.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=40.46%
G=27.48%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53364200.320.210.79338.8219.117.45
Hex35242A020154F1531311
Octal654452040251175232321
Binary11010110010010101001000001010110011111010100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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