#312029

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

Shades of Toledo #312029

Tints of Toledo #312029

Color information

#312029 (or 0x312029) is unknown color: approx Toledo. HEX triplet: 31, 20 and 29. RGB value is (49,32,41). Sum of RGB (Red+Green+Blue) = 49+32+41=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312029 is #CEDFD6. Grayscale: #262626. Windows color (decimal): -13557719 or 2695217. OLE color: 2695217.

HSL color Cylindrical-coordinate representation of color #312029: hue angle of 328.24º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #312029 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB493241-
CMYK00.350.160.81
HSL328.24º20.99%15.88%-
HSV(B)328.24º34.69%19.22%-
XYZ2.181.852.34-
YUV38.11129.63135.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 41 (16.41% from 255) = 33.61%
R=40.16%
G=26.23%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49324100.350.160.81328.2420.9915.88
Hex31202902310511481510
Octal614051043201215102520
Binary11000110000010100101000111000010100011010010001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312029; }

 p { color: rgb(49,32,41); }

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

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

 a { background-color: rgb(49,32,41); }

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

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

 span { border-color: rgb(49,32,41); }

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