#35282E

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

Shades of Toledo #35282E

Tints of Toledo #35282E

Color information

#35282E (or 0x35282E) is unknown color: approx Toledo. HEX triplet: 35, 28 and 2E. RGB value is (53,40,46). Sum of RGB (Red+Green+Blue) = 53+40+46=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 53 - color contains mainly: red. Hex color #35282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35282E is #CAD7D1. Grayscale: #2C2C2C. Windows color (decimal): -13293522 or 3024949. OLE color: 3024949.

HSL color Cylindrical-coordinate representation of color #35282E: hue angle of 332.31º 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 #35282E is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB534046-
CMYK00.250.130.79
HSL332.31º13.98%18.24%-
HSV(B)332.31º24.53%20.78%-
XYZ2.722.472.92-
YUV44.57128.81134.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=38.13%
G=28.78%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53404600.250.130.79332.3113.9818.24
Hex35282E019D4F14ce12
Octal655056031151175141622
Binary11010110100010111001100111011001111101001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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