Shades of Black Pearl #040D15
Tints of Black Pearl #040D15
RGB
CMYK
RGB Variations
Color information
#040D15 (or 0x040D15) is known color: Black Pearl. HEX triplet: 04, 0D and 15. RGB value is (4,13,21). Sum of RGB (Red+Green+Blue) = 4+13+21=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #040D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D15 is #FBF2EA. Grayscale: #0B0B0B. Windows color (decimal): -16511723 or 1379588. OLE color: 1379588.
HSL color Cylindrical-coordinate representation of color #040D15: hue angle of 208.24º 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 #040D15 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 13 | 21 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.92 |
| HSL | 208.24º | 0.68% | 0.05% | - |
| HSV(B) | 208.24º | 0.81% | 0.08% | - |
| XYZ | 0.33 | 0.37 | 0.76 | - |
| YUV | 11.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 21 | 0.81 | 0.38 | 0 | 0.92 | 208.24 | 0.68 | 0.05 |
| Hex | 4 | D | 15 | 51 | 26 | 0 | 5C | D0 | 44 | 5 |
| Octal | 4 | 15 | 25 | 121 | 46 | 0 | 134 | 320 | 104 | 5 |
| Binary | 100 | 1101 | 10101 | 1010001 | 100110 | 0 | 1011100 | 11010000 | 1000100 | 101 |
Color Harmonies of #040D15
Complementary color
Monochromatic Colors of #040D15
Black with #040D15
Text Example
Text Example
White with #040D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D15; }
p { color: rgb(4,13,21); }
H1.HeaderClassName
{
color: #040D15;
}
.AnyTagClassName
{
color: #040D15;
}
</style>
background-color css
<style>
a { background-color: #040D15; }
a { background-color: rgb(4,13,21); }
div.DivClassName
{
background-color: #040D15;
}
.BgClassName
{
background-color: #040D15;
}
</style>
border-color css
<style>
span { border-color: #040D15; }
span { border-color: rgb(4,13,21); }
td.TdClassName
{
border-color: #040D15;
}
.TagClassName
{
border-color: #040D15;
}
</style>