#312128

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

Shades of Toledo #312128

Tints of Toledo #312128

Color information

#312128 (or 0x312128) is unknown color: approx Toledo. HEX triplet: 31, 21 and 28. RGB value is (49,33,40). Sum of RGB (Red+Green+Blue) = 49+33+40=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312128 is #CEDED7. Grayscale: #262626. Windows color (decimal): -13557464 or 2629937. OLE color: 2629937.

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

Color convert

RGB493340-
CMYK00.330.180.81
HSL333.75º19.51%16.08%-
HSV(B)333.75º32.65%19.22%-
XYZ2.191.892.26-
YUV38.58128.8135.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=40.16%
G=27.05%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49334000.330.180.81333.7519.5116.08
Hex312128021125114e1410
Octal614150041221215162420
Binary11000110000110100001000011001010100011010011101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312128; }

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

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

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

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

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

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

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

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