Shades of Black Pearl #051521
Tints of Black Pearl #051521
RGB
CMYK
RGB Variations
Color information
#051521 (or 0x051521) is known color: Black Pearl. HEX triplet: 05, 15 and 21. RGB value is (5,21,33). Sum of RGB (Red+Green+Blue) = 5+21+33=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #051521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051521 is #FAEADE. Grayscale: #111111. Windows color (decimal): -16444127 or 2168069. OLE color: 2168069.
HSL color Cylindrical-coordinate representation of color #051521: hue angle of 205.71º 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 #051521 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 21 | 33 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.87 |
| HSL | 205.71º | 0.74% | 0.07% | - |
| HSV(B) | 205.71º | 0.85% | 0.13% | - |
| XYZ | 0.61 | 0.68 | 1.54 | - |
| YUV | 17.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 33 | 0.85 | 0.36 | 0 | 0.87 | 205.71 | 0.74 | 0.07 |
| Hex | 5 | 15 | 21 | 55 | 24 | 0 | 57 | CE | 4A | 7 |
| Octal | 5 | 25 | 41 | 125 | 44 | 0 | 127 | 316 | 112 | 7 |
| Binary | 101 | 10101 | 100001 | 1010101 | 100100 | 0 | 1010111 | 11001110 | 1001010 | 111 |
Color Harmonies of #051521
Complementary color
Monochromatic Colors of #051521
Black with #051521
Text Example
Text Example
White with #051521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051521; }
p { color: rgb(5,21,33); }
H1.HeaderClassName
{
color: #051521;
}
.AnyTagClassName
{
color: #051521;
}
</style>
background-color css
<style>
a { background-color: #051521; }
a { background-color: rgb(5,21,33); }
div.DivClassName
{
background-color: #051521;
}
.BgClassName
{
background-color: #051521;
}
</style>
border-color css
<style>
span { border-color: #051521; }
span { border-color: rgb(5,21,33); }
td.TdClassName
{
border-color: #051521;
}
.TagClassName
{
border-color: #051521;
}
</style>