Shades of Black Pearl #041721
Tints of Black Pearl #041721
RGB
CMYK
RGB Variations
Color information
#041721 (or 0x041721) is known color: Black Pearl. HEX triplet: 04, 17 and 21. RGB value is (4,23,33). Sum of RGB (Red+Green+Blue) = 4+23+33=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #041721 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041721 is #FBE8DE. Grayscale: #121212. Windows color (decimal): -16509151 or 2168580. OLE color: 2168580.
HSL color Cylindrical-coordinate representation of color #041721: hue angle of 200.69º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #041721 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 23 | 33 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.87 |
| HSL | 200.69º | 0.78% | 0.07% | - |
| HSV(B) | 200.69º | 0.88% | 0.13% | - |
| XYZ | 0.63 | 0.75 | 1.55 | - |
| YUV | 18.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 33 | 0.88 | 0.30 | 0 | 0.87 | 200.69 | 0.78 | 0.07 |
| Hex | 4 | 17 | 21 | 58 | 1E | 0 | 57 | C9 | 4E | 7 |
| Octal | 4 | 27 | 41 | 130 | 36 | 0 | 127 | 311 | 116 | 7 |
| Binary | 100 | 10111 | 100001 | 1011000 | 11110 | 0 | 1010111 | 11001001 | 1001110 | 111 |
Color Harmonies of #041721
Complementary color
Monochromatic Colors of #041721
Black with #041721
Text Example
Text Example
White with #041721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041721; }
p { color: rgb(4,23,33); }
H1.HeaderClassName
{
color: #041721;
}
.AnyTagClassName
{
color: #041721;
}
</style>
background-color css
<style>
a { background-color: #041721; }
a { background-color: rgb(4,23,33); }
div.DivClassName
{
background-color: #041721;
}
.BgClassName
{
background-color: #041721;
}
</style>
border-color css
<style>
span { border-color: #041721; }
span { border-color: rgb(4,23,33); }
td.TdClassName
{
border-color: #041721;
}
.TagClassName
{
border-color: #041721;
}
</style>