Shades of Black Pearl #0A1214
Tints of Black Pearl #0A1214
RGB
CMYK
RGB Variations
Color information
#0A1214 (or 0x0A1214) is known color: Black Pearl. HEX triplet: 0A, 12 and 14. RGB value is (10,18,20). Sum of RGB (Red+Green+Blue) = 10+18+20=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A1214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1214 is #F5EDEB. Grayscale: #0F0F0F. Windows color (decimal): -16117228 or 1315338. OLE color: 1315338.
HSL color Cylindrical-coordinate representation of color #0A1214: hue angle of 192º 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 #0A1214 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 18 | 20 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.92 |
| HSL | 192º | 0.33% | 0.06% | - |
| HSV(B) | 192º | 0.5% | 0.08% | - |
| XYZ | 0.47 | 0.55 | 0.74 | - |
| YUV | 15.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 20 | 0.50 | 0.10 | 0 | 0.92 | 192 | 0.33 | 0.06 |
| Hex | A | 12 | 14 | 32 | A | 0 | 5C | C0 | 21 | 6 |
| Octal | 12 | 22 | 24 | 62 | 12 | 0 | 134 | 300 | 41 | 6 |
| Binary | 1010 | 10010 | 10100 | 110010 | 1010 | 0 | 1011100 | 11000000 | 100001 | 110 |
Color Harmonies of #0A1214
Complementary color
Monochromatic Colors of #0A1214
Black with #0A1214
Text Example
Text Example
White with #0A1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1214; }
p { color: rgb(10,18,20); }
H1.HeaderClassName
{
color: #0A1214;
}
.AnyTagClassName
{
color: #0A1214;
}
</style>
background-color css
<style>
a { background-color: #0A1214; }
a { background-color: rgb(10,18,20); }
div.DivClassName
{
background-color: #0A1214;
}
.BgClassName
{
background-color: #0A1214;
}
</style>
border-color css
<style>
span { border-color: #0A1214; }
span { border-color: rgb(10,18,20); }
td.TdClassName
{
border-color: #0A1214;
}
.TagClassName
{
border-color: #0A1214;
}
</style>