#312D38

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

Shades of Tolopea #312D38

Tints of Tolopea #312D38

Color information

#312D38 (or 0x312D38) is unknown color: approx Tolopea. HEX triplet: 31, 2D and 38. RGB value is (49,45,56). Sum of RGB (Red+Green+Blue) = 49+45+56=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 56 - color contains mainly: blue. Hex color #312D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D38 is #CED2C7. Grayscale: #2F2F2F. Windows color (decimal): -13554376 or 3681585. OLE color: 3681585.

HSL color Cylindrical-coordinate representation of color #312D38: hue angle of 261.82º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #312D38 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB494556-
CMYK0.120.2000.78
HSL261.82º10.89%19.8%-
HSV(B)261.82º19.64%21.96%-
XYZ2.922.824.13-
YUV47.45132.83129.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 56 (22.27% from 255) = 37.33%
R=32.67%
G=30%
B=37.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4945560.120.2000.78261.8210.8919.8
Hex312D38C1404E106b14
Octal615570142401164061324
Binary11000110110111100011001010001001110100000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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