Shades of Black Pearl #0A161C
Tints of Black Pearl #0A161C
RGB
CMYK
RGB Variations
Color information
#0A161C (or 0x0A161C) is known color: Black Pearl. HEX triplet: 0A, 16 and 1C. RGB value is (10,22,28). Sum of RGB (Red+Green+Blue) = 10+22+28=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A161C is #F5E9E3. Grayscale: #131313. Windows color (decimal): -16116196 or 1840650. OLE color: 1840650.
HSL color Cylindrical-coordinate representation of color #0A161C: hue angle of 200º 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 #0A161C is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 22 | 28 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.89 |
| HSL | 200º | 0.47% | 0.07% | - |
| HSV(B) | 200º | 0.64% | 0.11% | - |
| XYZ | 0.62 | 0.72 | 1.21 | - |
| YUV | 19.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 28 | 0.64 | 0.21 | 0 | 0.89 | 200 | 0.47 | 0.07 |
| Hex | A | 16 | 1C | 40 | 15 | 0 | 59 | C8 | 2F | 7 |
| Octal | 12 | 26 | 34 | 100 | 25 | 0 | 131 | 310 | 57 | 7 |
| Binary | 1010 | 10110 | 11100 | 1000000 | 10101 | 0 | 1011001 | 11001000 | 101111 | 111 |
Color Harmonies of #0A161C
Complementary color
Monochromatic Colors of #0A161C
Black with #0A161C
Text Example
Text Example
White with #0A161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A161C; }
p { color: rgb(10,22,28); }
H1.HeaderClassName
{
color: #0A161C;
}
.AnyTagClassName
{
color: #0A161C;
}
</style>
background-color css
<style>
a { background-color: #0A161C; }
a { background-color: rgb(10,22,28); }
div.DivClassName
{
background-color: #0A161C;
}
.BgClassName
{
background-color: #0A161C;
}
</style>
border-color css
<style>
span { border-color: #0A161C; }
span { border-color: rgb(10,22,28); }
td.TdClassName
{
border-color: #0A161C;
}
.TagClassName
{
border-color: #0A161C;
}
</style>