#35232B

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

Shades of Toledo #35232B

Tints of Toledo #35232B

Color information

#35232B (or 0x35232B) is unknown color: approx Toledo. HEX triplet: 35, 23 and 2B. RGB value is (53,35,43). Sum of RGB (Red+Green+Blue) = 53+35+43=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #35232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35232B is #CADCD4. Grayscale: #292929. Windows color (decimal): -13294805 or 2827061. OLE color: 2827061.

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

Color convert

RGB533543-
CMYK00.340.190.79
HSL333.33º20.45%17.25%-
HSV(B)333.33º33.96%20.78%-
XYZ2.512.132.57-
YUV41.29128.96136.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=40.46%
G=26.72%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53354300.340.190.79333.3320.4517.25
Hex35232B022134F14d1411
Octal654353042231175152421
Binary11010110001110101101000101001110011111010011011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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