Shades of Black Pearl #010A0F
Tints of Black Pearl #010A0F
RGB
CMYK
RGB Variations
Color information
#010A0F (or 0x010A0F) is known color: Black Pearl. HEX triplet: 01, 0A and 0F. RGB value is (1,10,15). Sum of RGB (Red+Green+Blue) = 1+10+15=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 10 (4.30% from 255 or 38.46% from 26); Blue value is 15 (6.25% from 255 or 57.69% from 26); Max value from RGB is 15 - color contains mainly: blue. Hex color #010A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A0F is #FEF5F0. Grayscale: #070707. Windows color (decimal): -16709105 or 985601. OLE color: 985601.
HSL color Cylindrical-coordinate representation of color #010A0F: hue angle of 201.43º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010A0F is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 1 | 10 | 15 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.94 |
| HSL | 201.43º | 0.88% | 0.03% | - |
| HSV(B) | 201.43º | 0.93% | 0.06% | - |
| XYZ | 0.21 | 0.26 | 0.49 | - |
| YUV | 7.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 15 | 0.93 | 0.33 | 0 | 0.94 | 201.43 | 0.88 | 0.03 |
| Hex | 1 | A | F | 5D | 21 | 0 | 5E | C9 | 58 | 3 |
| Octal | 1 | 12 | 17 | 135 | 41 | 0 | 136 | 311 | 130 | 3 |
| Binary | 1 | 1010 | 1111 | 1011101 | 100001 | 0 | 1011110 | 11001001 | 1011000 | 11 |
Color Harmonies of #010A0F
Complementary color
Monochromatic Colors of #010A0F
Black with #010A0F
Text Example
Text Example
White with #010A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A0F; }
p { color: rgb(1,10,15); }
H1.HeaderClassName
{
color: #010A0F;
}
.AnyTagClassName
{
color: #010A0F;
}
</style>
background-color css
<style>
a { background-color: #010A0F; }
a { background-color: rgb(1,10,15); }
div.DivClassName
{
background-color: #010A0F;
}
.BgClassName
{
background-color: #010A0F;
}
</style>
border-color css
<style>
span { border-color: #010A0F; }
span { border-color: rgb(1,10,15); }
td.TdClassName
{
border-color: #010A0F;
}
.TagClassName
{
border-color: #010A0F;
}
</style>