Shades of Black Pearl #0A151D
Tints of Black Pearl #0A151D
RGB
CMYK
RGB Variations
Color information
#0A151D (or 0x0A151D) is known color: Black Pearl. HEX triplet: 0A, 15 and 1D. RGB value is (10,21,29). Sum of RGB (Red+Green+Blue) = 10+21+29=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A151D is #F5EAE2. Grayscale: #121212. Windows color (decimal): -16116451 or 1905930. OLE color: 1905930.
HSL color Cylindrical-coordinate representation of color #0A151D: hue angle of 205.26º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A151D is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 21 | 29 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.89 |
| HSL | 205.26º | 0.49% | 0.08% | - |
| HSV(B) | 205.26º | 0.66% | 0.11% | - |
| XYZ | 0.62 | 0.69 | 1.26 | - |
| YUV | 18.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 29 | 0.66 | 0.28 | 0 | 0.89 | 205.26 | 0.49 | 0.08 |
| Hex | A | 15 | 1D | 42 | 1C | 0 | 59 | CD | 31 | 8 |
| Octal | 12 | 25 | 35 | 102 | 34 | 0 | 131 | 315 | 61 | 10 |
| Binary | 1010 | 10101 | 11101 | 1000010 | 11100 | 0 | 1011001 | 11001101 | 110001 | 1000 |
Color Harmonies of #0A151D
Complementary color
Monochromatic Colors of #0A151D
Black with #0A151D
Text Example
Text Example
White with #0A151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A151D; }
p { color: rgb(10,21,29); }
H1.HeaderClassName
{
color: #0A151D;
}
.AnyTagClassName
{
color: #0A151D;
}
</style>
background-color css
<style>
a { background-color: #0A151D; }
a { background-color: rgb(10,21,29); }
div.DivClassName
{
background-color: #0A151D;
}
.BgClassName
{
background-color: #0A151D;
}
</style>
border-color css
<style>
span { border-color: #0A151D; }
span { border-color: rgb(10,21,29); }
td.TdClassName
{
border-color: #0A151D;
}
.TagClassName
{
border-color: #0A151D;
}
</style>