Shades of Black Pearl #041922
Tints of Black Pearl #041922
RGB
CMYK
RGB Variations
Color information
#041922 (or 0x041922) is known color: Black Pearl. HEX triplet: 04, 19 and 22. RGB value is (4,25,34). Sum of RGB (Red+Green+Blue) = 4+25+34=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 34 (13.67% from 255 or 53.97% from 63); Max value from RGB is 34 - color contains mainly: blue. Hex color #041922 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041922 is #FBE6DD. Grayscale: #131313. Windows color (decimal): -16508638 or 2234628. OLE color: 2234628.
HSL color Cylindrical-coordinate representation of color #041922: hue angle of 198º degrees, saturation: 0.79, 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 #041922 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 25 | 34 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.87 |
| HSL | 198º | 0.79% | 0.07% | - |
| HSV(B) | 198º | 0.88% | 0.13% | - |
| XYZ | 0.69 | 0.84 | 1.64 | - |
| YUV | 19.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 34 | 0.88 | 0.26 | 0 | 0.87 | 198 | 0.79 | 0.07 |
| Hex | 4 | 19 | 22 | 58 | 1A | 0 | 57 | C6 | 4F | 7 |
| Octal | 4 | 31 | 42 | 130 | 32 | 0 | 127 | 306 | 117 | 7 |
| Binary | 100 | 11001 | 100010 | 1011000 | 11010 | 0 | 1010111 | 11000110 | 1001111 | 111 |
Color Harmonies of #041922
Complementary color
Monochromatic Colors of #041922
Black with #041922
Text Example
Text Example
White with #041922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041922; }
p { color: rgb(4,25,34); }
H1.HeaderClassName
{
color: #041922;
}
.AnyTagClassName
{
color: #041922;
}
</style>
background-color css
<style>
a { background-color: #041922; }
a { background-color: rgb(4,25,34); }
div.DivClassName
{
background-color: #041922;
}
.BgClassName
{
background-color: #041922;
}
</style>
border-color css
<style>
span { border-color: #041922; }
span { border-color: rgb(4,25,34); }
td.TdClassName
{
border-color: #041922;
}
.TagClassName
{
border-color: #041922;
}
</style>