#130931

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

Shades of Tolopea #130931

Tints of Tolopea #130931

Color information

#130931 (or 0x130931) is unknown color: approx Tolopea. HEX triplet: 13, 09 and 31. RGB value is (19,9,49). Sum of RGB (Red+Green+Blue) = 19+9+49=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #130931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130931 is #ECF6CE. Grayscale: #101010. Windows color (decimal): -15529679 or 3213587. OLE color: 3213587.

HSL color Cylindrical-coordinate representation of color #130931: hue angle of 255º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #130931 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB19949-
CMYK0.610.8200.81
HSL255º68.97%11.37%-
HSV(B)255º81.63%19.22%-
XYZ0.920.562.96-
YUV16.55146.31129.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 49 (19.53% from 255) = 63.64%
R=24.68%
G=11.69%
B=63.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal199490.610.8200.8125568.9711.37
Hex139313D52051ff45b
Octal23116175122012137710513
Binary1001110011100011111011010010010100011111111110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130931; }

 p { color: rgb(19,9,49); }

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

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

 a { background-color: rgb(19,9,49); }

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

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

 span { border-color: rgb(19,9,49); }

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