Shades of Black Pearl #0A192F
Tints of Black Pearl #0A192F
RGB
CMYK
RGB Variations
Color information
#0A192F (or 0x0A192F) is known color: Black Pearl. HEX triplet: 0A, 19 and 2F. RGB value is (10,25,47). Sum of RGB (Red+Green+Blue) = 10+25+47=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A192F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A192F is #F5E6D0. Grayscale: #161616. Windows color (decimal): -16115409 or 3086602. OLE color: 3086602.
HSL color Cylindrical-coordinate representation of color #0A192F: hue angle of 215.68º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A192F is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 25 | 47 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.82 |
| HSL | 215.68º | 0.65% | 0.11% | - |
| HSV(B) | 215.68º | 0.79% | 0.18% | - |
| XYZ | 0.99 | 0.97 | 2.82 | - |
| YUV | 23.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 47 | 0.79 | 0.47 | 0 | 0.82 | 215.68 | 0.65 | 0.11 |
| Hex | A | 19 | 2F | 4F | 2F | 0 | 52 | D8 | 41 | B |
| Octal | 12 | 31 | 57 | 117 | 57 | 0 | 122 | 330 | 101 | 13 |
| Binary | 1010 | 11001 | 101111 | 1001111 | 101111 | 0 | 1010010 | 11011000 | 1000001 | 1011 |
Color Harmonies of #0A192F
Complementary color
Monochromatic Colors of #0A192F
Black with #0A192F
Text Example
Text Example
White with #0A192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A192F; }
p { color: rgb(10,25,47); }
H1.HeaderClassName
{
color: #0A192F;
}
.AnyTagClassName
{
color: #0A192F;
}
</style>
background-color css
<style>
a { background-color: #0A192F; }
a { background-color: rgb(10,25,47); }
div.DivClassName
{
background-color: #0A192F;
}
.BgClassName
{
background-color: #0A192F;
}
</style>
border-color css
<style>
span { border-color: #0A192F; }
span { border-color: rgb(10,25,47); }
td.TdClassName
{
border-color: #0A192F;
}
.TagClassName
{
border-color: #0A192F;
}
</style>