Shades of Black Pearl #04161D
Tints of Black Pearl #04161D
RGB
CMYK
RGB Variations
Color information
#04161D (or 0x04161D) is known color: Black Pearl. HEX triplet: 04, 16 and 1D. RGB value is (4,22,29). Sum of RGB (Red+Green+Blue) = 4+22+29=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #04161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04161D is #FBE9E2. Grayscale: #111111. Windows color (decimal): -16509411 or 1906180. OLE color: 1906180.
HSL color Cylindrical-coordinate representation of color #04161D: hue angle of 196.8º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #04161D is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 22 | 29 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.89 |
| HSL | 196.8º | 0.76% | 0.06% | - |
| HSV(B) | 196.8º | 0.86% | 0.11% | - |
| XYZ | 0.56 | 0.69 | 1.27 | - |
| YUV | 17.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 29 | 0.86 | 0.24 | 0 | 0.89 | 196.8 | 0.76 | 0.06 |
| Hex | 4 | 16 | 1D | 56 | 18 | 0 | 59 | C5 | 4C | 6 |
| Octal | 4 | 26 | 35 | 126 | 30 | 0 | 131 | 305 | 114 | 6 |
| Binary | 100 | 10110 | 11101 | 1010110 | 11000 | 0 | 1011001 | 11000101 | 1001100 | 110 |
Color Harmonies of #04161D
Complementary color
Monochromatic Colors of #04161D
Black with #04161D
Text Example
Text Example
White with #04161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04161D; }
p { color: rgb(4,22,29); }
H1.HeaderClassName
{
color: #04161D;
}
.AnyTagClassName
{
color: #04161D;
}
</style>
background-color css
<style>
a { background-color: #04161D; }
a { background-color: rgb(4,22,29); }
div.DivClassName
{
background-color: #04161D;
}
.BgClassName
{
background-color: #04161D;
}
</style>
border-color css
<style>
span { border-color: #04161D; }
span { border-color: rgb(4,22,29); }
td.TdClassName
{
border-color: #04161D;
}
.TagClassName
{
border-color: #04161D;
}
</style>