#312B48

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

Shades of Tolopea #312B48

Tints of Tolopea #312B48

Color information

#312B48 (or 0x312B48) is unknown color: approx Tolopea. HEX triplet: 31, 2B and 48. RGB value is (49,43,72). Sum of RGB (Red+Green+Blue) = 49+43+72=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #312B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B48 is #CED4B7. Grayscale: #2F2F2F. Windows color (decimal): -13554872 or 4729649. OLE color: 4729649.

HSL color Cylindrical-coordinate representation of color #312B48: hue angle of 252.41º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #312B48 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB494372-
CMYK0.320.4000.72
HSL252.41º25.22%22.55%-
HSV(B)252.41º40.28%28.24%-
XYZ3.32.856.51-
YUV48.1141.49128.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=29.88%
G=26.22%
B=43.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4943720.320.4000.72252.4125.2222.55
Hex312B482028048fc1917
Octal6153110405001103743127
Binary110001101011100100010000010100001001000111111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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