#291A21

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

Shades of Toledo #291A21

Tints of Toledo #291A21

Color information

#291A21 (or 0x291A21) is unknown color: approx Toledo. HEX triplet: 29, 1A and 21. RGB value is (41,26,33). Sum of RGB (Red+Green+Blue) = 41+26+33=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #291A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A21 is #D6E5DE. Grayscale: #1F1F1F. Windows color (decimal): -14083551 or 2169385. OLE color: 2169385.

HSL color Cylindrical-coordinate representation of color #291A21: hue angle of 332º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #291A21 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB412633-
CMYK00.370.200.84
HSL332º22.39%13.14%-
HSV(B)332º36.59%16.08%-
XYZ1.561.321.61-
YUV31.28128.97134.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 26 (10.55% from 255) = 26%
BLUE value IS 33 (13.28% from 255) = 33%
R=41%
G=26%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41263300.370.200.8433222.3913.14
Hex291A21025145414c16d
Octal513241045241245142615
Binary101001110101000010100101101001010100101001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291A21; }

 p { color: rgb(41,26,33); }

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

<style>
 a { background-color: #291A21; }

 a { background-color: rgb(41,26,33); }

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

<style>
 span { border-color: #291A21; }

 span { border-color: rgb(41,26,33); }

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