Shades of Black Pearl #011315
Tints of Black Pearl #011315
RGB
CMYK
RGB Variations
Color information
#011315 (or 0x011315) is known color: Black Pearl. HEX triplet: 01, 13 and 15. RGB value is (1,19,21). Sum of RGB (Red+Green+Blue) = 1+19+21=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #011315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011315 is #FEECEA. Grayscale: #0D0D0D. Windows color (decimal): -16706795 or 1381121. OLE color: 1381121.
HSL color Cylindrical-coordinate representation of color #011315: hue angle of 186º 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 #011315 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 19 | 21 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.92 |
| HSL | 186º | 0.91% | 0.04% | - |
| HSV(B) | 186º | 0.95% | 0.08% | - |
| XYZ | 0.38 | 0.53 | 0.79 | - |
| YUV | 13.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 21 | 0.95 | 0.10 | 0 | 0.92 | 186 | 0.91 | 0.04 |
| Hex | 1 | 13 | 15 | 5F | A | 0 | 5C | BA | 5B | 4 |
| Octal | 1 | 23 | 25 | 137 | 12 | 0 | 134 | 272 | 133 | 4 |
| Binary | 1 | 10011 | 10101 | 1011111 | 1010 | 0 | 1011100 | 10111010 | 1011011 | 100 |
Color Harmonies of #011315
Complementary color
Monochromatic Colors of #011315
Black with #011315
Text Example
Text Example
White with #011315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011315; }
p { color: rgb(1,19,21); }
H1.HeaderClassName
{
color: #011315;
}
.AnyTagClassName
{
color: #011315;
}
</style>
background-color css
<style>
a { background-color: #011315; }
a { background-color: rgb(1,19,21); }
div.DivClassName
{
background-color: #011315;
}
.BgClassName
{
background-color: #011315;
}
</style>
border-color css
<style>
span { border-color: #011315; }
span { border-color: rgb(1,19,21); }
td.TdClassName
{
border-color: #011315;
}
.TagClassName
{
border-color: #011315;
}
</style>