Shades of Black Pearl #0A161F
Tints of Black Pearl #0A161F
RGB
CMYK
RGB Variations
Color information
#0A161F (or 0x0A161F) is known color: Black Pearl. HEX triplet: 0A, 16 and 1F. RGB value is (10,22,31). Sum of RGB (Red+Green+Blue) = 10+22+31=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A161F is #F5E9E0. Grayscale: #131313. Windows color (decimal): -16116193 or 2037258. OLE color: 2037258.
HSL color Cylindrical-coordinate representation of color #0A161F: hue angle of 205.71º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A161F is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 22 | 31 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.88 |
| HSL | 205.71º | 0.51% | 0.08% | - |
| HSV(B) | 205.71º | 0.68% | 0.12% | - |
| XYZ | 0.66 | 0.74 | 1.4 | - |
| YUV | 19.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 31 | 0.68 | 0.29 | 0 | 0.88 | 205.71 | 0.51 | 0.08 |
| Hex | A | 16 | 1F | 44 | 1D | 0 | 58 | CE | 33 | 8 |
| Octal | 12 | 26 | 37 | 104 | 35 | 0 | 130 | 316 | 63 | 10 |
| Binary | 1010 | 10110 | 11111 | 1000100 | 11101 | 0 | 1011000 | 11001110 | 110011 | 1000 |
Color Harmonies of #0A161F
Complementary color
Monochromatic Colors of #0A161F
Black with #0A161F
Text Example
Text Example
White with #0A161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A161F; }
p { color: rgb(10,22,31); }
H1.HeaderClassName
{
color: #0A161F;
}
.AnyTagClassName
{
color: #0A161F;
}
</style>
background-color css
<style>
a { background-color: #0A161F; }
a { background-color: rgb(10,22,31); }
div.DivClassName
{
background-color: #0A161F;
}
.BgClassName
{
background-color: #0A161F;
}
</style>
border-color css
<style>
span { border-color: #0A161F; }
span { border-color: rgb(10,22,31); }
td.TdClassName
{
border-color: #0A161F;
}
.TagClassName
{
border-color: #0A161F;
}
</style>