Shades of Black Pearl #040A14
Tints of Black Pearl #040A14
RGB
CMYK
RGB Variations
Color information
#040A14 (or 0x040A14) is known color: Black Pearl. HEX triplet: 04, 0A and 14. RGB value is (4,10,20). Sum of RGB (Red+Green+Blue) = 4+10+20=34 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.76% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 20 (8.20% from 255 or 58.82% from 34); Max value from RGB is 20 - color contains mainly: blue. Hex color #040A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A14 is #FBF5EB. Grayscale: #090909. Windows color (decimal): -16512492 or 1313284. OLE color: 1313284.
HSL color Cylindrical-coordinate representation of color #040A14: hue angle of 217.5º 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 #040A14 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 10 | 20 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.92 |
| HSL | 217.5º | 0.67% | 0.05% | - |
| HSV(B) | 217.5º | 0.8% | 0.08% | - |
| XYZ | 0.28 | 0.29 | 0.7 | - |
| YUV | 9.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 20 | 0.80 | 0.50 | 0 | 0.92 | 217.5 | 0.67 | 0.05 |
| Hex | 4 | A | 14 | 50 | 32 | 0 | 5C | DA | 43 | 5 |
| Octal | 4 | 12 | 24 | 120 | 62 | 0 | 134 | 332 | 103 | 5 |
| Binary | 100 | 1010 | 10100 | 1010000 | 110010 | 0 | 1011100 | 11011010 | 1000011 | 101 |
Color Harmonies of #040A14
Complementary color
Monochromatic Colors of #040A14
Black with #040A14
Text Example
Text Example
White with #040A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A14; }
p { color: rgb(4,10,20); }
H1.HeaderClassName
{
color: #040A14;
}
.AnyTagClassName
{
color: #040A14;
}
</style>
background-color css
<style>
a { background-color: #040A14; }
a { background-color: rgb(4,10,20); }
div.DivClassName
{
background-color: #040A14;
}
.BgClassName
{
background-color: #040A14;
}
</style>
border-color css
<style>
span { border-color: #040A14; }
span { border-color: rgb(4,10,20); }
td.TdClassName
{
border-color: #040A14;
}
.TagClassName
{
border-color: #040A14;
}
</style>