#35222C

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

Shades of Toledo #35222C

Tints of Toledo #35222C

Color information

#35222C (or 0x35222C) is unknown color: approx Toledo. HEX triplet: 35, 22 and 2C. RGB value is (53,34,44). Sum of RGB (Red+Green+Blue) = 53+34+44=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #35222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35222C is #CADDD3. Grayscale: #282828. Windows color (decimal): -13295060 or 2892341. OLE color: 2892341.

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

Color convert

RGB533444-
CMYK00.360.170.79
HSL328.42º21.84%17.06%-
HSV(B)328.42º35.85%20.78%-
XYZ2.492.082.65-
YUV40.82129.79136.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=40.46%
G=25.95%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53344400.360.170.79328.4221.8417.06
Hex35222C024114F1481611
Octal654254044211175102621
Binary11010110001010110001001001000110011111010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35222C; }

 p { color: rgb(53,34,44); }

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

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

 a { background-color: rgb(53,34,44); }

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

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

 span { border-color: rgb(53,34,44); }

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