Shades of Black Pearl #0A0F15
Tints of Black Pearl #0A0F15
RGB
CMYK
RGB Variations
Color information
#0A0F15 (or 0x0A0F15) is known color: Black Pearl. HEX triplet: 0A, 0F and 15. RGB value is (10,15,21). Sum of RGB (Red+Green+Blue) = 10+15+21=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A0F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0F15 is #F5F0EA. Grayscale: #0E0E0E. Windows color (decimal): -16117995 or 1380106. OLE color: 1380106.
HSL color Cylindrical-coordinate representation of color #0A0F15: hue angle of 212.73º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0A0F15 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 15 | 21 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.92 |
| HSL | 212.73º | 0.35% | 0.06% | - |
| HSV(B) | 212.73º | 0.52% | 0.08% | - |
| XYZ | 0.43 | 0.46 | 0.78 | - |
| YUV | 14.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 21 | 0.52 | 0.29 | 0 | 0.92 | 212.73 | 0.35 | 0.06 |
| Hex | A | F | 15 | 34 | 1D | 0 | 5C | D5 | 23 | 6 |
| Octal | 12 | 17 | 25 | 64 | 35 | 0 | 134 | 325 | 43 | 6 |
| Binary | 1010 | 1111 | 10101 | 110100 | 11101 | 0 | 1011100 | 11010101 | 100011 | 110 |
Color Harmonies of #0A0F15
Complementary color
Monochromatic Colors of #0A0F15
Black with #0A0F15
Text Example
Text Example
White with #0A0F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0F15; }
p { color: rgb(10,15,21); }
H1.HeaderClassName
{
color: #0A0F15;
}
.AnyTagClassName
{
color: #0A0F15;
}
</style>
background-color css
<style>
a { background-color: #0A0F15; }
a { background-color: rgb(10,15,21); }
div.DivClassName
{
background-color: #0A0F15;
}
.BgClassName
{
background-color: #0A0F15;
}
</style>
border-color css
<style>
span { border-color: #0A0F15; }
span { border-color: rgb(10,15,21); }
td.TdClassName
{
border-color: #0A0F15;
}
.TagClassName
{
border-color: #0A0F15;
}
</style>