Shades of Black Pearl #0A1315
Tints of Black Pearl #0A1315
RGB
CMYK
RGB Variations
Color information
#0A1315 (or 0x0A1315) is known color: Black Pearl. HEX triplet: 0A, 13 and 15. RGB value is (10,19,21). Sum of RGB (Red+Green+Blue) = 10+19+21=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A1315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1315 is #F5ECEA. Grayscale: #101010. Windows color (decimal): -16116971 or 1381130. OLE color: 1381130.
HSL color Cylindrical-coordinate representation of color #0A1315: hue angle of 190.91º 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 #0A1315 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 19 | 21 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.92 |
| HSL | 190.91º | 0.35% | 0.06% | - |
| HSV(B) | 190.91º | 0.52% | 0.08% | - |
| XYZ | 0.49 | 0.58 | 0.8 | - |
| YUV | 16.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 21 | 0.52 | 0.10 | 0 | 0.92 | 190.91 | 0.35 | 0.06 |
| Hex | A | 13 | 15 | 34 | A | 0 | 5C | BF | 23 | 6 |
| Octal | 12 | 23 | 25 | 64 | 12 | 0 | 134 | 277 | 43 | 6 |
| Binary | 1010 | 10011 | 10101 | 110100 | 1010 | 0 | 1011100 | 10111111 | 100011 | 110 |
Color Harmonies of #0A1315
Complementary color
Monochromatic Colors of #0A1315
Black with #0A1315
Text Example
Text Example
White with #0A1315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1315; }
p { color: rgb(10,19,21); }
H1.HeaderClassName
{
color: #0A1315;
}
.AnyTagClassName
{
color: #0A1315;
}
</style>
background-color css
<style>
a { background-color: #0A1315; }
a { background-color: rgb(10,19,21); }
div.DivClassName
{
background-color: #0A1315;
}
.BgClassName
{
background-color: #0A1315;
}
</style>
border-color css
<style>
span { border-color: #0A1315; }
span { border-color: rgb(10,19,21); }
td.TdClassName
{
border-color: #0A1315;
}
.TagClassName
{
border-color: #0A1315;
}
</style>