#2D2529

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

Shades of Toledo #2D2529

Tints of Toledo #2D2529

Color information

#2D2529 (or 0x2D2529) is unknown color: approx Toledo. HEX triplet: 2D, 25 and 29. RGB value is (45,37,41). Sum of RGB (Red+Green+Blue) = 45+37+41=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2529 is #D2DAD6. Grayscale: #272727. Windows color (decimal): -13818583 or 2696493. OLE color: 2696493.

HSL color Cylindrical-coordinate representation of color #2D2529: hue angle of 330º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D2529 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB453741-
CMYK00.180.090.82
HSL330º9.76%16.08%-
HSV(B)330º17.78%17.65%-
XYZ2.142.042.38-
YUV39.85128.65131.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.59%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 41 (16.41% from 255) = 33.33%
R=36.59%
G=30.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45374100.180.090.823309.7616.08
Hex2D252901295214aa10
Octal554551022111225121220
Binary10110110010110100101001010011010010101001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D2529; }

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

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

<style>
 a { background-color: #2D2529; }

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

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

<style>
 span { border-color: #2D2529; }

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

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