Shades of Black Pearl #041321
Tints of Black Pearl #041321
RGB
CMYK
RGB Variations
Color information
#041321 (or 0x041321) is known color: Black Pearl. HEX triplet: 04, 13 and 21. RGB value is (4,19,33). Sum of RGB (Red+Green+Blue) = 4+19+33=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 33 (13.28% from 255 or 58.93% from 56); Max value from RGB is 33 - color contains mainly: blue. Hex color #041321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041321 is #FBECDE. Grayscale: #101010. Windows color (decimal): -16510175 or 2167556. OLE color: 2167556.
HSL color Cylindrical-coordinate representation of color #041321: hue angle of 208.97º 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 #041321 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 19 | 33 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.87 |
| HSL | 208.97º | 0.78% | 0.07% | - |
| HSV(B) | 208.97º | 0.88% | 0.13% | - |
| XYZ | 0.56 | 0.6 | 1.53 | - |
| YUV | 16.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 33 | 0.88 | 0.42 | 0 | 0.87 | 208.97 | 0.78 | 0.07 |
| Hex | 4 | 13 | 21 | 58 | 2A | 0 | 57 | D1 | 4E | 7 |
| Octal | 4 | 23 | 41 | 130 | 52 | 0 | 127 | 321 | 116 | 7 |
| Binary | 100 | 10011 | 100001 | 1011000 | 101010 | 0 | 1010111 | 11010001 | 1001110 | 111 |
Color Harmonies of #041321
Complementary color
Monochromatic Colors of #041321
Black with #041321
Text Example
Text Example
White with #041321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041321; }
p { color: rgb(4,19,33); }
H1.HeaderClassName
{
color: #041321;
}
.AnyTagClassName
{
color: #041321;
}
</style>
background-color css
<style>
a { background-color: #041321; }
a { background-color: rgb(4,19,33); }
div.DivClassName
{
background-color: #041321;
}
.BgClassName
{
background-color: #041321;
}
</style>
border-color css
<style>
span { border-color: #041321; }
span { border-color: rgb(4,19,33); }
td.TdClassName
{
border-color: #041321;
}
.TagClassName
{
border-color: #041321;
}
</style>