Shades of Black Pearl #04141D
Tints of Black Pearl #04141D
RGB
CMYK
RGB Variations
Color information
#04141D (or 0x04141D) is known color: Black Pearl. HEX triplet: 04, 14 and 1D. RGB value is (4,20,29). Sum of RGB (Red+Green+Blue) = 4+20+29=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #04141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04141D is #FBEBE2. Grayscale: #101010. Windows color (decimal): -16509923 or 1905668. OLE color: 1905668.
HSL color Cylindrical-coordinate representation of color #04141D: hue angle of 201.6º 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 #04141D is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 20 | 29 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.89 |
| HSL | 201.6º | 0.76% | 0.06% | - |
| HSV(B) | 201.6º | 0.86% | 0.11% | - |
| XYZ | 0.52 | 0.61 | 1.25 | - |
| YUV | 16.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 29 | 0.86 | 0.31 | 0 | 0.89 | 201.6 | 0.76 | 0.06 |
| Hex | 4 | 14 | 1D | 56 | 1F | 0 | 59 | CA | 4C | 6 |
| Octal | 4 | 24 | 35 | 126 | 37 | 0 | 131 | 312 | 114 | 6 |
| Binary | 100 | 10100 | 11101 | 1010110 | 11111 | 0 | 1011001 | 11001010 | 1001100 | 110 |
Color Harmonies of #04141D
Complementary color
Monochromatic Colors of #04141D
Black with #04141D
Text Example
Text Example
White with #04141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04141D; }
p { color: rgb(4,20,29); }
H1.HeaderClassName
{
color: #04141D;
}
.AnyTagClassName
{
color: #04141D;
}
</style>
background-color css
<style>
a { background-color: #04141D; }
a { background-color: rgb(4,20,29); }
div.DivClassName
{
background-color: #04141D;
}
.BgClassName
{
background-color: #04141D;
}
</style>
border-color css
<style>
span { border-color: #04141D; }
span { border-color: rgb(4,20,29); }
td.TdClassName
{
border-color: #04141D;
}
.TagClassName
{
border-color: #04141D;
}
</style>