Shades of Black Pearl #04141F
Tints of Black Pearl #04141F
RGB
CMYK
RGB Variations
Color information
#04141F (or 0x04141F) is known color: Black Pearl. HEX triplet: 04, 14 and 1F. RGB value is (4,20,31). Sum of RGB (Red+Green+Blue) = 4+20+31=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #04141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04141F is #FBEBE0. Grayscale: #101010. Windows color (decimal): -16509921 or 2036740. OLE color: 2036740.
HSL color Cylindrical-coordinate representation of color #04141F: hue angle of 204.44º 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 #04141F is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 20 | 31 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.88 |
| HSL | 204.44º | 0.77% | 0.07% | - |
| HSV(B) | 204.44º | 0.87% | 0.12% | - |
| XYZ | 0.55 | 0.63 | 1.39 | - |
| YUV | 16.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 31 | 0.87 | 0.35 | 0 | 0.88 | 204.44 | 0.77 | 0.07 |
| Hex | 4 | 14 | 1F | 57 | 23 | 0 | 58 | CC | 4D | 7 |
| Octal | 4 | 24 | 37 | 127 | 43 | 0 | 130 | 314 | 115 | 7 |
| Binary | 100 | 10100 | 11111 | 1010111 | 100011 | 0 | 1011000 | 11001100 | 1001101 | 111 |
Color Harmonies of #04141F
Complementary color
Monochromatic Colors of #04141F
Black with #04141F
Text Example
Text Example
White with #04141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04141F; }
p { color: rgb(4,20,31); }
H1.HeaderClassName
{
color: #04141F;
}
.AnyTagClassName
{
color: #04141F;
}
</style>
background-color css
<style>
a { background-color: #04141F; }
a { background-color: rgb(4,20,31); }
div.DivClassName
{
background-color: #04141F;
}
.BgClassName
{
background-color: #04141F;
}
</style>
border-color css
<style>
span { border-color: #04141F; }
span { border-color: rgb(4,20,31); }
td.TdClassName
{
border-color: #04141F;
}
.TagClassName
{
border-color: #04141F;
}
</style>