Shades of Black Pearl #04101D
Tints of Black Pearl #04101D
RGB
CMYK
RGB Variations
Color information
#04101D (or 0x04101D) is known color: Black Pearl. HEX triplet: 04, 10 and 1D. RGB value is (4,16,29). Sum of RGB (Red+Green+Blue) = 4+16+29=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #04101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04101D is #FBEFE2. Grayscale: #0D0D0D. Windows color (decimal): -16510947 or 1904644. OLE color: 1904644.
HSL color Cylindrical-coordinate representation of color #04101D: hue angle of 211.2º 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 #04101D is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 16 | 29 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.89 |
| HSL | 211.2º | 0.76% | 0.06% | - |
| HSV(B) | 211.2º | 0.86% | 0.11% | - |
| XYZ | 0.46 | 0.49 | 1.23 | - |
| YUV | 13.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 29 | 0.86 | 0.45 | 0 | 0.89 | 211.2 | 0.76 | 0.06 |
| Hex | 4 | 10 | 1D | 56 | 2D | 0 | 59 | D3 | 4C | 6 |
| Octal | 4 | 20 | 35 | 126 | 55 | 0 | 131 | 323 | 114 | 6 |
| Binary | 100 | 10000 | 11101 | 1010110 | 101101 | 0 | 1011001 | 11010011 | 1001100 | 110 |
Color Harmonies of #04101D
Complementary color
Monochromatic Colors of #04101D
Black with #04101D
Text Example
Text Example
White with #04101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04101D; }
p { color: rgb(4,16,29); }
H1.HeaderClassName
{
color: #04101D;
}
.AnyTagClassName
{
color: #04101D;
}
</style>
background-color css
<style>
a { background-color: #04101D; }
a { background-color: rgb(4,16,29); }
div.DivClassName
{
background-color: #04101D;
}
.BgClassName
{
background-color: #04101D;
}
</style>
border-color css
<style>
span { border-color: #04101D; }
span { border-color: rgb(4,16,29); }
td.TdClassName
{
border-color: #04101D;
}
.TagClassName
{
border-color: #04101D;
}
</style>