Shades of Black Pearl #0A192B
Tints of Black Pearl #0A192B
RGB
CMYK
RGB Variations
Color information
#0A192B (or 0x0A192B) is known color: Black Pearl. HEX triplet: 0A, 19 and 2B. RGB value is (10,25,43). Sum of RGB (Red+Green+Blue) = 10+25+43=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #0A192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A192B is #F5E6D4. Grayscale: #161616. Windows color (decimal): -16115413 or 2824458. OLE color: 2824458.
HSL color Cylindrical-coordinate representation of color #0A192B: hue angle of 212.73º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A192B is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 25 | 43 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.83 |
| HSL | 212.73º | 0.62% | 0.1% | - |
| HSV(B) | 212.73º | 0.77% | 0.17% | - |
| XYZ | 0.91 | 0.93 | 2.42 | - |
| YUV | 22.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 43 | 0.77 | 0.42 | 0 | 0.83 | 212.73 | 0.62 | 0.1 |
| Hex | A | 19 | 2B | 4D | 2A | 0 | 53 | D5 | 3E | A |
| Octal | 12 | 31 | 53 | 115 | 52 | 0 | 123 | 325 | 76 | 12 |
| Binary | 1010 | 11001 | 101011 | 1001101 | 101010 | 0 | 1010011 | 11010101 | 111110 | 1010 |
Color Harmonies of #0A192B
Complementary color
Monochromatic Colors of #0A192B
Black with #0A192B
Text Example
Text Example
White with #0A192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A192B; }
p { color: rgb(10,25,43); }
H1.HeaderClassName
{
color: #0A192B;
}
.AnyTagClassName
{
color: #0A192B;
}
</style>
background-color css
<style>
a { background-color: #0A192B; }
a { background-color: rgb(10,25,43); }
div.DivClassName
{
background-color: #0A192B;
}
.BgClassName
{
background-color: #0A192B;
}
</style>
border-color css
<style>
span { border-color: #0A192B; }
span { border-color: rgb(10,25,43); }
td.TdClassName
{
border-color: #0A192B;
}
.TagClassName
{
border-color: #0A192B;
}
</style>