Shades of Black Pearl #04121B
Tints of Black Pearl #04121B
RGB
CMYK
RGB Variations
Color information
#04121B (or 0x04121B) is known color: Black Pearl. HEX triplet: 04, 12 and 1B. RGB value is (4,18,27). Sum of RGB (Red+Green+Blue) = 4+18+27=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #04121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04121B is #FBEDE4. Grayscale: #0E0E0E. Windows color (decimal): -16510437 or 1774084. OLE color: 1774084.
HSL color Cylindrical-coordinate representation of color #04121B: hue angle of 203.48º 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 #04121B is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 18 | 27 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.89 |
| HSL | 203.48º | 0.74% | 0.06% | - |
| HSV(B) | 203.48º | 0.85% | 0.11% | - |
| XYZ | 0.46 | 0.54 | 1.12 | - |
| YUV | 14.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 27 | 0.85 | 0.33 | 0 | 0.89 | 203.48 | 0.74 | 0.06 |
| Hex | 4 | 12 | 1B | 55 | 21 | 0 | 59 | CB | 4A | 6 |
| Octal | 4 | 22 | 33 | 125 | 41 | 0 | 131 | 313 | 112 | 6 |
| Binary | 100 | 10010 | 11011 | 1010101 | 100001 | 0 | 1011001 | 11001011 | 1001010 | 110 |
Color Harmonies of #04121B
Complementary color
Monochromatic Colors of #04121B
Black with #04121B
Text Example
Text Example
White with #04121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04121B; }
p { color: rgb(4,18,27); }
H1.HeaderClassName
{
color: #04121B;
}
.AnyTagClassName
{
color: #04121B;
}
</style>
background-color css
<style>
a { background-color: #04121B; }
a { background-color: rgb(4,18,27); }
div.DivClassName
{
background-color: #04121B;
}
.BgClassName
{
background-color: #04121B;
}
</style>
border-color css
<style>
span { border-color: #04121B; }
span { border-color: rgb(4,18,27); }
td.TdClassName
{
border-color: #04121B;
}
.TagClassName
{
border-color: #04121B;
}
</style>