Shades of Black Pearl #010813
Tints of Black Pearl #010813
RGB
CMYK
RGB Variations
Color information
#010813 (or 0x010813) is known color: Black Pearl. HEX triplet: 01, 08 and 13. RGB value is (1,8,19). Sum of RGB (Red+Green+Blue) = 1+8+19=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 19 (7.81% from 255 or 67.86% from 28); Max value from RGB is 19 - color contains mainly: blue. Hex color #010813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010813 is #FEF7EC. Grayscale: #070707. Windows color (decimal): -16709613 or 1247233. OLE color: 1247233.
HSL color Cylindrical-coordinate representation of color #010813: hue angle of 216.67º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010813 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 8 | 19 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.93 |
| HSL | 216.67º | 0.9% | 0.04% | - |
| HSV(B) | 216.67º | 0.95% | 0.07% | - |
| XYZ | 0.22 | 0.23 | 0.65 | - |
| YUV | 7.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 19 | 0.95 | 0.58 | 0 | 0.93 | 216.67 | 0.9 | 0.04 |
| Hex | 1 | 8 | 13 | 5F | 3A | 0 | 5D | D9 | 5A | 4 |
| Octal | 1 | 10 | 23 | 137 | 72 | 0 | 135 | 331 | 132 | 4 |
| Binary | 1 | 1000 | 10011 | 1011111 | 111010 | 0 | 1011101 | 11011001 | 1011010 | 100 |
Color Harmonies of #010813
Complementary color
Monochromatic Colors of #010813
Black with #010813
Text Example
Text Example
White with #010813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010813; }
p { color: rgb(1,8,19); }
H1.HeaderClassName
{
color: #010813;
}
.AnyTagClassName
{
color: #010813;
}
</style>
background-color css
<style>
a { background-color: #010813; }
a { background-color: rgb(1,8,19); }
div.DivClassName
{
background-color: #010813;
}
.BgClassName
{
background-color: #010813;
}
</style>
border-color css
<style>
span { border-color: #010813; }
span { border-color: rgb(1,8,19); }
td.TdClassName
{
border-color: #010813;
}
.TagClassName
{
border-color: #010813;
}
</style>