#292225

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

Shades of Toledo #292225

Tints of Toledo #292225

Color information

#292225 (or 0x292225) is unknown color: approx Toledo. HEX triplet: 29, 22 and 25. RGB value is (41,34,37). Sum of RGB (Red+Green+Blue) = 41+34+37=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 41 - color contains mainly: red. Hex color #292225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292225 is #D6DDDA. Grayscale: #242424. Windows color (decimal): -14081499 or 2433577. OLE color: 2433577.

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

Color convert

RGB413437-
CMYK00.170.100.84
HSL334.29º9.33%14.71%-
HSV(B)334.29º17.07%16.08%-
XYZ1.821.751.99-
YUV36.44128.32131.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 37 (14.84% from 255) = 33.04%
R=36.61%
G=30.36%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41343700.170.100.84334.299.3314.71
Hex292225011A5414e9f
Octal514245021121245161117
Binary1010011000101001010100011010101010010100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292225; }

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

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

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

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

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

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

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

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