Shades of Black Pearl #001015
Tints of Black Pearl #001015
RGB
CMYK
RGB Variations
Color information
#001015 (or 0x001015) is known color: Black Pearl. HEX triplet: 00, 10 and 15. RGB value is (0,16,21). Sum of RGB (Red+Green+Blue) = 0+16+21=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 21 (8.59% from 255 or 56.76% from 37); Max value from RGB is 21 - color contains mainly: blue. Hex color #001015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001015 is #FFEFEA. Grayscale: #0B0B0B. Windows color (decimal): -16773099 or 1380352. OLE color: 1380352.
HSL color Cylindrical-coordinate representation of color #001015: hue angle of 194.29º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001015 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 16 | 21 | - |
| CMYK | 1 | 0.24 | 0 | 0.92 |
| HSL | 194.29º | 1% | 0.04% | - |
| HSV(B) | 194.29º | 1% | 0.08% | - |
| XYZ | 0.32 | 0.42 | 0.77 | - |
| YUV | 11.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 21 | 1 | 0.24 | 0 | 0.92 | 194.29 | 1 | 0.04 |
| Hex | 0 | 10 | 15 | 64 | 18 | 0 | 5C | C2 | 64 | 4 |
| Octal | 0 | 20 | 25 | 144 | 30 | 0 | 134 | 302 | 144 | 4 |
| Binary | 0 | 10000 | 10101 | 1100100 | 11000 | 0 | 1011100 | 11000010 | 1100100 | 100 |
Color Harmonies of #001015
Complementary color
Monochromatic Colors of #001015
Black with #001015
Text Example
Text Example
White with #001015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001015; }
p { color: rgb(0,16,21); }
H1.HeaderClassName
{
color: #001015;
}
.AnyTagClassName
{
color: #001015;
}
</style>
background-color css
<style>
a { background-color: #001015; }
a { background-color: rgb(0,16,21); }
div.DivClassName
{
background-color: #001015;
}
.BgClassName
{
background-color: #001015;
}
</style>
border-color css
<style>
span { border-color: #001015; }
span { border-color: rgb(0,16,21); }
td.TdClassName
{
border-color: #001015;
}
.TagClassName
{
border-color: #001015;
}
</style>