Shades of Black Pearl #0A0F14
Tints of Black Pearl #0A0F14
RGB
CMYK
RGB Variations
Color information
#0A0F14 (or 0x0A0F14) is known color: Black Pearl. HEX triplet: 0A, 0F and 14. RGB value is (10,15,20). Sum of RGB (Red+Green+Blue) = 10+15+20=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A0F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0F14 is #F5F0EB. Grayscale: #0E0E0E. Windows color (decimal): -16117996 or 1314570. OLE color: 1314570.
HSL color Cylindrical-coordinate representation of color #0A0F14: hue angle of 210º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A0F14 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 15 | 20 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.92 |
| HSL | 210º | 0.33% | 0.06% | - |
| HSV(B) | 210º | 0.5% | 0.08% | - |
| XYZ | 0.42 | 0.46 | 0.73 | - |
| YUV | 14.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 20 | 0.50 | 0.25 | 0 | 0.92 | 210 | 0.33 | 0.06 |
| Hex | A | F | 14 | 32 | 19 | 0 | 5C | D2 | 21 | 6 |
| Octal | 12 | 17 | 24 | 62 | 31 | 0 | 134 | 322 | 41 | 6 |
| Binary | 1010 | 1111 | 10100 | 110010 | 11001 | 0 | 1011100 | 11010010 | 100001 | 110 |
Color Harmonies of #0A0F14
Complementary color
Monochromatic Colors of #0A0F14
Black with #0A0F14
Text Example
Text Example
White with #0A0F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0F14; }
p { color: rgb(10,15,20); }
H1.HeaderClassName
{
color: #0A0F14;
}
.AnyTagClassName
{
color: #0A0F14;
}
</style>
background-color css
<style>
a { background-color: #0A0F14; }
a { background-color: rgb(10,15,20); }
div.DivClassName
{
background-color: #0A0F14;
}
.BgClassName
{
background-color: #0A0F14;
}
</style>
border-color css
<style>
span { border-color: #0A0F14; }
span { border-color: rgb(10,15,20); }
td.TdClassName
{
border-color: #0A0F14;
}
.TagClassName
{
border-color: #0A0F14;
}
</style>