Shades of Black Pearl #0A191D
Tints of Black Pearl #0A191D
RGB
CMYK
RGB Variations
Color information
#0A191D (or 0x0A191D) is known color: Black Pearl. HEX triplet: 0A, 19 and 1D. RGB value is (10,25,29). Sum of RGB (Red+Green+Blue) = 10+25+29=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A191D is #F5E6E2. Grayscale: #141414. Windows color (decimal): -16115427 or 1906954. OLE color: 1906954.
HSL color Cylindrical-coordinate representation of color #0A191D: hue angle of 192.63º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A191D is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 25 | 29 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.89 |
| HSL | 192.63º | 0.49% | 0.08% | - |
| HSV(B) | 192.63º | 0.66% | 0.11% | - |
| XYZ | 0.69 | 0.85 | 1.29 | - |
| YUV | 20.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 29 | 0.66 | 0.14 | 0 | 0.89 | 192.63 | 0.49 | 0.08 |
| Hex | A | 19 | 1D | 42 | E | 0 | 59 | C1 | 31 | 8 |
| Octal | 12 | 31 | 35 | 102 | 16 | 0 | 131 | 301 | 61 | 10 |
| Binary | 1010 | 11001 | 11101 | 1000010 | 1110 | 0 | 1011001 | 11000001 | 110001 | 1000 |
Color Harmonies of #0A191D
Complementary color
Monochromatic Colors of #0A191D
Black with #0A191D
Text Example
Text Example
White with #0A191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A191D; }
p { color: rgb(10,25,29); }
H1.HeaderClassName
{
color: #0A191D;
}
.AnyTagClassName
{
color: #0A191D;
}
</style>
background-color css
<style>
a { background-color: #0A191D; }
a { background-color: rgb(10,25,29); }
div.DivClassName
{
background-color: #0A191D;
}
.BgClassName
{
background-color: #0A191D;
}
</style>
border-color css
<style>
span { border-color: #0A191D; }
span { border-color: rgb(10,25,29); }
td.TdClassName
{
border-color: #0A191D;
}
.TagClassName
{
border-color: #0A191D;
}
</style>