Shades of Black Pearl #041D1F
Tints of Black Pearl #041D1F
RGB
CMYK
RGB Variations
Color information
#041D1F (or 0x041D1F) is known color: Black Pearl. HEX triplet: 04, 1D and 1F. RGB value is (4,29,31). Sum of RGB (Red+Green+Blue) = 4+29+31=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #041D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D1F is #FBE2E0. Grayscale: #151515. Windows color (decimal): -16507617 or 2039044. OLE color: 2039044.
HSL color Cylindrical-coordinate representation of color #041D1F: hue angle of 184.44º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #041D1F is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 4 | 29 | 31 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.88 |
| HSL | 184.44º | 0.77% | 0.07% | - |
| HSV(B) | 184.44º | 0.87% | 0.12% | - |
| XYZ | 0.74 | 1 | 1.45 | - |
| YUV | 21.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 31 | 0.87 | 0.06 | 0 | 0.88 | 184.44 | 0.77 | 0.07 |
| Hex | 4 | 1D | 1F | 57 | 6 | 0 | 58 | B8 | 4D | 7 |
| Octal | 4 | 35 | 37 | 127 | 6 | 0 | 130 | 270 | 115 | 7 |
| Binary | 100 | 11101 | 11111 | 1010111 | 110 | 0 | 1011000 | 10111000 | 1001101 | 111 |
Color Harmonies of #041D1F
Complementary color
Monochromatic Colors of #041D1F
Black with #041D1F
Text Example
Text Example
White with #041D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D1F; }
p { color: rgb(4,29,31); }
H1.HeaderClassName
{
color: #041D1F;
}
.AnyTagClassName
{
color: #041D1F;
}
</style>
background-color css
<style>
a { background-color: #041D1F; }
a { background-color: rgb(4,29,31); }
div.DivClassName
{
background-color: #041D1F;
}
.BgClassName
{
background-color: #041D1F;
}
</style>
border-color css
<style>
span { border-color: #041D1F; }
span { border-color: rgb(4,29,31); }
td.TdClassName
{
border-color: #041D1F;
}
.TagClassName
{
border-color: #041D1F;
}
</style>