#312A38

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

Shades of Tolopea #312A38

Tints of Tolopea #312A38

Color information

#312A38 (or 0x312A38) is unknown color: approx Tolopea. HEX triplet: 31, 2A and 38. RGB value is (49,42,56). Sum of RGB (Red+Green+Blue) = 49+42+56=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 56 - color contains mainly: blue. Hex color #312A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A38 is #CED5C7. Grayscale: #2D2D2D. Windows color (decimal): -13555144 or 3680817. OLE color: 3680817.

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

Color convert

RGB494256-
CMYK0.120.2500.78
HSL270º14.29%19.22%-
HSV(B)270º25%21.96%-
XYZ2.812.594.09-
YUV45.69133.82130.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 42 (16.80% from 255) = 28.57%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=33.33%
G=28.57%
B=38.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4942560.120.2500.7827014.2919.22
Hex312A38C1904E10ee13
Octal615270143101164161623
Binary11000110101011100011001100101001110100001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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