Shades of Black Pearl #0A0F11
Tints of Black Pearl #0A0F11
RGB
CMYK
RGB Variations
Color information
#0A0F11 (or 0x0A0F11) is known color: Black Pearl. HEX triplet: 0A, 0F and 11. RGB value is (10,15,17). Sum of RGB (Red+Green+Blue) = 10+15+17=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0F11 is #F5F0EE. Grayscale: #0D0D0D. Windows color (decimal): -16117999 or 1117962. OLE color: 1117962.
HSL color Cylindrical-coordinate representation of color #0A0F11: hue angle of 197.14º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0A0F11 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 15 | 17 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.93 |
| HSL | 197.14º | 0.26% | 0.05% | - |
| HSV(B) | 197.14º | 0.41% | 0.07% | - |
| XYZ | 0.4 | 0.45 | 0.6 | - |
| YUV | 13.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 17 | 0.41 | 0.12 | 0 | 0.93 | 197.14 | 0.26 | 0.05 |
| Hex | A | F | 11 | 29 | C | 0 | 5D | C5 | 1A | 5 |
| Octal | 12 | 17 | 21 | 51 | 14 | 0 | 135 | 305 | 32 | 5 |
| Binary | 1010 | 1111 | 10001 | 101001 | 1100 | 0 | 1011101 | 11000101 | 11010 | 101 |
Color Harmonies of #0A0F11
Complementary color
Monochromatic Colors of #0A0F11
Black with #0A0F11
Text Example
Text Example
White with #0A0F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0F11; }
p { color: rgb(10,15,17); }
H1.HeaderClassName
{
color: #0A0F11;
}
.AnyTagClassName
{
color: #0A0F11;
}
</style>
background-color css
<style>
a { background-color: #0A0F11; }
a { background-color: rgb(10,15,17); }
div.DivClassName
{
background-color: #0A0F11;
}
.BgClassName
{
background-color: #0A0F11;
}
</style>
border-color css
<style>
span { border-color: #0A0F11; }
span { border-color: rgb(10,15,17); }
td.TdClassName
{
border-color: #0A0F11;
}
.TagClassName
{
border-color: #0A0F11;
}
</style>