Shades of Black Pearl #051721
Tints of Black Pearl #051721
RGB
CMYK
RGB Variations
Color information
#051721 (or 0x051721) is known color: Black Pearl. HEX triplet: 05, 17 and 21. RGB value is (5,23,33). Sum of RGB (Red+Green+Blue) = 5+23+33=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #051721 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051721 is #FAE8DE. Grayscale: #121212. Windows color (decimal): -16443615 or 2168581. OLE color: 2168581.
HSL color Cylindrical-coordinate representation of color #051721: hue angle of 201.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 #051721 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 23 | 33 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.87 |
| HSL | 201.43º | 0.74% | 0.07% | - |
| HSV(B) | 201.43º | 0.85% | 0.13% | - |
| XYZ | 0.64 | 0.75 | 1.55 | - |
| YUV | 18.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 33 | 0.85 | 0.30 | 0 | 0.87 | 201.43 | 0.74 | 0.07 |
| Hex | 5 | 17 | 21 | 55 | 1E | 0 | 57 | C9 | 4A | 7 |
| Octal | 5 | 27 | 41 | 125 | 36 | 0 | 127 | 311 | 112 | 7 |
| Binary | 101 | 10111 | 100001 | 1010101 | 11110 | 0 | 1010111 | 11001001 | 1001010 | 111 |
Color Harmonies of #051721
Complementary color
Monochromatic Colors of #051721
Black with #051721
Text Example
Text Example
White with #051721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051721; }
p { color: rgb(5,23,33); }
H1.HeaderClassName
{
color: #051721;
}
.AnyTagClassName
{
color: #051721;
}
</style>
background-color css
<style>
a { background-color: #051721; }
a { background-color: rgb(5,23,33); }
div.DivClassName
{
background-color: #051721;
}
.BgClassName
{
background-color: #051721;
}
</style>
border-color css
<style>
span { border-color: #051721; }
span { border-color: rgb(5,23,33); }
td.TdClassName
{
border-color: #051721;
}
.TagClassName
{
border-color: #051721;
}
</style>