Shades of Black Pearl #04111F
Tints of Black Pearl #04111F
RGB
CMYK
RGB Variations
Color information
#04111F (or 0x04111F) is known color: Black Pearl. HEX triplet: 04, 11 and 1F. RGB value is (4,17,31). Sum of RGB (Red+Green+Blue) = 4+17+31=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #04111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04111F is #FBEEE0. Grayscale: #0E0E0E. Windows color (decimal): -16510689 or 2035972. OLE color: 2035972.
HSL color Cylindrical-coordinate representation of color #04111F: hue angle of 211.11º 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 #04111F is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 17 | 31 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.88 |
| HSL | 211.11º | 0.77% | 0.07% | - |
| HSV(B) | 211.11º | 0.87% | 0.12% | - |
| XYZ | 0.5 | 0.53 | 1.37 | - |
| YUV | 14.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 31 | 0.87 | 0.45 | 0 | 0.88 | 211.11 | 0.77 | 0.07 |
| Hex | 4 | 11 | 1F | 57 | 2D | 0 | 58 | D3 | 4D | 7 |
| Octal | 4 | 21 | 37 | 127 | 55 | 0 | 130 | 323 | 115 | 7 |
| Binary | 100 | 10001 | 11111 | 1010111 | 101101 | 0 | 1011000 | 11010011 | 1001101 | 111 |
Color Harmonies of #04111F
Complementary color
Monochromatic Colors of #04111F
Black with #04111F
Text Example
Text Example
White with #04111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04111F; }
p { color: rgb(4,17,31); }
H1.HeaderClassName
{
color: #04111F;
}
.AnyTagClassName
{
color: #04111F;
}
</style>
background-color css
<style>
a { background-color: #04111F; }
a { background-color: rgb(4,17,31); }
div.DivClassName
{
background-color: #04111F;
}
.BgClassName
{
background-color: #04111F;
}
</style>
border-color css
<style>
span { border-color: #04111F; }
span { border-color: rgb(4,17,31); }
td.TdClassName
{
border-color: #04111F;
}
.TagClassName
{
border-color: #04111F;
}
</style>