Shades of Black Pearl #0A151F
Tints of Black Pearl #0A151F
RGB
CMYK
RGB Variations
Color information
#0A151F (or 0x0A151F) is known color: Black Pearl. HEX triplet: 0A, 15 and 1F. RGB value is (10,21,31). Sum of RGB (Red+Green+Blue) = 10+21+31=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A151F is #F5EAE0. Grayscale: #121212. Windows color (decimal): -16116449 or 2037002. OLE color: 2037002.
HSL color Cylindrical-coordinate representation of color #0A151F: hue angle of 208.57º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A151F is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 21 | 31 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.88 |
| HSL | 208.57º | 0.51% | 0.08% | - |
| HSV(B) | 208.57º | 0.68% | 0.12% | - |
| XYZ | 0.64 | 0.7 | 1.4 | - |
| YUV | 18.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 31 | 0.68 | 0.32 | 0 | 0.88 | 208.57 | 0.51 | 0.08 |
| Hex | A | 15 | 1F | 44 | 20 | 0 | 58 | D1 | 33 | 8 |
| Octal | 12 | 25 | 37 | 104 | 40 | 0 | 130 | 321 | 63 | 10 |
| Binary | 1010 | 10101 | 11111 | 1000100 | 100000 | 0 | 1011000 | 11010001 | 110011 | 1000 |
Color Harmonies of #0A151F
Complementary color
Monochromatic Colors of #0A151F
Black with #0A151F
Text Example
Text Example
White with #0A151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A151F; }
p { color: rgb(10,21,31); }
H1.HeaderClassName
{
color: #0A151F;
}
.AnyTagClassName
{
color: #0A151F;
}
</style>
background-color css
<style>
a { background-color: #0A151F; }
a { background-color: rgb(10,21,31); }
div.DivClassName
{
background-color: #0A151F;
}
.BgClassName
{
background-color: #0A151F;
}
</style>
border-color css
<style>
span { border-color: #0A151F; }
span { border-color: rgb(10,21,31); }
td.TdClassName
{
border-color: #0A151F;
}
.TagClassName
{
border-color: #0A151F;
}
</style>