#312229

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

Shades of Toledo #312229

Tints of Toledo #312229

Color information

#312229 (or 0x312229) is unknown color: approx Toledo. HEX triplet: 31, 22 and 29. RGB value is (49,34,41). Sum of RGB (Red+Green+Blue) = 49+34+41=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312229 is #CEDDD6. Grayscale: #272727. Windows color (decimal): -13557207 or 2695729. OLE color: 2695729.

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

Color convert

RGB493441-
CMYK00.310.160.81
HSL332º18.07%16.27%-
HSV(B)332º30.61%19.22%-
XYZ2.241.962.36-
YUV39.28128.97134.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=39.52%
G=27.42%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49344100.310.160.8133218.0716.27
Hex31222901F105114c1210
Octal614251037201215142220
Binary1100011000101010010111111000010100011010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312229; }

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

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

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

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

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

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

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

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