#312027

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

Shades of Toledo #312027

Tints of Toledo #312027

Color information

#312027 (or 0x312027) is unknown color: approx Toledo. HEX triplet: 31, 20 and 27. RGB value is (49,32,39). Sum of RGB (Red+Green+Blue) = 49+32+39=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312027 is #CEDFD8. Grayscale: #252525. Windows color (decimal): -13557721 or 2564145. OLE color: 2564145.

HSL color Cylindrical-coordinate representation of color #312027: hue angle of 335.29º 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 #312027 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB493239-
CMYK00.350.200.81
HSL335.29º20.99%15.88%-
HSV(B)335.29º34.69%19.22%-
XYZ2.151.832.16-
YUV37.88128.63135.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=40.83%
G=26.67%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49323900.350.200.81335.2920.9915.88
Hex312027023145114f1510
Octal614047043241215172520
Binary11000110000010011101000111010010100011010011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312027; }

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

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

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

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

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

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

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

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