Shades of Black Pearl #01111B
Tints of Black Pearl #01111B
RGB
CMYK
RGB Variations
Color information
#01111B (or 0x01111B) is known color: Black Pearl. HEX triplet: 01, 11 and 1B. RGB value is (1,17,27). Sum of RGB (Red+Green+Blue) = 1+17+27=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 27 (10.94% from 255 or 60% from 45); Max value from RGB is 27 - color contains mainly: blue. Hex color #01111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01111B is #FEEEE4. Grayscale: #0D0D0D. Windows color (decimal): -16707301 or 1773825. OLE color: 1773825.
HSL color Cylindrical-coordinate representation of color #01111B: hue angle of 203.08º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01111B is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 17 | 27 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.89 |
| HSL | 203.08º | 0.93% | 0.05% | - |
| HSV(B) | 203.08º | 0.96% | 0.11% | - |
| XYZ | 0.41 | 0.49 | 1.11 | - |
| YUV | 13.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 27 | 0.96 | 0.37 | 0 | 0.89 | 203.08 | 0.93 | 0.05 |
| Hex | 1 | 11 | 1B | 60 | 25 | 0 | 59 | CB | 5D | 5 |
| Octal | 1 | 21 | 33 | 140 | 45 | 0 | 131 | 313 | 135 | 5 |
| Binary | 1 | 10001 | 11011 | 1100000 | 100101 | 0 | 1011001 | 11001011 | 1011101 | 101 |
Color Harmonies of #01111B
Complementary color
Monochromatic Colors of #01111B
Black with #01111B
Text Example
Text Example
White with #01111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01111B; }
p { color: rgb(1,17,27); }
H1.HeaderClassName
{
color: #01111B;
}
.AnyTagClassName
{
color: #01111B;
}
</style>
background-color css
<style>
a { background-color: #01111B; }
a { background-color: rgb(1,17,27); }
div.DivClassName
{
background-color: #01111B;
}
.BgClassName
{
background-color: #01111B;
}
</style>
border-color css
<style>
span { border-color: #01111B; }
span { border-color: rgb(1,17,27); }
td.TdClassName
{
border-color: #01111B;
}
.TagClassName
{
border-color: #01111B;
}
</style>