Shades of Black Pearl #001022
Tints of Black Pearl #001022
RGB
CMYK
RGB Variations
Color information
#001022 (or 0x001022) is known color: Black Pearl. HEX triplet: 00, 10 and 22. RGB value is (0,16,34). Sum of RGB (Red+Green+Blue) = 0+16+34=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 34 (13.67% from 255 or 68% from 50); Max value from RGB is 34 - color contains mainly: blue. Hex color #001022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001022 is #FFEFDD. Grayscale: #0D0D0D. Windows color (decimal): -16773086 or 2232320. OLE color: 2232320.
HSL color Cylindrical-coordinate representation of color #001022: hue angle of 211.76º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001022 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 16 | 34 | - |
| CMYK | 1 | 0.53 | 0 | 0.87 |
| HSL | 211.76º | 1% | 0.07% | - |
| HSV(B) | 211.76º | 1% | 0.13% | - |
| XYZ | 0.47 | 0.49 | 1.58 | - |
| YUV | 13.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 34 | 1 | 0.53 | 0 | 0.87 | 211.76 | 1 | 0.07 |
| Hex | 0 | 10 | 22 | 64 | 35 | 0 | 57 | D4 | 64 | 7 |
| Octal | 0 | 20 | 42 | 144 | 65 | 0 | 127 | 324 | 144 | 7 |
| Binary | 0 | 10000 | 100010 | 1100100 | 110101 | 0 | 1010111 | 11010100 | 1100100 | 111 |
Color Harmonies of #001022
Complementary color
Monochromatic Colors of #001022
Black with #001022
Text Example
Text Example
White with #001022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001022; }
p { color: rgb(0,16,34); }
H1.HeaderClassName
{
color: #001022;
}
.AnyTagClassName
{
color: #001022;
}
</style>
background-color css
<style>
a { background-color: #001022; }
a { background-color: rgb(0,16,34); }
div.DivClassName
{
background-color: #001022;
}
.BgClassName
{
background-color: #001022;
}
</style>
border-color css
<style>
span { border-color: #001022; }
span { border-color: rgb(0,16,34); }
td.TdClassName
{
border-color: #001022;
}
.TagClassName
{
border-color: #001022;
}
</style>