Shades of Black Pearl #01122D
Tints of Black Pearl #01122D
RGB
CMYK
RGB Variations
Color information
#01122D (or 0x01122D) is known color: Black Pearl. HEX triplet: 01, 12 and 2D. RGB value is (1,18,45). Sum of RGB (Red+Green+Blue) = 1+18+45=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #01122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01122D is #FEEDD2. Grayscale: #0F0F0F. Windows color (decimal): -16707027 or 2953729. OLE color: 2953729.
HSL color Cylindrical-coordinate representation of color #01122D: hue angle of 216.82º 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 #01122D is Cyan = 0.98, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 18 | 45 | - |
| CMYK | 0.98 | 0.6 | 0 | 0.82 |
| HSL | 216.82º | 0.96% | 0.09% | - |
| HSV(B) | 216.82º | 0.98% | 0.18% | - |
| XYZ | 0.7 | 0.63 | 2.57 | - |
| YUV | 16 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 45 | 0.98 | 0.6 | 0 | 0.82 | 216.82 | 0.96 | 0.09 |
| Hex | 1 | 12 | 2D | 62 | 3C | 0 | 52 | D9 | 60 | 9 |
| Octal | 1 | 22 | 55 | 142 | 74 | 0 | 122 | 331 | 140 | 11 |
| Binary | 1 | 10010 | 101101 | 1100010 | 111100 | 0 | 1010010 | 11011001 | 1100000 | 1001 |
Color Harmonies of #01122D
Complementary color
Monochromatic Colors of #01122D
Black with #01122D
Text Example
Text Example
White with #01122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01122D; }
p { color: rgb(1,18,45); }
H1.HeaderClassName
{
color: #01122D;
}
.AnyTagClassName
{
color: #01122D;
}
</style>
background-color css
<style>
a { background-color: #01122D; }
a { background-color: rgb(1,18,45); }
div.DivClassName
{
background-color: #01122D;
}
.BgClassName
{
background-color: #01122D;
}
</style>
border-color css
<style>
span { border-color: #01122D; }
span { border-color: rgb(1,18,45); }
td.TdClassName
{
border-color: #01122D;
}
.TagClassName
{
border-color: #01122D;
}
</style>