Shades of Black Pearl #051021
Tints of Black Pearl #051021
RGB
CMYK
RGB Variations
Color information
#051021 (or 0x051021) is known color: Black Pearl. HEX triplet: 05, 10 and 21. RGB value is (5,16,33). Sum of RGB (Red+Green+Blue) = 5+16+33=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 33 (13.28% from 255 or 61.11% from 54); Max value from RGB is 33 - color contains mainly: blue. Hex color #051021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051021 is #FAEFDE. Grayscale: #0E0E0E. Windows color (decimal): -16445407 or 2166789. OLE color: 2166789.
HSL color Cylindrical-coordinate representation of color #051021: hue angle of 216.43º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #051021 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 16 | 33 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.87 |
| HSL | 216.43º | 0.74% | 0.07% | - |
| HSV(B) | 216.43º | 0.85% | 0.13% | - |
| XYZ | 0.52 | 0.51 | 1.51 | - |
| YUV | 14.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 33 | 0.85 | 0.52 | 0 | 0.87 | 216.43 | 0.74 | 0.07 |
| Hex | 5 | 10 | 21 | 55 | 34 | 0 | 57 | D8 | 4A | 7 |
| Octal | 5 | 20 | 41 | 125 | 64 | 0 | 127 | 330 | 112 | 7 |
| Binary | 101 | 10000 | 100001 | 1010101 | 110100 | 0 | 1010111 | 11011000 | 1001010 | 111 |
Color Harmonies of #051021
Complementary color
Monochromatic Colors of #051021
Black with #051021
Text Example
Text Example
White with #051021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051021; }
p { color: rgb(5,16,33); }
H1.HeaderClassName
{
color: #051021;
}
.AnyTagClassName
{
color: #051021;
}
</style>
background-color css
<style>
a { background-color: #051021; }
a { background-color: rgb(5,16,33); }
div.DivClassName
{
background-color: #051021;
}
.BgClassName
{
background-color: #051021;
}
</style>
border-color css
<style>
span { border-color: #051021; }
span { border-color: rgb(5,16,33); }
td.TdClassName
{
border-color: #051021;
}
.TagClassName
{
border-color: #051021;
}
</style>