#35252D

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

Shades of Toledo #35252D

Tints of Toledo #35252D

Color information

#35252D (or 0x35252D) is unknown color: approx Toledo. HEX triplet: 35, 25 and 2D. RGB value is (53,37,45). Sum of RGB (Red+Green+Blue) = 53+37+45=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #35252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35252D is #CADAD2. Grayscale: #2A2A2A. Windows color (decimal): -13294291 or 2958645. OLE color: 2958645.

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

Color convert

RGB533745-
CMYK00.300.150.79
HSL330º17.78%17.65%-
HSV(B)330º30.19%20.78%-
XYZ2.62.272.78-
YUV42.7129.3135.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=39.26%
G=27.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53374500.300.150.7933017.7817.65
Hex35252D01EF4F14a1212
Octal654555036171175122222
Binary110101100101101101011110111110011111010010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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