Shades of Black Pearl #0A151B
Tints of Black Pearl #0A151B
RGB
CMYK
RGB Variations
Color information
#0A151B (or 0x0A151B) is known color: Black Pearl. HEX triplet: 0A, 15 and 1B. RGB value is (10,21,27). Sum of RGB (Red+Green+Blue) = 10+21+27=58 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.24% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A151B is #F5EAE4. Grayscale: #121212. Windows color (decimal): -16116453 or 1774858. OLE color: 1774858.
HSL color Cylindrical-coordinate representation of color #0A151B: hue angle of 201.18º 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 #0A151B is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 21 | 27 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.89 |
| HSL | 201.18º | 0.46% | 0.07% | - |
| HSV(B) | 201.18º | 0.63% | 0.11% | - |
| XYZ | 0.59 | 0.68 | 1.14 | - |
| YUV | 18.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 27 | 0.63 | 0.22 | 0 | 0.89 | 201.18 | 0.46 | 0.07 |
| Hex | A | 15 | 1B | 3F | 16 | 0 | 59 | C9 | 2E | 7 |
| Octal | 12 | 25 | 33 | 77 | 26 | 0 | 131 | 311 | 56 | 7 |
| Binary | 1010 | 10101 | 11011 | 111111 | 10110 | 0 | 1011001 | 11001001 | 101110 | 111 |
Color Harmonies of #0A151B
Complementary color
Monochromatic Colors of #0A151B
Black with #0A151B
Text Example
Text Example
White with #0A151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A151B; }
p { color: rgb(10,21,27); }
H1.HeaderClassName
{
color: #0A151B;
}
.AnyTagClassName
{
color: #0A151B;
}
</style>
background-color css
<style>
a { background-color: #0A151B; }
a { background-color: rgb(10,21,27); }
div.DivClassName
{
background-color: #0A151B;
}
.BgClassName
{
background-color: #0A151B;
}
</style>
border-color css
<style>
span { border-color: #0A151B; }
span { border-color: rgb(10,21,27); }
td.TdClassName
{
border-color: #0A151B;
}
.TagClassName
{
border-color: #0A151B;
}
</style>