Shades of Black Pearl #04151F
Tints of Black Pearl #04151F
RGB
CMYK
RGB Variations
Color information
#04151F (or 0x04151F) is known color: Black Pearl. HEX triplet: 04, 15 and 1F. RGB value is (4,21,31). Sum of RGB (Red+Green+Blue) = 4+21+31=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #04151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04151F is #FBEAE0. Grayscale: #111111. Windows color (decimal): -16509665 or 2036996. OLE color: 2036996.
HSL color Cylindrical-coordinate representation of color #04151F: hue angle of 202.22º 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 #04151F is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 21 | 31 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.88 |
| HSL | 202.22º | 0.77% | 0.07% | - |
| HSV(B) | 202.22º | 0.87% | 0.12% | - |
| XYZ | 0.57 | 0.66 | 1.39 | - |
| YUV | 17.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 21 | 31 | 0.87 | 0.32 | 0 | 0.88 | 202.22 | 0.77 | 0.07 |
| Hex | 4 | 15 | 1F | 57 | 20 | 0 | 58 | CA | 4D | 7 |
| Octal | 4 | 25 | 37 | 127 | 40 | 0 | 130 | 312 | 115 | 7 |
| Binary | 100 | 10101 | 11111 | 1010111 | 100000 | 0 | 1011000 | 11001010 | 1001101 | 111 |
Color Harmonies of #04151F
Complementary color
Monochromatic Colors of #04151F
Black with #04151F
Text Example
Text Example
White with #04151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04151F; }
p { color: rgb(4,21,31); }
H1.HeaderClassName
{
color: #04151F;
}
.AnyTagClassName
{
color: #04151F;
}
</style>
background-color css
<style>
a { background-color: #04151F; }
a { background-color: rgb(4,21,31); }
div.DivClassName
{
background-color: #04151F;
}
.BgClassName
{
background-color: #04151F;
}
</style>
border-color css
<style>
span { border-color: #04151F; }
span { border-color: rgb(4,21,31); }
td.TdClassName
{
border-color: #04151F;
}
.TagClassName
{
border-color: #04151F;
}
</style>