#140A31

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

Shades of Tolopea #140A31

Tints of Tolopea #140A31

Color information

#140A31 (or 0x140A31) is unknown color: approx Tolopea. HEX triplet: 14, 0A and 31. RGB value is (20,10,49). Sum of RGB (Red+Green+Blue) = 20+10+49=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 49 (19.53% from 255 or 62.03% from 79); Max value from RGB is 49 - color contains mainly: blue. Hex color #140A31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A31 is #EBF5CE. Grayscale: #111111. Windows color (decimal): -15463887 or 3213844. OLE color: 3213844.

HSL color Cylindrical-coordinate representation of color #140A31: hue angle of 255.38º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #140A31 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB201049-
CMYK0.590.8000.81
HSL255.38º66.1%11.57%-
HSV(B)255.38º79.59%19.22%-
XYZ0.950.592.97-
YUV17.44145.81129.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 10 (4.30% from 255) = 12.66%
BLUE value IS 49 (19.53% from 255) = 62.03%
R=25.32%
G=12.66%
B=62.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2010490.590.8000.81255.3866.111.57
Hex14A313B50051ff42c
Octal24126173120012137710214
Binary1010010101100011110111010000010100011111111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140A31; }

 p { color: rgb(20,10,49); }

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

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

 a { background-color: rgb(20,10,49); }

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

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

 span { border-color: rgb(20,10,49); }

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