#35232D

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

Shades of Toledo #35232D

Tints of Toledo #35232D

Color information

#35232D (or 0x35232D) is unknown color: approx Toledo. HEX triplet: 35, 23 and 2D. RGB value is (53,35,45). Sum of RGB (Red+Green+Blue) = 53+35+45=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #35232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35232D is #CADCD2. Grayscale: #292929. Windows color (decimal): -13294803 or 2958133. OLE color: 2958133.

HSL color Cylindrical-coordinate representation of color #35232D: hue angle of 326.67º 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 #35232D is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB533545-
CMYK00.340.150.79
HSL326.67º20.45%17.25%-
HSV(B)326.67º33.96%20.78%-
XYZ2.542.152.76-
YUV41.52129.96136.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 35 (14.06% from 255) = 26.32%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=39.85%
G=26.32%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53354500.340.150.79326.6720.4517.25
Hex35232D022F4F1471411
Octal654355042171175072421
Binary1101011000111011010100010111110011111010001111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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