Shades of Black Pearl #04141B
Tints of Black Pearl #04141B
RGB
CMYK
RGB Variations
Color information
#04141B (or 0x04141B) is known color: Black Pearl. HEX triplet: 04, 14 and 1B. RGB value is (4,20,27). Sum of RGB (Red+Green+Blue) = 4+20+27=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #04141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04141B is #FBEBE4. Grayscale: #0F0F0F. Windows color (decimal): -16509925 or 1774596. OLE color: 1774596.
HSL color Cylindrical-coordinate representation of color #04141B: hue angle of 198.26º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #04141B is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 20 | 27 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.89 |
| HSL | 198.26º | 0.74% | 0.06% | - |
| HSV(B) | 198.26º | 0.85% | 0.11% | - |
| XYZ | 0.5 | 0.61 | 1.13 | - |
| YUV | 16.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 27 | 0.85 | 0.26 | 0 | 0.89 | 198.26 | 0.74 | 0.06 |
| Hex | 4 | 14 | 1B | 55 | 1A | 0 | 59 | C6 | 4A | 6 |
| Octal | 4 | 24 | 33 | 125 | 32 | 0 | 131 | 306 | 112 | 6 |
| Binary | 100 | 10100 | 11011 | 1010101 | 11010 | 0 | 1011001 | 11000110 | 1001010 | 110 |
Color Harmonies of #04141B
Complementary color
Monochromatic Colors of #04141B
Black with #04141B
Text Example
Text Example
White with #04141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04141B; }
p { color: rgb(4,20,27); }
H1.HeaderClassName
{
color: #04141B;
}
.AnyTagClassName
{
color: #04141B;
}
</style>
background-color css
<style>
a { background-color: #04141B; }
a { background-color: rgb(4,20,27); }
div.DivClassName
{
background-color: #04141B;
}
.BgClassName
{
background-color: #04141B;
}
</style>
border-color css
<style>
span { border-color: #04141B; }
span { border-color: rgb(4,20,27); }
td.TdClassName
{
border-color: #04141B;
}
.TagClassName
{
border-color: #04141B;
}
</style>