#35222B

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

Shades of Toledo #35222B

Tints of Toledo #35222B

Color information

#35222B (or 0x35222B) is unknown color: approx Toledo. HEX triplet: 35, 22 and 2B. RGB value is (53,34,43). Sum of RGB (Red+Green+Blue) = 53+34+43=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #35222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35222B is #CADDD4. Grayscale: #282828. Windows color (decimal): -13295061 or 2826805. OLE color: 2826805.

HSL color Cylindrical-coordinate representation of color #35222B: hue angle of 331.58º 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 #35222B is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB533443-
CMYK00.360.190.79
HSL331.58º21.84%17.06%-
HSV(B)331.58º35.85%20.78%-
XYZ2.482.082.56-
YUV40.71129.29136.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.77%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=40.77%
G=26.15%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53344300.360.190.79331.5821.8417.06
Hex35222B024134F14c1611
Octal654253044231175142621
Binary11010110001010101101001001001110011111010011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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