#312B38

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

Shades of Tolopea #312B38

Tints of Tolopea #312B38

Color information

#312B38 (or 0x312B38) is unknown color: approx Tolopea. HEX triplet: 31, 2B and 38. RGB value is (49,43,56). Sum of RGB (Red+Green+Blue) = 49+43+56=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: blue. Hex color #312B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B38 is #CED4C7. Grayscale: #2E2E2E. Windows color (decimal): -13554888 or 3681073. OLE color: 3681073.

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

Color convert

RGB494356-
CMYK0.120.2300.78
HSL267.69º13.13%19.41%-
HSV(B)267.69º23.21%21.96%-
XYZ2.842.674.11-
YUV46.28133.49129.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 43 (17.19% from 255) = 29.05%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=33.11%
G=29.05%
B=37.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4943560.120.2300.78267.6913.1319.41
Hex312B38C1704E10cd13
Octal615370142701164141523
Binary11000110101111100011001011101001110100001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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