Shades of Black Pearl #04192C
Tints of Black Pearl #04192C
RGB
CMYK
RGB Variations
Color information
#04192C (or 0x04192C) is known color: Black Pearl. HEX triplet: 04, 19 and 2C. RGB value is (4,25,44). Sum of RGB (Red+Green+Blue) = 4+25+44=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 44 (17.58% from 255 or 60.27% from 73); Max value from RGB is 44 - color contains mainly: blue. Hex color #04192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04192C is #FBE6D3. Grayscale: #141414. Windows color (decimal): -16508628 or 2889988. OLE color: 2889988.
HSL color Cylindrical-coordinate representation of color #04192C: hue angle of 208.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04192C is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 25 | 44 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.83 |
| HSL | 208.5º | 0.83% | 0.09% | - |
| HSV(B) | 208.5º | 0.91% | 0.17% | - |
| XYZ | 0.85 | 0.9 | 2.51 | - |
| YUV | 20.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 44 | 0.91 | 0.43 | 0 | 0.83 | 208.5 | 0.83 | 0.09 |
| Hex | 4 | 19 | 2C | 5B | 2B | 0 | 53 | D0 | 53 | 9 |
| Octal | 4 | 31 | 54 | 133 | 53 | 0 | 123 | 320 | 123 | 11 |
| Binary | 100 | 11001 | 101100 | 1011011 | 101011 | 0 | 1010011 | 11010000 | 1010011 | 1001 |
Color Harmonies of #04192C
Complementary color
Monochromatic Colors of #04192C
Black with #04192C
Text Example
Text Example
White with #04192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04192C; }
p { color: rgb(4,25,44); }
H1.HeaderClassName
{
color: #04192C;
}
.AnyTagClassName
{
color: #04192C;
}
</style>
background-color css
<style>
a { background-color: #04192C; }
a { background-color: rgb(4,25,44); }
div.DivClassName
{
background-color: #04192C;
}
.BgClassName
{
background-color: #04192C;
}
</style>
border-color css
<style>
span { border-color: #04192C; }
span { border-color: rgb(4,25,44); }
td.TdClassName
{
border-color: #04192C;
}
.TagClassName
{
border-color: #04192C;
}
</style>