Shades of Black Pearl #01122C
Tints of Black Pearl #01122C
RGB
CMYK
RGB Variations
Color information
#01122C (or 0x01122C) is known color: Black Pearl. HEX triplet: 01, 12 and 2C. RGB value is (1,18,44). Sum of RGB (Red+Green+Blue) = 1+18+44=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #01122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01122C is #FEEDD3. Grayscale: #0F0F0F. Windows color (decimal): -16707028 or 2888193. OLE color: 2888193.
HSL color Cylindrical-coordinate representation of color #01122C: hue angle of 216.28º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01122C is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 18 | 44 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.83 |
| HSL | 216.28º | 0.96% | 0.09% | - |
| HSV(B) | 216.28º | 0.98% | 0.17% | - |
| XYZ | 0.68 | 0.62 | 2.47 | - |
| YUV | 15.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 44 | 0.98 | 0.59 | 0 | 0.83 | 216.28 | 0.96 | 0.09 |
| Hex | 1 | 12 | 2C | 62 | 3B | 0 | 53 | D8 | 60 | 9 |
| Octal | 1 | 22 | 54 | 142 | 73 | 0 | 123 | 330 | 140 | 11 |
| Binary | 1 | 10010 | 101100 | 1100010 | 111011 | 0 | 1010011 | 11011000 | 1100000 | 1001 |
Color Harmonies of #01122C
Complementary color
Monochromatic Colors of #01122C
Black with #01122C
Text Example
Text Example
White with #01122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01122C; }
p { color: rgb(1,18,44); }
H1.HeaderClassName
{
color: #01122C;
}
.AnyTagClassName
{
color: #01122C;
}
</style>
background-color css
<style>
a { background-color: #01122C; }
a { background-color: rgb(1,18,44); }
div.DivClassName
{
background-color: #01122C;
}
.BgClassName
{
background-color: #01122C;
}
</style>
border-color css
<style>
span { border-color: #01122C; }
span { border-color: rgb(1,18,44); }
td.TdClassName
{
border-color: #01122C;
}
.TagClassName
{
border-color: #01122C;
}
</style>