#312127

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

Shades of Toledo #312127

Tints of Toledo #312127

Color information

#312127 (or 0x312127) is unknown color: approx Toledo. HEX triplet: 31, 21 and 27. RGB value is (49,33,39). Sum of RGB (Red+Green+Blue) = 49+33+39=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312127 is #CEDED8. Grayscale: #262626. Windows color (decimal): -13557465 or 2564401. OLE color: 2564401.

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

Color convert

RGB493339-
CMYK00.330.200.81
HSL337.5º19.51%16.08%-
HSV(B)337.5º32.65%19.22%-
XYZ2.181.892.17-
YUV38.47128.3135.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=40.50%
G=27.27%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49333900.330.200.81337.519.5116.08
Hex31212702114511521410
Octal614147041241215222420
Binary11000110000110011101000011010010100011010100101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312127; }

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

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

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

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

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

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

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

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