Shades of Black Pearl #041B1D
Tints of Black Pearl #041B1D
RGB
CMYK
RGB Variations
Color information
#041B1D (or 0x041B1D) is known color: Black Pearl. HEX triplet: 04, 1B and 1D. RGB value is (4,27,29). Sum of RGB (Red+Green+Blue) = 4+27+29=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #041B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B1D is #FBE4E2. Grayscale: #141414. Windows color (decimal): -16508131 or 1907460. OLE color: 1907460.
HSL color Cylindrical-coordinate representation of color #041B1D: hue angle of 184.8º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #041B1D is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 27 | 29 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.89 |
| HSL | 184.8º | 0.76% | 0.06% | - |
| HSV(B) | 184.8º | 0.86% | 0.11% | - |
| XYZ | 0.66 | 0.9 | 1.3 | - |
| YUV | 20.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 29 | 0.86 | 0.07 | 0 | 0.89 | 184.8 | 0.76 | 0.06 |
| Hex | 4 | 1B | 1D | 56 | 7 | 0 | 59 | B9 | 4C | 6 |
| Octal | 4 | 33 | 35 | 126 | 7 | 0 | 131 | 271 | 114 | 6 |
| Binary | 100 | 11011 | 11101 | 1010110 | 111 | 0 | 1011001 | 10111001 | 1001100 | 110 |
Color Harmonies of #041B1D
Complementary color
Monochromatic Colors of #041B1D
Black with #041B1D
Text Example
Text Example
White with #041B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041B1D; }
p { color: rgb(4,27,29); }
H1.HeaderClassName
{
color: #041B1D;
}
.AnyTagClassName
{
color: #041B1D;
}
</style>
background-color css
<style>
a { background-color: #041B1D; }
a { background-color: rgb(4,27,29); }
div.DivClassName
{
background-color: #041B1D;
}
.BgClassName
{
background-color: #041B1D;
}
</style>
border-color css
<style>
span { border-color: #041B1D; }
span { border-color: rgb(4,27,29); }
td.TdClassName
{
border-color: #041B1D;
}
.TagClassName
{
border-color: #041B1D;
}
</style>