Shades of Black Pearl #0A1719
Tints of Black Pearl #0A1719
RGB
CMYK
RGB Variations
Color information
#0A1719 (or 0x0A1719) is known color: Black Pearl. HEX triplet: 0A, 17 and 19. RGB value is (10,23,25). Sum of RGB (Red+Green+Blue) = 10+23+25=58 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.24% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A1719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1719 is #F5E8E6. Grayscale: #131313. Windows color (decimal): -16115943 or 1644298. OLE color: 1644298.
HSL color Cylindrical-coordinate representation of color #0A1719: hue angle of 188º 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 #0A1719 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 23 | 25 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.90 |
| HSL | 188º | 0.43% | 0.07% | - |
| HSV(B) | 188º | 0.6% | 0.1% | - |
| XYZ | 0.61 | 0.75 | 1.03 | - |
| YUV | 19.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 25 | 0.60 | 0.08 | 0 | 0.90 | 188 | 0.43 | 0.07 |
| Hex | A | 17 | 19 | 3C | 8 | 0 | 5A | BC | 2B | 7 |
| Octal | 12 | 27 | 31 | 74 | 10 | 0 | 132 | 274 | 53 | 7 |
| Binary | 1010 | 10111 | 11001 | 111100 | 1000 | 0 | 1011010 | 10111100 | 101011 | 111 |
Color Harmonies of #0A1719
Complementary color
Monochromatic Colors of #0A1719
Black with #0A1719
Text Example
Text Example
White with #0A1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1719; }
p { color: rgb(10,23,25); }
H1.HeaderClassName
{
color: #0A1719;
}
.AnyTagClassName
{
color: #0A1719;
}
</style>
background-color css
<style>
a { background-color: #0A1719; }
a { background-color: rgb(10,23,25); }
div.DivClassName
{
background-color: #0A1719;
}
.BgClassName
{
background-color: #0A1719;
}
</style>
border-color css
<style>
span { border-color: #0A1719; }
span { border-color: rgb(10,23,25); }
td.TdClassName
{
border-color: #0A1719;
}
.TagClassName
{
border-color: #0A1719;
}
</style>