#312D36

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

Shades of Tolopea #312D36

Tints of Tolopea #312D36

Color information

#312D36 (or 0x312D36) is unknown color: approx Tolopea. HEX triplet: 31, 2D and 36. RGB value is (49,45,54). Sum of RGB (Red+Green+Blue) = 49+45+54=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 54 - color contains mainly: blue. Hex color #312D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D36 is #CED2C9. Grayscale: #2F2F2F. Windows color (decimal): -13554378 or 3550513. OLE color: 3550513.

HSL color Cylindrical-coordinate representation of color #312D36: hue angle of 266.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #312D36 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB494554-
CMYK0.090.1700.79
HSL266.67º9.09%19.41%-
HSV(B)266.67º16.67%21.18%-
XYZ2.872.83.88-
YUV47.22131.83129.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=33.11%
G=30.41%
B=36.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4945540.090.1700.79266.679.0919.41
Hex312D3691104F10b913
Octal615566112101174131123
Binary11000110110111011010011000101001111100001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,45,54); }

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

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

 a { background-color: rgb(49,45,54); }

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

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

 span { border-color: rgb(49,45,54); }

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