Shades of Black Pearl #01151E
Tints of Black Pearl #01151E
RGB
CMYK
RGB Variations
Color information
#01151E (or 0x01151E) is known color: Black Pearl. HEX triplet: 01, 15 and 1E. RGB value is (1,21,30). Sum of RGB (Red+Green+Blue) = 1+21+30=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #01151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01151E is #FEEAE1. Grayscale: #0F0F0F. Windows color (decimal): -16706274 or 1971457. OLE color: 1971457.
HSL color Cylindrical-coordinate representation of color #01151E: hue angle of 198.62º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01151E is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 21 | 30 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.88 |
| HSL | 198.62º | 0.94% | 0.06% | - |
| HSV(B) | 198.62º | 0.97% | 0.12% | - |
| XYZ | 0.52 | 0.64 | 1.32 | - |
| YUV | 16.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 30 | 0.97 | 0.30 | 0 | 0.88 | 198.62 | 0.94 | 0.06 |
| Hex | 1 | 15 | 1E | 61 | 1E | 0 | 58 | C7 | 5E | 6 |
| Octal | 1 | 25 | 36 | 141 | 36 | 0 | 130 | 307 | 136 | 6 |
| Binary | 1 | 10101 | 11110 | 1100001 | 11110 | 0 | 1011000 | 11000111 | 1011110 | 110 |
Color Harmonies of #01151E
Complementary color
Monochromatic Colors of #01151E
Black with #01151E
Text Example
Text Example
White with #01151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01151E; }
p { color: rgb(1,21,30); }
H1.HeaderClassName
{
color: #01151E;
}
.AnyTagClassName
{
color: #01151E;
}
</style>
background-color css
<style>
a { background-color: #01151E; }
a { background-color: rgb(1,21,30); }
div.DivClassName
{
background-color: #01151E;
}
.BgClassName
{
background-color: #01151E;
}
</style>
border-color css
<style>
span { border-color: #01151E; }
span { border-color: rgb(1,21,30); }
td.TdClassName
{
border-color: #01151E;
}
.TagClassName
{
border-color: #01151E;
}
</style>