Shades of Black Pearl #01101E
Tints of Black Pearl #01101E
RGB
CMYK
RGB Variations
Color information
#01101E (or 0x01101E) is known color: Black Pearl. HEX triplet: 01, 10 and 1E. RGB value is (1,16,30). Sum of RGB (Red+Green+Blue) = 1+16+30=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #01101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01101E is #FEEFE1. Grayscale: #0D0D0D. Windows color (decimal): -16707554 or 1970177. OLE color: 1970177.
HSL color Cylindrical-coordinate representation of color #01101E: hue angle of 208.97º 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 #01101E is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 16 | 30 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.88 |
| HSL | 208.97º | 0.94% | 0.06% | - |
| HSV(B) | 208.97º | 0.97% | 0.12% | - |
| XYZ | 0.43 | 0.47 | 1.3 | - |
| YUV | 13.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 30 | 0.97 | 0.47 | 0 | 0.88 | 208.97 | 0.94 | 0.06 |
| Hex | 1 | 10 | 1E | 61 | 2F | 0 | 58 | D1 | 5E | 6 |
| Octal | 1 | 20 | 36 | 141 | 57 | 0 | 130 | 321 | 136 | 6 |
| Binary | 1 | 10000 | 11110 | 1100001 | 101111 | 0 | 1011000 | 11010001 | 1011110 | 110 |
Color Harmonies of #01101E
Complementary color
Monochromatic Colors of #01101E
Black with #01101E
Text Example
Text Example
White with #01101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01101E; }
p { color: rgb(1,16,30); }
H1.HeaderClassName
{
color: #01101E;
}
.AnyTagClassName
{
color: #01101E;
}
</style>
background-color css
<style>
a { background-color: #01101E; }
a { background-color: rgb(1,16,30); }
div.DivClassName
{
background-color: #01101E;
}
.BgClassName
{
background-color: #01101E;
}
</style>
border-color css
<style>
span { border-color: #01101E; }
span { border-color: rgb(1,16,30); }
td.TdClassName
{
border-color: #01101E;
}
.TagClassName
{
border-color: #01101E;
}
</style>