Shades of Black Pearl #01151A
Tints of Black Pearl #01151A
RGB
CMYK
RGB Variations
Color information
#01151A (or 0x01151A) is known color: Black Pearl. HEX triplet: 01, 15 and 1A. RGB value is (1,21,26). Sum of RGB (Red+Green+Blue) = 1+21+26=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #01151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01151A is #FEEAE5. Grayscale: #0F0F0F. Windows color (decimal): -16706278 or 1709313. OLE color: 1709313.
HSL color Cylindrical-coordinate representation of color #01151A: hue angle of 192º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01151A is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 21 | 26 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.90 |
| HSL | 192º | 0.93% | 0.05% | - |
| HSV(B) | 192º | 0.96% | 0.1% | - |
| XYZ | 0.47 | 0.62 | 1.07 | - |
| YUV | 15.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 26 | 0.96 | 0.19 | 0 | 0.90 | 192 | 0.93 | 0.05 |
| Hex | 1 | 15 | 1A | 60 | 13 | 0 | 5A | C0 | 5D | 5 |
| Octal | 1 | 25 | 32 | 140 | 23 | 0 | 132 | 300 | 135 | 5 |
| Binary | 1 | 10101 | 11010 | 1100000 | 10011 | 0 | 1011010 | 11000000 | 1011101 | 101 |
Color Harmonies of #01151A
Complementary color
Monochromatic Colors of #01151A
Black with #01151A
Text Example
Text Example
White with #01151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01151A; }
p { color: rgb(1,21,26); }
H1.HeaderClassName
{
color: #01151A;
}
.AnyTagClassName
{
color: #01151A;
}
</style>
background-color css
<style>
a { background-color: #01151A; }
a { background-color: rgb(1,21,26); }
div.DivClassName
{
background-color: #01151A;
}
.BgClassName
{
background-color: #01151A;
}
</style>
border-color css
<style>
span { border-color: #01151A; }
span { border-color: rgb(1,21,26); }
td.TdClassName
{
border-color: #01151A;
}
.TagClassName
{
border-color: #01151A;
}
</style>