#312028

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

Shades of Toledo #312028

Tints of Toledo #312028

Color information

#312028 (or 0x312028) is unknown color: approx Toledo. HEX triplet: 31, 20 and 28. RGB value is (49,32,40). Sum of RGB (Red+Green+Blue) = 49+32+40=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312028 is #CEDFD7. Grayscale: #252525. Windows color (decimal): -13557720 or 2629681. OLE color: 2629681.

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

Color convert

RGB493240-
CMYK00.350.180.81
HSL331.76º20.99%15.88%-
HSV(B)331.76º34.69%19.22%-
XYZ2.171.842.25-
YUV38129.13135.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=40.50%
G=26.45%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49324000.350.180.81331.7620.9915.88
Hex312028023125114c1510
Octal614050043221215142520
Binary11000110000010100001000111001010100011010011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312028; }

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

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

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

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

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

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

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

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