Shades of Black Pearl #04121C
Tints of Black Pearl #04121C
RGB
CMYK
RGB Variations
Color information
#04121C (or 0x04121C) is known color: Black Pearl. HEX triplet: 04, 12 and 1C. RGB value is (4,18,28). Sum of RGB (Red+Green+Blue) = 4+18+28=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #04121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04121C is #FBEDE3. Grayscale: #0E0E0E. Windows color (decimal): -16510436 or 1839620. OLE color: 1839620.
HSL color Cylindrical-coordinate representation of color #04121C: hue angle of 205º degrees, saturation: 0.75, 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 #04121C is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 18 | 28 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.89 |
| HSL | 205º | 0.75% | 0.06% | - |
| HSV(B) | 205º | 0.86% | 0.11% | - |
| XYZ | 0.48 | 0.54 | 1.18 | - |
| YUV | 14.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 28 | 0.86 | 0.36 | 0 | 0.89 | 205 | 0.75 | 0.06 |
| Hex | 4 | 12 | 1C | 56 | 24 | 0 | 59 | CD | 4B | 6 |
| Octal | 4 | 22 | 34 | 126 | 44 | 0 | 131 | 315 | 113 | 6 |
| Binary | 100 | 10010 | 11100 | 1010110 | 100100 | 0 | 1011001 | 11001101 | 1001011 | 110 |
Color Harmonies of #04121C
Complementary color
Monochromatic Colors of #04121C
Black with #04121C
Text Example
Text Example
White with #04121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04121C; }
p { color: rgb(4,18,28); }
H1.HeaderClassName
{
color: #04121C;
}
.AnyTagClassName
{
color: #04121C;
}
</style>
background-color css
<style>
a { background-color: #04121C; }
a { background-color: rgb(4,18,28); }
div.DivClassName
{
background-color: #04121C;
}
.BgClassName
{
background-color: #04121C;
}
</style>
border-color css
<style>
span { border-color: #04121C; }
span { border-color: rgb(4,18,28); }
td.TdClassName
{
border-color: #04121C;
}
.TagClassName
{
border-color: #04121C;
}
</style>