Shades of Black Pearl #0A191A
Tints of Black Pearl #0A191A
RGB
CMYK
RGB Variations
Color information
#0A191A (or 0x0A191A) is known color: Black Pearl. HEX triplet: 0A, 19 and 1A. RGB value is (10,25,26). Sum of RGB (Red+Green+Blue) = 10+25+26=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A191A is #F5E6E5. Grayscale: #141414. Windows color (decimal): -16115430 or 1710346. OLE color: 1710346.
HSL color Cylindrical-coordinate representation of color #0A191A: hue angle of 183.75º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A191A is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 25 | 26 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.90 |
| HSL | 183.75º | 0.44% | 0.07% | - |
| HSV(B) | 183.75º | 0.62% | 0.1% | - |
| XYZ | 0.66 | 0.83 | 1.1 | - |
| YUV | 20.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 26 | 0.62 | 0.04 | 0 | 0.90 | 183.75 | 0.44 | 0.07 |
| Hex | A | 19 | 1A | 3E | 4 | 0 | 5A | B8 | 2C | 7 |
| Octal | 12 | 31 | 32 | 76 | 4 | 0 | 132 | 270 | 54 | 7 |
| Binary | 1010 | 11001 | 11010 | 111110 | 100 | 0 | 1011010 | 10111000 | 101100 | 111 |
Color Harmonies of #0A191A
Complementary color
Monochromatic Colors of #0A191A
Black with #0A191A
Text Example
Text Example
White with #0A191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A191A; }
p { color: rgb(10,25,26); }
H1.HeaderClassName
{
color: #0A191A;
}
.AnyTagClassName
{
color: #0A191A;
}
</style>
background-color css
<style>
a { background-color: #0A191A; }
a { background-color: rgb(10,25,26); }
div.DivClassName
{
background-color: #0A191A;
}
.BgClassName
{
background-color: #0A191A;
}
</style>
border-color css
<style>
span { border-color: #0A191A; }
span { border-color: rgb(10,25,26); }
td.TdClassName
{
border-color: #0A191A;
}
.TagClassName
{
border-color: #0A191A;
}
</style>