Shades of Black Pearl #010A0D
Tints of Black Pearl #010A0D
RGB
CMYK
RGB Variations
Color information
#010A0D (or 0x010A0D) is known color: Black Pearl. HEX triplet: 01, 0A and 0D. RGB value is (1,10,13). Sum of RGB (Red+Green+Blue) = 1+10+13=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 10 (4.30% from 255 or 41.67% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #010A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A0D is #FEF5F2. Grayscale: #070707. Windows color (decimal): -16709107 or 854529. OLE color: 854529.
HSL color Cylindrical-coordinate representation of color #010A0D: hue angle of 195º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010A0D is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 10 | 13 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.95 |
| HSL | 195º | 0.86% | 0.03% | - |
| HSV(B) | 195º | 0.92% | 0.05% | - |
| XYZ | 0.19 | 0.25 | 0.42 | - |
| YUV | 7.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 13 | 0.92 | 0.23 | 0 | 0.95 | 195 | 0.86 | 0.03 |
| Hex | 1 | A | D | 5C | 17 | 0 | 5F | C3 | 56 | 3 |
| Octal | 1 | 12 | 15 | 134 | 27 | 0 | 137 | 303 | 126 | 3 |
| Binary | 1 | 1010 | 1101 | 1011100 | 10111 | 0 | 1011111 | 11000011 | 1010110 | 11 |
Color Harmonies of #010A0D
Complementary color
Monochromatic Colors of #010A0D
Black with #010A0D
Text Example
Text Example
White with #010A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A0D; }
p { color: rgb(1,10,13); }
H1.HeaderClassName
{
color: #010A0D;
}
.AnyTagClassName
{
color: #010A0D;
}
</style>
background-color css
<style>
a { background-color: #010A0D; }
a { background-color: rgb(1,10,13); }
div.DivClassName
{
background-color: #010A0D;
}
.BgClassName
{
background-color: #010A0D;
}
</style>
border-color css
<style>
span { border-color: #010A0D; }
span { border-color: rgb(1,10,13); }
td.TdClassName
{
border-color: #010A0D;
}
.TagClassName
{
border-color: #010A0D;
}
</style>