Shades of Black Pearl #021023
Tints of Black Pearl #021023
RGB
CMYK
RGB Variations
Color information
#021023 (or 0x021023) is known color: Black Pearl. HEX triplet: 02, 10 and 23. RGB value is (2,16,35). Sum of RGB (Red+Green+Blue) = 2+16+35=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #021023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021023 is #FDEFDC. Grayscale: #0D0D0D. Windows color (decimal): -16642013 or 2297858. OLE color: 2297858.
HSL color Cylindrical-coordinate representation of color #021023: hue angle of 214.55º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021023 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 16 | 35 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.86 |
| HSL | 214.55º | 0.89% | 0.07% | - |
| HSV(B) | 214.55º | 0.94% | 0.14% | - |
| XYZ | 0.51 | 0.5 | 1.66 | - |
| YUV | 13.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 35 | 0.94 | 0.54 | 0 | 0.86 | 214.55 | 0.89 | 0.07 |
| Hex | 2 | 10 | 23 | 5E | 36 | 0 | 56 | D7 | 59 | 7 |
| Octal | 2 | 20 | 43 | 136 | 66 | 0 | 126 | 327 | 131 | 7 |
| Binary | 10 | 10000 | 100011 | 1011110 | 110110 | 0 | 1010110 | 11010111 | 1011001 | 111 |
Color Harmonies of #021023
Complementary color
Monochromatic Colors of #021023
Black with #021023
Text Example
Text Example
White with #021023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021023; }
p { color: rgb(2,16,35); }
H1.HeaderClassName
{
color: #021023;
}
.AnyTagClassName
{
color: #021023;
}
</style>
background-color css
<style>
a { background-color: #021023; }
a { background-color: rgb(2,16,35); }
div.DivClassName
{
background-color: #021023;
}
.BgClassName
{
background-color: #021023;
}
</style>
border-color css
<style>
span { border-color: #021023; }
span { border-color: rgb(2,16,35); }
td.TdClassName
{
border-color: #021023;
}
.TagClassName
{
border-color: #021023;
}
</style>