#292125

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

Shades of Toledo #292125

Tints of Toledo #292125

Color information

#292125 (or 0x292125) is unknown color: approx Toledo. HEX triplet: 29, 21 and 25. RGB value is (41,33,37). Sum of RGB (Red+Green+Blue) = 41+33+37=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 41 - color contains mainly: red. Hex color #292125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292125 is #D6DEDA. Grayscale: #232323. Windows color (decimal): -14081755 or 2433321. OLE color: 2433321.

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

Color convert

RGB413337-
CMYK00.200.100.84
HSL330º10.81%14.51%-
HSV(B)330º19.51%16.08%-
XYZ1.791.691.98-
YUV35.85128.65131.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.94%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=36.94%
G=29.73%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41333700.200.100.8433010.8114.51
Hex292125014A5414abf
Octal514145024121245121317
Binary1010011000011001010101001010101010010100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292125; }

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

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

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

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

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

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

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

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