Shades of Black Pearl #0A1012
Tints of Black Pearl #0A1012
RGB
CMYK
RGB Variations
Color information
#0A1012 (or 0x0A1012) is known color: Black Pearl. HEX triplet: 0A, 10 and 12. RGB value is (10,16,18). Sum of RGB (Red+Green+Blue) = 10+16+18=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 18 - color contains mainly: blue. Hex color #0A1012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1012 is #F5EFED. Grayscale: #0E0E0E. Windows color (decimal): -16117742 or 1183754. OLE color: 1183754.
HSL color Cylindrical-coordinate representation of color #0A1012: hue angle of 195º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0A1012 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 16 | 18 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.93 |
| HSL | 195º | 0.29% | 0.05% | - |
| HSV(B) | 195º | 0.44% | 0.07% | - |
| XYZ | 0.42 | 0.48 | 0.64 | - |
| YUV | 14.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 18 | 0.44 | 0.11 | 0 | 0.93 | 195 | 0.29 | 0.05 |
| Hex | A | 10 | 12 | 2C | B | 0 | 5D | C3 | 1D | 5 |
| Octal | 12 | 20 | 22 | 54 | 13 | 0 | 135 | 303 | 35 | 5 |
| Binary | 1010 | 10000 | 10010 | 101100 | 1011 | 0 | 1011101 | 11000011 | 11101 | 101 |
Color Harmonies of #0A1012
Complementary color
Monochromatic Colors of #0A1012
Black with #0A1012
Text Example
Text Example
White with #0A1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1012; }
p { color: rgb(10,16,18); }
H1.HeaderClassName
{
color: #0A1012;
}
.AnyTagClassName
{
color: #0A1012;
}
</style>
background-color css
<style>
a { background-color: #0A1012; }
a { background-color: rgb(10,16,18); }
div.DivClassName
{
background-color: #0A1012;
}
.BgClassName
{
background-color: #0A1012;
}
</style>
border-color css
<style>
span { border-color: #0A1012; }
span { border-color: rgb(10,16,18); }
td.TdClassName
{
border-color: #0A1012;
}
.TagClassName
{
border-color: #0A1012;
}
</style>