Shades of Black Pearl #04121F
Tints of Black Pearl #04121F
RGB
CMYK
RGB Variations
Color information
#04121F (or 0x04121F) is known color: Black Pearl. HEX triplet: 04, 12 and 1F. RGB value is (4,18,31). Sum of RGB (Red+Green+Blue) = 4+18+31=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #04121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04121F is #FBEDE0. Grayscale: #0F0F0F. Windows color (decimal): -16510433 or 2036228. OLE color: 2036228.
HSL color Cylindrical-coordinate representation of color #04121F: hue angle of 208.89º degrees, saturation: 0.77, 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 #04121F is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 18 | 31 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.88 |
| HSL | 208.89º | 0.77% | 0.07% | - |
| HSV(B) | 208.89º | 0.87% | 0.12% | - |
| XYZ | 0.51 | 0.56 | 1.38 | - |
| YUV | 15.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 31 | 0.87 | 0.42 | 0 | 0.88 | 208.89 | 0.77 | 0.07 |
| Hex | 4 | 12 | 1F | 57 | 2A | 0 | 58 | D1 | 4D | 7 |
| Octal | 4 | 22 | 37 | 127 | 52 | 0 | 130 | 321 | 115 | 7 |
| Binary | 100 | 10010 | 11111 | 1010111 | 101010 | 0 | 1011000 | 11010001 | 1001101 | 111 |
Color Harmonies of #04121F
Complementary color
Monochromatic Colors of #04121F
Black with #04121F
Text Example
Text Example
White with #04121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04121F; }
p { color: rgb(4,18,31); }
H1.HeaderClassName
{
color: #04121F;
}
.AnyTagClassName
{
color: #04121F;
}
</style>
background-color css
<style>
a { background-color: #04121F; }
a { background-color: rgb(4,18,31); }
div.DivClassName
{
background-color: #04121F;
}
.BgClassName
{
background-color: #04121F;
}
</style>
border-color css
<style>
span { border-color: #04121F; }
span { border-color: rgb(4,18,31); }
td.TdClassName
{
border-color: #04121F;
}
.TagClassName
{
border-color: #04121F;
}
</style>