Shades of Black Pearl #040F15
Tints of Black Pearl #040F15
RGB
CMYK
RGB Variations
Color information
#040F15 (or 0x040F15) is known color: Black Pearl. HEX triplet: 04, 0F and 15. RGB value is (4,15,21). Sum of RGB (Red+Green+Blue) = 4+15+21=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #040F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F15 is #FBF0EA. Grayscale: #0C0C0C. Windows color (decimal): -16511211 or 1380100. OLE color: 1380100.
HSL color Cylindrical-coordinate representation of color #040F15: hue angle of 201.18º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #040F15 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 15 | 21 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.92 |
| HSL | 201.18º | 0.68% | 0.05% | - |
| HSV(B) | 201.18º | 0.81% | 0.08% | - |
| XYZ | 0.36 | 0.42 | 0.77 | - |
| YUV | 12.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 21 | 0.81 | 0.29 | 0 | 0.92 | 201.18 | 0.68 | 0.05 |
| Hex | 4 | F | 15 | 51 | 1D | 0 | 5C | C9 | 44 | 5 |
| Octal | 4 | 17 | 25 | 121 | 35 | 0 | 134 | 311 | 104 | 5 |
| Binary | 100 | 1111 | 10101 | 1010001 | 11101 | 0 | 1011100 | 11001001 | 1000100 | 101 |
Color Harmonies of #040F15
Complementary color
Monochromatic Colors of #040F15
Black with #040F15
Text Example
Text Example
White with #040F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F15; }
p { color: rgb(4,15,21); }
H1.HeaderClassName
{
color: #040F15;
}
.AnyTagClassName
{
color: #040F15;
}
</style>
background-color css
<style>
a { background-color: #040F15; }
a { background-color: rgb(4,15,21); }
div.DivClassName
{
background-color: #040F15;
}
.BgClassName
{
background-color: #040F15;
}
</style>
border-color css
<style>
span { border-color: #040F15; }
span { border-color: rgb(4,15,21); }
td.TdClassName
{
border-color: #040F15;
}
.TagClassName
{
border-color: #040F15;
}
</style>