Shades of Black Pearl #04121D
Tints of Black Pearl #04121D
RGB
CMYK
RGB Variations
Color information
#04121D (or 0x04121D) is known color: Black Pearl. HEX triplet: 04, 12 and 1D. RGB value is (4,18,29). Sum of RGB (Red+Green+Blue) = 4+18+29=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #04121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04121D is #FBEDE2. Grayscale: #0F0F0F. Windows color (decimal): -16510435 or 1905156. OLE color: 1905156.
HSL color Cylindrical-coordinate representation of color #04121D: hue angle of 206.4º 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 #04121D is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 18 | 29 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.89 |
| HSL | 206.4º | 0.76% | 0.06% | - |
| HSV(B) | 206.4º | 0.86% | 0.11% | - |
| XYZ | 0.49 | 0.55 | 1.24 | - |
| YUV | 15.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 29 | 0.86 | 0.38 | 0 | 0.89 | 206.4 | 0.76 | 0.06 |
| Hex | 4 | 12 | 1D | 56 | 26 | 0 | 59 | CE | 4C | 6 |
| Octal | 4 | 22 | 35 | 126 | 46 | 0 | 131 | 316 | 114 | 6 |
| Binary | 100 | 10010 | 11101 | 1010110 | 100110 | 0 | 1011001 | 11001110 | 1001100 | 110 |
Color Harmonies of #04121D
Complementary color
Monochromatic Colors of #04121D
Black with #04121D
Text Example
Text Example
White with #04121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04121D; }
p { color: rgb(4,18,29); }
H1.HeaderClassName
{
color: #04121D;
}
.AnyTagClassName
{
color: #04121D;
}
</style>
background-color css
<style>
a { background-color: #04121D; }
a { background-color: rgb(4,18,29); }
div.DivClassName
{
background-color: #04121D;
}
.BgClassName
{
background-color: #04121D;
}
</style>
border-color css
<style>
span { border-color: #04121D; }
span { border-color: rgb(4,18,29); }
td.TdClassName
{
border-color: #04121D;
}
.TagClassName
{
border-color: #04121D;
}
</style>