Shades of Black Pearl #04121E
Tints of Black Pearl #04121E
RGB
CMYK
RGB Variations
Color information
#04121E (or 0x04121E) is known color: Black Pearl. HEX triplet: 04, 12 and 1E. RGB value is (4,18,30). Sum of RGB (Red+Green+Blue) = 4+18+30=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #04121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04121E is #FBEDE1. Grayscale: #0F0F0F. Windows color (decimal): -16510434 or 1970692. OLE color: 1970692.
HSL color Cylindrical-coordinate representation of color #04121E: hue angle of 207.69º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #04121E is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 18 | 30 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.88 |
| HSL | 207.69º | 0.76% | 0.07% | - |
| HSV(B) | 207.69º | 0.87% | 0.12% | - |
| XYZ | 0.5 | 0.55 | 1.31 | - |
| YUV | 15.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 30 | 0.87 | 0.40 | 0 | 0.88 | 207.69 | 0.76 | 0.07 |
| Hex | 4 | 12 | 1E | 57 | 28 | 0 | 58 | D0 | 4C | 7 |
| Octal | 4 | 22 | 36 | 127 | 50 | 0 | 130 | 320 | 114 | 7 |
| Binary | 100 | 10010 | 11110 | 1010111 | 101000 | 0 | 1011000 | 11010000 | 1001100 | 111 |
Color Harmonies of #04121E
Complementary color
Monochromatic Colors of #04121E
Black with #04121E
Text Example
Text Example
White with #04121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04121E; }
p { color: rgb(4,18,30); }
H1.HeaderClassName
{
color: #04121E;
}
.AnyTagClassName
{
color: #04121E;
}
</style>
background-color css
<style>
a { background-color: #04121E; }
a { background-color: rgb(4,18,30); }
div.DivClassName
{
background-color: #04121E;
}
.BgClassName
{
background-color: #04121E;
}
</style>
border-color css
<style>
span { border-color: #04121E; }
span { border-color: rgb(4,18,30); }
td.TdClassName
{
border-color: #04121E;
}
.TagClassName
{
border-color: #04121E;
}
</style>