Shades of Tolopea #130831
Tints of Tolopea #130831
RGB
CMYK
RGB Variations
Color information
#130831 (or 0x130831) is known color: 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
| RGB | 19 | 8 | 49 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.81 |
| HSL | 256.1º | 0.72% | 0.11% | - |
| HSV(B) | 256.1º | 0.84% | 0.19% | - |
| XYZ | 0.91 | 0.53 | 2.96 | - |
| YUV | 15.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 49 | 0.61 | 0.84 | 0 | 0.81 | 256.1 | 0.72 | 0.11 |
| Hex | 13 | 8 | 31 | 3D | 54 | 0 | 51 | 100 | 48 | B |
| Octal | 23 | 10 | 61 | 75 | 124 | 0 | 121 | 400 | 110 | 13 |
| Binary | 10011 | 1000 | 110001 | 111101 | 1010100 | 0 | 1010001 | 100000000 | 1001000 | 1011 |
Color Harmonies of #130831
Complementary color
Monochromatic Colors of #130831
Black with #130831
Text Example
Text Example
White with #130831
Text Example
Text Example
HTML Codes & Css Web 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>