Shades of Black Pearl #040D1B
Tints of Black Pearl #040D1B
RGB
CMYK
RGB Variations
Color information
#040D1B (or 0x040D1B) is known color: Black Pearl. HEX triplet: 04, 0D and 1B. RGB value is (4,13,27). Sum of RGB (Red+Green+Blue) = 4+13+27=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 27 (10.94% from 255 or 61.36% from 44); Max value from RGB is 27 - color contains mainly: blue. Hex color #040D1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D1B is #FBF2E4. Grayscale: #0B0B0B. Windows color (decimal): -16511717 or 1772804. OLE color: 1772804.
HSL color Cylindrical-coordinate representation of color #040D1B: hue angle of 216.52º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #040D1B is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 13 | 27 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.89 |
| HSL | 216.52º | 0.74% | 0.06% | - |
| HSV(B) | 216.52º | 0.85% | 0.11% | - |
| XYZ | 0.39 | 0.39 | 1.09 | - |
| YUV | 11.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 27 | 0.85 | 0.52 | 0 | 0.89 | 216.52 | 0.74 | 0.06 |
| Hex | 4 | D | 1B | 55 | 34 | 0 | 59 | D9 | 4A | 6 |
| Octal | 4 | 15 | 33 | 125 | 64 | 0 | 131 | 331 | 112 | 6 |
| Binary | 100 | 1101 | 11011 | 1010101 | 110100 | 0 | 1011001 | 11011001 | 1001010 | 110 |
Color Harmonies of #040D1B
Complementary color
Monochromatic Colors of #040D1B
Black with #040D1B
Text Example
Text Example
White with #040D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040D1B; }
p { color: rgb(4,13,27); }
H1.HeaderClassName
{
color: #040D1B;
}
.AnyTagClassName
{
color: #040D1B;
}
</style>
background-color css
<style>
a { background-color: #040D1B; }
a { background-color: rgb(4,13,27); }
div.DivClassName
{
background-color: #040D1B;
}
.BgClassName
{
background-color: #040D1B;
}
</style>
border-color css
<style>
span { border-color: #040D1B; }
span { border-color: rgb(4,13,27); }
td.TdClassName
{
border-color: #040D1B;
}
.TagClassName
{
border-color: #040D1B;
}
</style>