Shades of Black Pearl #0A191C
Tints of Black Pearl #0A191C
RGB
CMYK
RGB Variations
Color information
#0A191C (or 0x0A191C) is known color: Black Pearl. HEX triplet: 0A, 19 and 1C. RGB value is (10,25,28). Sum of RGB (Red+Green+Blue) = 10+25+28=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A191C is #F5E6E3. Grayscale: #141414. Windows color (decimal): -16115428 or 1841418. OLE color: 1841418.
HSL color Cylindrical-coordinate representation of color #0A191C: hue angle of 190º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A191C is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 25 | 28 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.89 |
| HSL | 190º | 0.47% | 0.07% | - |
| HSV(B) | 190º | 0.64% | 0.11% | - |
| XYZ | 0.68 | 0.84 | 1.23 | - |
| YUV | 20.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 28 | 0.64 | 0.11 | 0 | 0.89 | 190 | 0.47 | 0.07 |
| Hex | A | 19 | 1C | 40 | B | 0 | 59 | BE | 2F | 7 |
| Octal | 12 | 31 | 34 | 100 | 13 | 0 | 131 | 276 | 57 | 7 |
| Binary | 1010 | 11001 | 11100 | 1000000 | 1011 | 0 | 1011001 | 10111110 | 101111 | 111 |
Color Harmonies of #0A191C
Complementary color
Monochromatic Colors of #0A191C
Black with #0A191C
Text Example
Text Example
White with #0A191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A191C; }
p { color: rgb(10,25,28); }
H1.HeaderClassName
{
color: #0A191C;
}
.AnyTagClassName
{
color: #0A191C;
}
</style>
background-color css
<style>
a { background-color: #0A191C; }
a { background-color: rgb(10,25,28); }
div.DivClassName
{
background-color: #0A191C;
}
.BgClassName
{
background-color: #0A191C;
}
</style>
border-color css
<style>
span { border-color: #0A191C; }
span { border-color: rgb(10,25,28); }
td.TdClassName
{
border-color: #0A191C;
}
.TagClassName
{
border-color: #0A191C;
}
</style>