Shades of Black Pearl #01122E
Tints of Black Pearl #01122E
RGB
CMYK
RGB Variations
Color information
#01122E (or 0x01122E) is known color: Black Pearl. HEX triplet: 01, 12 and 2E. RGB value is (1,18,46). Sum of RGB (Red+Green+Blue) = 1+18+46=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 46 (18.36% from 255 or 70.77% from 65); Max value from RGB is 46 - color contains mainly: blue. Hex color #01122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01122E is #FEEDD1. Grayscale: #0F0F0F. Windows color (decimal): -16707026 or 3019265. OLE color: 3019265.
HSL color Cylindrical-coordinate representation of color #01122E: hue angle of 217.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01122E is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 18 | 46 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.82 |
| HSL | 217.33º | 0.96% | 0.09% | - |
| HSV(B) | 217.33º | 0.98% | 0.18% | - |
| XYZ | 0.72 | 0.64 | 2.67 | - |
| YUV | 16.11 | 144.87 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 46 | 0.98 | 0.61 | 0 | 0.82 | 217.33 | 0.96 | 0.09 |
| Hex | 1 | 12 | 2E | 62 | 3D | 0 | 52 | D9 | 60 | 9 |
| Octal | 1 | 22 | 56 | 142 | 75 | 0 | 122 | 331 | 140 | 11 |
| Binary | 1 | 10010 | 101110 | 1100010 | 111101 | 0 | 1010010 | 11011001 | 1100000 | 1001 |
Color Harmonies of #01122E
Complementary color
Monochromatic Colors of #01122E
Black with #01122E
Text Example
Text Example
White with #01122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01122E; }
p { color: rgb(1,18,46); }
H1.HeaderClassName
{
color: #01122E;
}
.AnyTagClassName
{
color: #01122E;
}
</style>
background-color css
<style>
a { background-color: #01122E; }
a { background-color: rgb(1,18,46); }
div.DivClassName
{
background-color: #01122E;
}
.BgClassName
{
background-color: #01122E;
}
</style>
border-color css
<style>
span { border-color: #01122E; }
span { border-color: rgb(1,18,46); }
td.TdClassName
{
border-color: #01122E;
}
.TagClassName
{
border-color: #01122E;
}
</style>