#312641

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

Shades of Tolopea #312641

Tints of Tolopea #312641

Color information

#312641 (or 0x312641) is unknown color: approx Tolopea. HEX triplet: 31, 26 and 41. RGB value is (49,38,65). Sum of RGB (Red+Green+Blue) = 49+38+65=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #312641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312641 is #CED9BE. Grayscale: #2C2C2C. Windows color (decimal): -13556159 or 4269617. OLE color: 4269617.

HSL color Cylindrical-coordinate representation of color #312641: hue angle of 264.44º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #312641 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB493865-
CMYK0.250.4200.75
HSL264.44º26.21%20.2%-
HSV(B)264.44º41.54%25.49%-
XYZ2.912.425.31-
YUV44.37139.64131.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=32.24%
G=25%
B=42.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4938650.250.4200.75264.4426.2120.2
Hex312641192A04B1081a14
Octal6146101315201134103224
Binary110001100110100000111001101010010010111000010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312641; }

 p { color: rgb(49,38,65); }

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

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

 a { background-color: rgb(49,38,65); }

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

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

 span { border-color: rgb(49,38,65); }

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