Shades of Black Pearl #0A191B
Tints of Black Pearl #0A191B
RGB
CMYK
RGB Variations
Color information
#0A191B (or 0x0A191B) is known color: Black Pearl. HEX triplet: 0A, 19 and 1B. RGB value is (10,25,27). Sum of RGB (Red+Green+Blue) = 10+25+27=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A191B is #F5E6E4. Grayscale: #141414. Windows color (decimal): -16115429 or 1775882. OLE color: 1775882.
HSL color Cylindrical-coordinate representation of color #0A191B: hue angle of 187.06º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A191B is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 25 | 27 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.89 |
| HSL | 187.06º | 0.46% | 0.07% | - |
| HSV(B) | 187.06º | 0.63% | 0.11% | - |
| XYZ | 0.67 | 0.84 | 1.16 | - |
| YUV | 20.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 27 | 0.63 | 0.07 | 0 | 0.89 | 187.06 | 0.46 | 0.07 |
| Hex | A | 19 | 1B | 3F | 7 | 0 | 59 | BB | 2E | 7 |
| Octal | 12 | 31 | 33 | 77 | 7 | 0 | 131 | 273 | 56 | 7 |
| Binary | 1010 | 11001 | 11011 | 111111 | 111 | 0 | 1011001 | 10111011 | 101110 | 111 |
Color Harmonies of #0A191B
Complementary color
Monochromatic Colors of #0A191B
Black with #0A191B
Text Example
Text Example
White with #0A191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A191B; }
p { color: rgb(10,25,27); }
H1.HeaderClassName
{
color: #0A191B;
}
.AnyTagClassName
{
color: #0A191B;
}
</style>
background-color css
<style>
a { background-color: #0A191B; }
a { background-color: rgb(10,25,27); }
div.DivClassName
{
background-color: #0A191B;
}
.BgClassName
{
background-color: #0A191B;
}
</style>
border-color css
<style>
span { border-color: #0A191B; }
span { border-color: rgb(10,25,27); }
td.TdClassName
{
border-color: #0A191B;
}
.TagClassName
{
border-color: #0A191B;
}
</style>