Shades of Black Pearl #0A151C
Tints of Black Pearl #0A151C
RGB
CMYK
RGB Variations
Color information
#0A151C (or 0x0A151C) is known color: Black Pearl. HEX triplet: 0A, 15 and 1C. RGB value is (10,21,28). Sum of RGB (Red+Green+Blue) = 10+21+28=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A151C is #F5EAE3. Grayscale: #121212. Windows color (decimal): -16116452 or 1840394. OLE color: 1840394.
HSL color Cylindrical-coordinate representation of color #0A151C: hue angle of 203.33º 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 #0A151C is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 21 | 28 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.89 |
| HSL | 203.33º | 0.47% | 0.07% | - |
| HSV(B) | 203.33º | 0.64% | 0.11% | - |
| XYZ | 0.6 | 0.68 | 1.2 | - |
| YUV | 18.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 28 | 0.64 | 0.25 | 0 | 0.89 | 203.33 | 0.47 | 0.07 |
| Hex | A | 15 | 1C | 40 | 19 | 0 | 59 | CB | 2F | 7 |
| Octal | 12 | 25 | 34 | 100 | 31 | 0 | 131 | 313 | 57 | 7 |
| Binary | 1010 | 10101 | 11100 | 1000000 | 11001 | 0 | 1011001 | 11001011 | 101111 | 111 |
Color Harmonies of #0A151C
Complementary color
Monochromatic Colors of #0A151C
Black with #0A151C
Text Example
Text Example
White with #0A151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A151C; }
p { color: rgb(10,21,28); }
H1.HeaderClassName
{
color: #0A151C;
}
.AnyTagClassName
{
color: #0A151C;
}
</style>
background-color css
<style>
a { background-color: #0A151C; }
a { background-color: rgb(10,21,28); }
div.DivClassName
{
background-color: #0A151C;
}
.BgClassName
{
background-color: #0A151C;
}
</style>
border-color css
<style>
span { border-color: #0A151C; }
span { border-color: rgb(10,21,28); }
td.TdClassName
{
border-color: #0A151C;
}
.TagClassName
{
border-color: #0A151C;
}
</style>