#130831

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

Shades of Tolopea #130831

Tints of Tolopea #130831

Color information

#130831 (or 0x130831) is unknown color: approx Tolopea. HEX triplet: 13, 08 and 31. RGB value is (19,8,49). Sum of RGB (Red+Green+Blue) = 19+8+49=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #130831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130831 is #ECF7CE. Grayscale: #0F0F0F. Windows color (decimal): -15529935 or 3213331. OLE color: 3213331.

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

Color convert

RGB19849-
CMYK0.610.8400.81
HSL256.1º71.93%11.18%-
HSV(B)256.1º83.67%19.22%-
XYZ0.910.532.96-
YUV15.96146.64130.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 49 (19.53% from 255) = 64.47%
R=25%
G=10.53%
B=64.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal198490.610.8400.81256.171.9311.18
Hex138313D5405110048b
Octal23106175124012140011013
Binary10011100011000111110110101000101000110000000010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130831; }

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

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

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

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

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

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

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

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