#2D1E25

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

Shades of Toledo #2D1E25

Tints of Toledo #2D1E25

Color information

#2D1E25 (or 0x2D1E25) is unknown color: approx Toledo. HEX triplet: 2D, 1E and 25. RGB value is (45,30,37). Sum of RGB (Red+Green+Blue) = 45+30+37=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1E25 is #D2E1DA. Grayscale: #232323. Windows color (decimal): -13820379 or 2432557. OLE color: 2432557.

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

Color convert

RGB453037-
CMYK00.330.180.82
HSL332º20%14.71%-
HSV(B)332º33.33%17.65%-
XYZ1.881.621.96-
YUV35.28128.97134.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.18%
GREEN value IS 30 (12.11% from 255) = 26.79%
BLUE value IS 37 (14.84% from 255) = 33.04%
R=40.18%
G=26.79%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45303700.330.180.823322014.71
Hex2D1E25021125214c14f
Octal553645041221225142417
Binary101101111101001010100001100101010010101001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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