Shades of Black Pearl #040A0D
Tints of Black Pearl #040A0D
RGB
CMYK
RGB Variations
Color information
#040A0D (or 0x040A0D) is known color: Black Pearl. HEX triplet: 04, 0A and 0D. RGB value is (4,10,13). Sum of RGB (Red+Green+Blue) = 4+10+13=27 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.81% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 13 (5.47% from 255 or 48.15% from 27); Max value from RGB is 13 - color contains mainly: blue. Hex color #040A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A0D is #FBF5F2. Grayscale: #080808. Windows color (decimal): -16512499 or 854532. OLE color: 854532.
HSL color Cylindrical-coordinate representation of color #040A0D: hue angle of 200º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #040A0D is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 4 | 10 | 13 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.95 |
| HSL | 200º | 0.53% | 0.03% | - |
| HSV(B) | 200º | 0.69% | 0.05% | - |
| XYZ | 0.23 | 0.27 | 0.42 | - |
| YUV | 8.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 13 | 0.69 | 0.23 | 0 | 0.95 | 200 | 0.53 | 0.03 |
| Hex | 4 | A | D | 45 | 17 | 0 | 5F | C8 | 35 | 3 |
| Octal | 4 | 12 | 15 | 105 | 27 | 0 | 137 | 310 | 65 | 3 |
| Binary | 100 | 1010 | 1101 | 1000101 | 10111 | 0 | 1011111 | 11001000 | 110101 | 11 |
Color Harmonies of #040A0D
Complementary color
Monochromatic Colors of #040A0D
Black with #040A0D
Text Example
Text Example
White with #040A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A0D; }
p { color: rgb(4,10,13); }
H1.HeaderClassName
{
color: #040A0D;
}
.AnyTagClassName
{
color: #040A0D;
}
</style>
background-color css
<style>
a { background-color: #040A0D; }
a { background-color: rgb(4,10,13); }
div.DivClassName
{
background-color: #040A0D;
}
.BgClassName
{
background-color: #040A0D;
}
</style>
border-color css
<style>
span { border-color: #040A0D; }
span { border-color: rgb(4,10,13); }
td.TdClassName
{
border-color: #040A0D;
}
.TagClassName
{
border-color: #040A0D;
}
</style>