Shades of Black Pearl #00040A
Tints of Black Pearl #00040A
RGB
CMYK
RGB Variations
Color information
#00040A (or 0x00040A) is known color: Black Pearl. HEX triplet: 00, 04 and 0A. RGB value is (0,4,10). Sum of RGB (Red+Green+Blue) = 0+4+10=14 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 14); Green value is 4 (1.95% from 255 or 28.57% from 14); Blue value is 10 (4.30% from 255 or 71.43% from 14); Max value from RGB is 10 - color contains mainly: blue. Hex color #00040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00040A is #FFFBF5. Grayscale: #030303. Windows color (decimal): -16776182 or 656384. OLE color: 656384.
HSL color Cylindrical-coordinate representation of color #00040A: hue angle of 216º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00040A is Cyan = 1, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 4 | 10 | - |
| CMYK | 1 | 0.6 | 0 | 0.96 |
| HSL | 216º | 1% | 0.02% | - |
| HSV(B) | 216º | 1% | 0.04% | - |
| XYZ | 0.1 | 0.11 | 0.3 | - |
| YUV | 3.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 10 | 1 | 0.6 | 0 | 0.96 | 216 | 1 | 0.02 |
| Hex | 0 | 4 | A | 64 | 3C | 0 | 60 | D8 | 64 | 2 |
| Octal | 0 | 4 | 12 | 144 | 74 | 0 | 140 | 330 | 144 | 2 |
| Binary | 0 | 100 | 1010 | 1100100 | 111100 | 0 | 1100000 | 11011000 | 1100100 | 10 |
Color Harmonies of #00040A
Complementary color
Monochromatic Colors of #00040A
Black with #00040A
Text Example
Text Example
White with #00040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00040A; }
p { color: rgb(0,4,10); }
H1.HeaderClassName
{
color: #00040A;
}
.AnyTagClassName
{
color: #00040A;
}
</style>
background-color css
<style>
a { background-color: #00040A; }
a { background-color: rgb(0,4,10); }
div.DivClassName
{
background-color: #00040A;
}
.BgClassName
{
background-color: #00040A;
}
</style>
border-color css
<style>
span { border-color: #00040A; }
span { border-color: rgb(0,4,10); }
td.TdClassName
{
border-color: #00040A;
}
.TagClassName
{
border-color: #00040A;
}
</style>