Shades of Black Pearl #0A1115
Tints of Black Pearl #0A1115
RGB
CMYK
RGB Variations
Color information
#0A1115 (or 0x0A1115) is known color: Black Pearl. HEX triplet: 0A, 11 and 15. RGB value is (10,17,21). Sum of RGB (Red+Green+Blue) = 10+17+21=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A1115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1115 is #F5EEEA. Grayscale: #0F0F0F. Windows color (decimal): -16117483 or 1380618. OLE color: 1380618.
HSL color Cylindrical-coordinate representation of color #0A1115: hue angle of 201.82º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0A1115 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 17 | 21 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.92 |
| HSL | 201.82º | 0.35% | 0.06% | - |
| HSV(B) | 201.82º | 0.52% | 0.08% | - |
| XYZ | 0.46 | 0.52 | 0.79 | - |
| YUV | 15.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 21 | 0.52 | 0.19 | 0 | 0.92 | 201.82 | 0.35 | 0.06 |
| Hex | A | 11 | 15 | 34 | 13 | 0 | 5C | CA | 23 | 6 |
| Octal | 12 | 21 | 25 | 64 | 23 | 0 | 134 | 312 | 43 | 6 |
| Binary | 1010 | 10001 | 10101 | 110100 | 10011 | 0 | 1011100 | 11001010 | 100011 | 110 |
Color Harmonies of #0A1115
Complementary color
Monochromatic Colors of #0A1115
Black with #0A1115
Text Example
Text Example
White with #0A1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1115; }
p { color: rgb(10,17,21); }
H1.HeaderClassName
{
color: #0A1115;
}
.AnyTagClassName
{
color: #0A1115;
}
</style>
background-color css
<style>
a { background-color: #0A1115; }
a { background-color: rgb(10,17,21); }
div.DivClassName
{
background-color: #0A1115;
}
.BgClassName
{
background-color: #0A1115;
}
</style>
border-color css
<style>
span { border-color: #0A1115; }
span { border-color: rgb(10,17,21); }
td.TdClassName
{
border-color: #0A1115;
}
.TagClassName
{
border-color: #0A1115;
}
</style>