Shades of Black Pearl #010915
Tints of Black Pearl #010915
RGB
CMYK
RGB Variations
Color information
#010915 (or 0x010915) is known color: Black Pearl. HEX triplet: 01, 09 and 15. RGB value is (1,9,21). Sum of RGB (Red+Green+Blue) = 1+9+21=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 21 (8.59% from 255 or 67.74% from 31); Max value from RGB is 21 - color contains mainly: blue. Hex color #010915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010915 is #FEF6EA. Grayscale: #070707. Windows color (decimal): -16709355 or 1378561. OLE color: 1378561.
HSL color Cylindrical-coordinate representation of color #010915: hue angle of 216º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010915 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 9 | 21 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.92 |
| HSL | 216º | 0.91% | 0.04% | - |
| HSV(B) | 216º | 0.95% | 0.08% | - |
| XYZ | 0.25 | 0.26 | 0.75 | - |
| YUV | 7.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 21 | 0.95 | 0.57 | 0 | 0.92 | 216 | 0.91 | 0.04 |
| Hex | 1 | 9 | 15 | 5F | 39 | 0 | 5C | D8 | 5B | 4 |
| Octal | 1 | 11 | 25 | 137 | 71 | 0 | 134 | 330 | 133 | 4 |
| Binary | 1 | 1001 | 10101 | 1011111 | 111001 | 0 | 1011100 | 11011000 | 1011011 | 100 |
Color Harmonies of #010915
Complementary color
Monochromatic Colors of #010915
Black with #010915
Text Example
Text Example
White with #010915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010915; }
p { color: rgb(1,9,21); }
H1.HeaderClassName
{
color: #010915;
}
.AnyTagClassName
{
color: #010915;
}
</style>
background-color css
<style>
a { background-color: #010915; }
a { background-color: rgb(1,9,21); }
div.DivClassName
{
background-color: #010915;
}
.BgClassName
{
background-color: #010915;
}
</style>
border-color css
<style>
span { border-color: #010915; }
span { border-color: rgb(1,9,21); }
td.TdClassName
{
border-color: #010915;
}
.TagClassName
{
border-color: #010915;
}
</style>