Shades of Black Pearl #01101B
Tints of Black Pearl #01101B
RGB
CMYK
RGB Variations
Color information
#01101B (or 0x01101B) is known color: Black Pearl. HEX triplet: 01, 10 and 1B. RGB value is (1,16,27). Sum of RGB (Red+Green+Blue) = 1+16+27=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 27 (10.94% from 255 or 61.36% from 44); Max value from RGB is 27 - color contains mainly: blue. Hex color #01101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01101B is #FEEFE4. Grayscale: #0C0C0C. Windows color (decimal): -16707557 or 1773569. OLE color: 1773569.
HSL color Cylindrical-coordinate representation of color #01101B: hue angle of 205.38º 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 #01101B is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 16 | 27 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.89 |
| HSL | 205.38º | 0.93% | 0.05% | - |
| HSV(B) | 205.38º | 0.96% | 0.11% | - |
| XYZ | 0.4 | 0.46 | 1.1 | - |
| YUV | 12.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 27 | 0.96 | 0.41 | 0 | 0.89 | 205.38 | 0.93 | 0.05 |
| Hex | 1 | 10 | 1B | 60 | 29 | 0 | 59 | CD | 5D | 5 |
| Octal | 1 | 20 | 33 | 140 | 51 | 0 | 131 | 315 | 135 | 5 |
| Binary | 1 | 10000 | 11011 | 1100000 | 101001 | 0 | 1011001 | 11001101 | 1011101 | 101 |
Color Harmonies of #01101B
Complementary color
Monochromatic Colors of #01101B
Black with #01101B
Text Example
Text Example
White with #01101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01101B; }
p { color: rgb(1,16,27); }
H1.HeaderClassName
{
color: #01101B;
}
.AnyTagClassName
{
color: #01101B;
}
</style>
background-color css
<style>
a { background-color: #01101B; }
a { background-color: rgb(1,16,27); }
div.DivClassName
{
background-color: #01101B;
}
.BgClassName
{
background-color: #01101B;
}
</style>
border-color css
<style>
span { border-color: #01101B; }
span { border-color: rgb(1,16,27); }
td.TdClassName
{
border-color: #01101B;
}
.TagClassName
{
border-color: #01101B;
}
</style>