#35282D

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

Shades of Toledo #35282D

Tints of Toledo #35282D

Color information

#35282D (or 0x35282D) is unknown color: approx Toledo. HEX triplet: 35, 28 and 2D. RGB value is (53,40,45). Sum of RGB (Red+Green+Blue) = 53+40+45=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #35282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35282D is #CAD7D2. Grayscale: #2C2C2C. Windows color (decimal): -13293523 or 2959413. OLE color: 2959413.

HSL color Cylindrical-coordinate representation of color #35282D: hue angle of 336.92º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #35282D is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB534045-
CMYK00.250.150.79
HSL336.92º13.98%18.24%-
HSV(B)336.92º24.53%20.78%-
XYZ2.72.462.82-
YUV44.46128.31134.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 40 (16.02% from 255) = 28.99%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=38.41%
G=28.99%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53404500.250.150.79336.9213.9818.24
Hex35282D019F4F151e12
Octal655055031171175211622
Binary11010110100010110101100111111001111101010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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