#353334

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

Shades of Toledo #353334

Tints of Toledo #353334

Color information

#353334 (or 0x353334) is unknown color: approx Toledo. HEX triplet: 35, 33 and 34. RGB value is (53,51,52). Sum of RGB (Red+Green+Blue) = 53+51+52=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 53 - color contains mainly: red. Hex color #353334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353334 is #CACCCB. Grayscale: #333333. Windows color (decimal): -13290700 or 3420981. OLE color: 3420981.

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

Color convert

RGB535152-
CMYK00.040.020.79
HSL330º1.92%20.39%-
HSV(B)330º3.77%20.78%-
XYZ3.273.373.73-
YUV51.71128.16128.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 52 (20.70% from 255) = 33.33%
R=33.97%
G=32.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53515200.040.020.793301.9220.39
Hex3533340424F14a214
Octal656364042117512224
Binary11010111001111010001001010011111010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353334; }

 p { color: rgb(53,51,52); }

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

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

 a { background-color: rgb(53,51,52); }

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

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

 span { border-color: rgb(53,51,52); }

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