Shades of Black Pearl #010A13
Tints of Black Pearl #010A13
RGB
CMYK
RGB Variations
Color information
#010A13 (or 0x010A13) is known color: Black Pearl. HEX triplet: 01, 0A and 13. RGB value is (1,10,19). Sum of RGB (Red+Green+Blue) = 1+10+19=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 19 (7.81% from 255 or 63.33% from 30); Max value from RGB is 19 - color contains mainly: blue. Hex color #010A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A13 is #FEF5EC. Grayscale: #080808. Windows color (decimal): -16709101 or 1247745. OLE color: 1247745.
HSL color Cylindrical-coordinate representation of color #010A13: hue angle of 210º 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 #010A13 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 10 | 19 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.93 |
| HSL | 210º | 0.9% | 0.04% | - |
| HSV(B) | 210º | 0.95% | 0.07% | - |
| XYZ | 0.24 | 0.27 | 0.66 | - |
| YUV | 8.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 19 | 0.95 | 0.47 | 0 | 0.93 | 210 | 0.9 | 0.04 |
| Hex | 1 | A | 13 | 5F | 2F | 0 | 5D | D2 | 5A | 4 |
| Octal | 1 | 12 | 23 | 137 | 57 | 0 | 135 | 322 | 132 | 4 |
| Binary | 1 | 1010 | 10011 | 1011111 | 101111 | 0 | 1011101 | 11010010 | 1011010 | 100 |
Color Harmonies of #010A13
Complementary color
Monochromatic Colors of #010A13
Black with #010A13
Text Example
Text Example
White with #010A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A13; }
p { color: rgb(1,10,19); }
H1.HeaderClassName
{
color: #010A13;
}
.AnyTagClassName
{
color: #010A13;
}
</style>
background-color css
<style>
a { background-color: #010A13; }
a { background-color: rgb(1,10,19); }
div.DivClassName
{
background-color: #010A13;
}
.BgClassName
{
background-color: #010A13;
}
</style>
border-color css
<style>
span { border-color: #010A13; }
span { border-color: rgb(1,10,19); }
td.TdClassName
{
border-color: #010A13;
}
.TagClassName
{
border-color: #010A13;
}
</style>