#35292D

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

Shades of Toledo #35292D

Tints of Toledo #35292D

Color information

#35292D (or 0x35292D) is unknown color: approx Toledo. HEX triplet: 35, 29 and 2D. RGB value is (53,41,45). Sum of RGB (Red+Green+Blue) = 53+41+45=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 53 - color contains mainly: red. Hex color #35292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35292D is #CAD6D2. Grayscale: #2D2D2D. Windows color (decimal): -13293267 or 2959669. OLE color: 2959669.

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

Color convert

RGB534145-
CMYK00.230.150.79
HSL340º12.77%18.43%-
HSV(B)340º22.64%20.78%-
XYZ2.732.532.83-
YUV45.04127.98133.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 41 (16.41% from 255) = 29.50%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=38.13%
G=29.50%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53414500.230.150.7934012.7718.43
Hex35292D017F4F154d12
Octal655155027171175241522
Binary11010110100110110101011111111001111101010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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