Shades of Black Pearl #0A111B
Tints of Black Pearl #0A111B
RGB
CMYK
RGB Variations
Color information
#0A111B (or 0x0A111B) is known color: Black Pearl. HEX triplet: 0A, 11 and 1B. RGB value is (10,17,27). Sum of RGB (Red+Green+Blue) = 10+17+27=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A111B is #F5EEE4. Grayscale: #101010. Windows color (decimal): -16117477 or 1773834. OLE color: 1773834.
HSL color Cylindrical-coordinate representation of color #0A111B: hue angle of 215.29º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A111B is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 17 | 27 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.89 |
| HSL | 215.29º | 0.46% | 0.07% | - |
| HSV(B) | 215.29º | 0.63% | 0.11% | - |
| XYZ | 0.52 | 0.54 | 1.11 | - |
| YUV | 16.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 27 | 0.63 | 0.37 | 0 | 0.89 | 215.29 | 0.46 | 0.07 |
| Hex | A | 11 | 1B | 3F | 25 | 0 | 59 | D7 | 2E | 7 |
| Octal | 12 | 21 | 33 | 77 | 45 | 0 | 131 | 327 | 56 | 7 |
| Binary | 1010 | 10001 | 11011 | 111111 | 100101 | 0 | 1011001 | 11010111 | 101110 | 111 |
Color Harmonies of #0A111B
Complementary color
Monochromatic Colors of #0A111B
Black with #0A111B
Text Example
Text Example
White with #0A111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A111B; }
p { color: rgb(10,17,27); }
H1.HeaderClassName
{
color: #0A111B;
}
.AnyTagClassName
{
color: #0A111B;
}
</style>
background-color css
<style>
a { background-color: #0A111B; }
a { background-color: rgb(10,17,27); }
div.DivClassName
{
background-color: #0A111B;
}
.BgClassName
{
background-color: #0A111B;
}
</style>
border-color css
<style>
span { border-color: #0A111B; }
span { border-color: rgb(10,17,27); }
td.TdClassName
{
border-color: #0A111B;
}
.TagClassName
{
border-color: #0A111B;
}
</style>