Shades of Black Pearl #01121E
Tints of Black Pearl #01121E
RGB
CMYK
RGB Variations
Color information
#01121E (or 0x01121E) is known color: Black Pearl. HEX triplet: 01, 12 and 1E. RGB value is (1,18,30). Sum of RGB (Red+Green+Blue) = 1+18+30=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #01121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01121E is #FEEDE1. Grayscale: #0E0E0E. Windows color (decimal): -16707042 or 1970689. OLE color: 1970689.
HSL color Cylindrical-coordinate representation of color #01121E: hue angle of 204.83º 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 #01121E is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 18 | 30 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.88 |
| HSL | 204.83º | 0.94% | 0.06% | - |
| HSV(B) | 204.83º | 0.97% | 0.12% | - |
| XYZ | 0.46 | 0.53 | 1.31 | - |
| YUV | 14.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 30 | 0.97 | 0.40 | 0 | 0.88 | 204.83 | 0.94 | 0.06 |
| Hex | 1 | 12 | 1E | 61 | 28 | 0 | 58 | CD | 5E | 6 |
| Octal | 1 | 22 | 36 | 141 | 50 | 0 | 130 | 315 | 136 | 6 |
| Binary | 1 | 10010 | 11110 | 1100001 | 101000 | 0 | 1011000 | 11001101 | 1011110 | 110 |
Color Harmonies of #01121E
Complementary color
Monochromatic Colors of #01121E
Black with #01121E
Text Example
Text Example
White with #01121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01121E; }
p { color: rgb(1,18,30); }
H1.HeaderClassName
{
color: #01121E;
}
.AnyTagClassName
{
color: #01121E;
}
</style>
background-color css
<style>
a { background-color: #01121E; }
a { background-color: rgb(1,18,30); }
div.DivClassName
{
background-color: #01121E;
}
.BgClassName
{
background-color: #01121E;
}
</style>
border-color css
<style>
span { border-color: #01121E; }
span { border-color: rgb(1,18,30); }
td.TdClassName
{
border-color: #01121E;
}
.TagClassName
{
border-color: #01121E;
}
</style>