Shades of Black Pearl #04121A
Tints of Black Pearl #04121A
RGB
CMYK
RGB Variations
Color information
#04121A (or 0x04121A) is known color: Black Pearl. HEX triplet: 04, 12 and 1A. RGB value is (4,18,26). Sum of RGB (Red+Green+Blue) = 4+18+26=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #04121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04121A is #FBEDE5. Grayscale: #0E0E0E. Windows color (decimal): -16510438 or 1708548. OLE color: 1708548.
HSL color Cylindrical-coordinate representation of color #04121A: hue angle of 201.82º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #04121A is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 18 | 26 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.90 |
| HSL | 201.82º | 0.73% | 0.06% | - |
| HSV(B) | 201.82º | 0.85% | 0.1% | - |
| XYZ | 0.45 | 0.53 | 1.06 | - |
| YUV | 14.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 26 | 0.85 | 0.31 | 0 | 0.90 | 201.82 | 0.73 | 0.06 |
| Hex | 4 | 12 | 1A | 55 | 1F | 0 | 5A | CA | 49 | 6 |
| Octal | 4 | 22 | 32 | 125 | 37 | 0 | 132 | 312 | 111 | 6 |
| Binary | 100 | 10010 | 11010 | 1010101 | 11111 | 0 | 1011010 | 11001010 | 1001001 | 110 |
Color Harmonies of #04121A
Complementary color
Monochromatic Colors of #04121A
Black with #04121A
Text Example
Text Example
White with #04121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04121A; }
p { color: rgb(4,18,26); }
H1.HeaderClassName
{
color: #04121A;
}
.AnyTagClassName
{
color: #04121A;
}
</style>
background-color css
<style>
a { background-color: #04121A; }
a { background-color: rgb(4,18,26); }
div.DivClassName
{
background-color: #04121A;
}
.BgClassName
{
background-color: #04121A;
}
</style>
border-color css
<style>
span { border-color: #04121A; }
span { border-color: rgb(4,18,26); }
td.TdClassName
{
border-color: #04121A;
}
.TagClassName
{
border-color: #04121A;
}
</style>