#312340

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

Shades of Tolopea #312340

Tints of Tolopea #312340

Color information

#312340 (or 0x312340) is unknown color: approx Tolopea. HEX triplet: 31, 23 and 40. RGB value is (49,35,64). Sum of RGB (Red+Green+Blue) = 49+35+64=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 64 - color contains mainly: blue. Hex color #312340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312340 is #CEDCBF. Grayscale: #2A2A2A. Windows color (decimal): -13556928 or 4203313. OLE color: 4203313.

HSL color Cylindrical-coordinate representation of color #312340: hue angle of 268.97º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #312340 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB493564-
CMYK0.230.4500.75
HSL268.97º29.29%19.41%-
HSV(B)268.97º45.31%25.1%-
XYZ2.792.235.13-
YUV42.49140.14132.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 64 (25.39% from 255) = 43.24%
R=33.11%
G=23.65%
B=43.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4935640.230.4500.75268.9729.2919.41
Hex312340172D04B10d1d13
Octal6143100275501134153523
Binary110001100011100000010111101101010010111000011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312340; }

 p { color: rgb(49,35,64); }

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

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

 a { background-color: rgb(49,35,64); }

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

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

 span { border-color: rgb(49,35,64); }

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