Shades of Black Pearl #0A1019
Tints of Black Pearl #0A1019
RGB
CMYK
RGB Variations
Color information
#0A1019 (or 0x0A1019) is known color: Black Pearl. HEX triplet: 0A, 10 and 19. RGB value is (10,16,25). Sum of RGB (Red+Green+Blue) = 10+16+25=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A1019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1019 is #F5EFE6. Grayscale: #0F0F0F. Windows color (decimal): -16117735 or 1642506. OLE color: 1642506.
HSL color Cylindrical-coordinate representation of color #0A1019: hue angle of 216º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0A1019 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 16 | 25 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.90 |
| HSL | 216º | 0.43% | 0.07% | - |
| HSV(B) | 216º | 0.6% | 0.1% | - |
| XYZ | 0.49 | 0.51 | 0.99 | - |
| YUV | 15.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 25 | 0.60 | 0.36 | 0 | 0.90 | 216 | 0.43 | 0.07 |
| Hex | A | 10 | 19 | 3C | 24 | 0 | 5A | D8 | 2B | 7 |
| Octal | 12 | 20 | 31 | 74 | 44 | 0 | 132 | 330 | 53 | 7 |
| Binary | 1010 | 10000 | 11001 | 111100 | 100100 | 0 | 1011010 | 11011000 | 101011 | 111 |
Color Harmonies of #0A1019
Complementary color
Monochromatic Colors of #0A1019
Black with #0A1019
Text Example
Text Example
White with #0A1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1019; }
p { color: rgb(10,16,25); }
H1.HeaderClassName
{
color: #0A1019;
}
.AnyTagClassName
{
color: #0A1019;
}
</style>
background-color css
<style>
a { background-color: #0A1019; }
a { background-color: rgb(10,16,25); }
div.DivClassName
{
background-color: #0A1019;
}
.BgClassName
{
background-color: #0A1019;
}
</style>
border-color css
<style>
span { border-color: #0A1019; }
span { border-color: rgb(10,16,25); }
td.TdClassName
{
border-color: #0A1019;
}
.TagClassName
{
border-color: #0A1019;
}
</style>