Shades of Black Pearl #0A1213
Tints of Black Pearl #0A1213
RGB
CMYK
RGB Variations
Color information
#0A1213 (or 0x0A1213) is known color: Black Pearl. HEX triplet: 0A, 12 and 13. RGB value is (10,18,19). Sum of RGB (Red+Green+Blue) = 10+18+19=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 19 - color contains mainly: blue. Hex color #0A1213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1213 is #F5EDEC. Grayscale: #0F0F0F. Windows color (decimal): -16117229 or 1249802. OLE color: 1249802.
HSL color Cylindrical-coordinate representation of color #0A1213: hue angle of 186.67º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A1213 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 18 | 19 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.93 |
| HSL | 186.67º | 0.31% | 0.06% | - |
| HSV(B) | 186.67º | 0.47% | 0.07% | - |
| XYZ | 0.46 | 0.54 | 0.7 | - |
| YUV | 15.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 19 | 0.47 | 0.05 | 0 | 0.93 | 186.67 | 0.31 | 0.06 |
| Hex | A | 12 | 13 | 2F | 5 | 0 | 5D | BB | 1F | 6 |
| Octal | 12 | 22 | 23 | 57 | 5 | 0 | 135 | 273 | 37 | 6 |
| Binary | 1010 | 10010 | 10011 | 101111 | 101 | 0 | 1011101 | 10111011 | 11111 | 110 |
Color Harmonies of #0A1213
Complementary color
Monochromatic Colors of #0A1213
Black with #0A1213
Text Example
Text Example
White with #0A1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1213; }
p { color: rgb(10,18,19); }
H1.HeaderClassName
{
color: #0A1213;
}
.AnyTagClassName
{
color: #0A1213;
}
</style>
background-color css
<style>
a { background-color: #0A1213; }
a { background-color: rgb(10,18,19); }
div.DivClassName
{
background-color: #0A1213;
}
.BgClassName
{
background-color: #0A1213;
}
</style>
border-color css
<style>
span { border-color: #0A1213; }
span { border-color: rgb(10,18,19); }
td.TdClassName
{
border-color: #0A1213;
}
.TagClassName
{
border-color: #0A1213;
}
</style>