Shades of Black Pearl #040C14
Tints of Black Pearl #040C14
RGB
CMYK
RGB Variations
Color information
#040C14 (or 0x040C14) is known color: Black Pearl. HEX triplet: 04, 0C and 14. RGB value is (4,12,20). Sum of RGB (Red+Green+Blue) = 4+12+20=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #040C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C14 is #FBF3EB. Grayscale: #0A0A0A. Windows color (decimal): -16511980 or 1313796. OLE color: 1313796.
HSL color Cylindrical-coordinate representation of color #040C14: hue angle of 210º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #040C14 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 12 | 20 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.92 |
| HSL | 210º | 0.67% | 0.05% | - |
| HSV(B) | 210º | 0.8% | 0.08% | - |
| XYZ | 0.31 | 0.34 | 0.71 | - |
| YUV | 10.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 20 | 0.80 | 0.40 | 0 | 0.92 | 210 | 0.67 | 0.05 |
| Hex | 4 | C | 14 | 50 | 28 | 0 | 5C | D2 | 43 | 5 |
| Octal | 4 | 14 | 24 | 120 | 50 | 0 | 134 | 322 | 103 | 5 |
| Binary | 100 | 1100 | 10100 | 1010000 | 101000 | 0 | 1011100 | 11010010 | 1000011 | 101 |
Color Harmonies of #040C14
Complementary color
Monochromatic Colors of #040C14
Black with #040C14
Text Example
Text Example
White with #040C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C14; }
p { color: rgb(4,12,20); }
H1.HeaderClassName
{
color: #040C14;
}
.AnyTagClassName
{
color: #040C14;
}
</style>
background-color css
<style>
a { background-color: #040C14; }
a { background-color: rgb(4,12,20); }
div.DivClassName
{
background-color: #040C14;
}
.BgClassName
{
background-color: #040C14;
}
</style>
border-color css
<style>
span { border-color: #040C14; }
span { border-color: rgb(4,12,20); }
td.TdClassName
{
border-color: #040C14;
}
.TagClassName
{
border-color: #040C14;
}
</style>