#292426

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

Shades of Toledo #292426

Tints of Toledo #292426

Color information

#292426 (or 0x292426) is unknown color: approx Toledo. HEX triplet: 29, 24 and 26. RGB value is (41,36,38). Sum of RGB (Red+Green+Blue) = 41+36+38=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 41 - color contains mainly: red. Hex color #292426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292426 is #D6DBD9. Grayscale: #252525. Windows color (decimal): -14080986 or 2499625. OLE color: 2499625.

HSL color Cylindrical-coordinate representation of color #292426: hue angle of 336º degrees, saturation: 0.06, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #292426 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB413638-
CMYK00.120.070.84
HSL336º6.49%15.1%-
HSV(B)336º12.2%16.08%-
XYZ1.91.872.1-
YUV37.72128.16130.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.65%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=35.65%
G=31.30%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41363800.120.070.843366.4915.1
Hex2924260C7541506f
Octal5144460147124520617
Binary1010011001001001100110011110101001010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292426; }

 p { color: rgb(41,36,38); }

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

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

 a { background-color: rgb(41,36,38); }

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

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

 span { border-color: rgb(41,36,38); }

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