Shades of Black Pearl #040C17
Tints of Black Pearl #040C17
RGB
CMYK
RGB Variations
Color information
#040C17 (or 0x040C17) is known color: Black Pearl. HEX triplet: 04, 0C and 17. RGB value is (4,12,23). Sum of RGB (Red+Green+Blue) = 4+12+23=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 23 (9.38% from 255 or 58.97% from 39); Max value from RGB is 23 - color contains mainly: blue. Hex color #040C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C17 is #FBF3E8. Grayscale: #0A0A0A. Windows color (decimal): -16511977 or 1510404. OLE color: 1510404.
HSL color Cylindrical-coordinate representation of color #040C17: hue angle of 214.74º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #040C17 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 4 | 12 | 23 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.91 |
| HSL | 214.74º | 0.7% | 0.05% | - |
| HSV(B) | 214.74º | 0.83% | 0.09% | - |
| XYZ | 0.34 | 0.35 | 0.86 | - |
| YUV | 10.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 23 | 0.83 | 0.48 | 0 | 0.91 | 214.74 | 0.7 | 0.05 |
| Hex | 4 | C | 17 | 53 | 30 | 0 | 5B | D7 | 46 | 5 |
| Octal | 4 | 14 | 27 | 123 | 60 | 0 | 133 | 327 | 106 | 5 |
| Binary | 100 | 1100 | 10111 | 1010011 | 110000 | 0 | 1011011 | 11010111 | 1000110 | 101 |
Color Harmonies of #040C17
Complementary color
Monochromatic Colors of #040C17
Black with #040C17
Text Example
Text Example
White with #040C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C17; }
p { color: rgb(4,12,23); }
H1.HeaderClassName
{
color: #040C17;
}
.AnyTagClassName
{
color: #040C17;
}
</style>
background-color css
<style>
a { background-color: #040C17; }
a { background-color: rgb(4,12,23); }
div.DivClassName
{
background-color: #040C17;
}
.BgClassName
{
background-color: #040C17;
}
</style>
border-color css
<style>
span { border-color: #040C17; }
span { border-color: rgb(4,12,23); }
td.TdClassName
{
border-color: #040C17;
}
.TagClassName
{
border-color: #040C17;
}
</style>