#312B2E

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

Shades of Toledo #312B2E

Tints of Toledo #312B2E

Color information

#312B2E (or 0x312B2E) is unknown color: approx Toledo. HEX triplet: 31, 2B and 2E. RGB value is (49,43,46). Sum of RGB (Red+Green+Blue) = 49+43+46=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 49 - color contains mainly: red. Hex color #312B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B2E is #CED4D1. Grayscale: #2D2D2D. Windows color (decimal): -13554898 or 3025713. OLE color: 3025713.

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

Color convert

RGB494346-
CMYK00.120.060.81
HSL330º6.52%18.04%-
HSV(B)330º12.24%19.22%-
XYZ2.622.582.94-
YUV45.14128.49130.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=35.51%
G=31.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49434600.120.060.813306.5218.04
Hex312B2E0C65114a712
Octal6153560146121512722
Binary11000110101110111001100110101000110100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312B2E; }

 p { color: rgb(49,43,46); }

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

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

 a { background-color: rgb(49,43,46); }

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

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

 span { border-color: rgb(49,43,46); }

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