Shades of Black Pearl #0A0E0F
Tints of Black Pearl #0A0E0F
RGB
CMYK
RGB Variations
Color information
#0A0E0F (or 0x0A0E0F) is known color: Black Pearl. HEX triplet: 0A, 0E and 0F. RGB value is (10,14,15). Sum of RGB (Red+Green+Blue) = 10+14+15=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 15 - color contains mainly: blue. Hex color #0A0E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E0F is #F5F1F0. Grayscale: #0C0C0C. Windows color (decimal): -16118257 or 986634. OLE color: 986634.
HSL color Cylindrical-coordinate representation of color #0A0E0F: hue angle of 192º degrees, saturation: 0.2, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0A0E0F is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 10 | 14 | 15 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.94 |
| HSL | 192º | 0.2% | 0.05% | - |
| HSV(B) | 192º | 0.33% | 0.06% | - |
| XYZ | 0.37 | 0.41 | 0.51 | - |
| YUV | 12.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 15 | 0.33 | 0.07 | 0 | 0.94 | 192 | 0.2 | 0.05 |
| Hex | A | E | F | 21 | 7 | 0 | 5E | C0 | 14 | 5 |
| Octal | 12 | 16 | 17 | 41 | 7 | 0 | 136 | 300 | 24 | 5 |
| Binary | 1010 | 1110 | 1111 | 100001 | 111 | 0 | 1011110 | 11000000 | 10100 | 101 |
Color Harmonies of #0A0E0F
Complementary color
Monochromatic Colors of #0A0E0F
Black with #0A0E0F
Text Example
Text Example
White with #0A0E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0E0F; }
p { color: rgb(10,14,15); }
H1.HeaderClassName
{
color: #0A0E0F;
}
.AnyTagClassName
{
color: #0A0E0F;
}
</style>
background-color css
<style>
a { background-color: #0A0E0F; }
a { background-color: rgb(10,14,15); }
div.DivClassName
{
background-color: #0A0E0F;
}
.BgClassName
{
background-color: #0A0E0F;
}
</style>
border-color css
<style>
span { border-color: #0A0E0F; }
span { border-color: rgb(10,14,15); }
td.TdClassName
{
border-color: #0A0E0F;
}
.TagClassName
{
border-color: #0A0E0F;
}
</style>