Shades of Black Pearl #041F2A
Tints of Black Pearl #041F2A
RGB
CMYK
RGB Variations
Color information
#041F2A (or 0x041F2A) is known color: Black Pearl. HEX triplet: 04, 1F and 2A. RGB value is (4,31,42). Sum of RGB (Red+Green+Blue) = 4+31+42=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #041F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F2A is #FBE0D5. Grayscale: #181818. Windows color (decimal): -16507094 or 2760452. OLE color: 2760452.
HSL color Cylindrical-coordinate representation of color #041F2A: hue angle of 197.37º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041F2A is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 31 | 42 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.84 |
| HSL | 197.37º | 0.83% | 0.09% | - |
| HSV(B) | 197.37º | 0.9% | 0.16% | - |
| XYZ | 0.96 | 1.17 | 2.37 | - |
| YUV | 24.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 42 | 0.90 | 0.26 | 0 | 0.84 | 197.37 | 0.83 | 0.09 |
| Hex | 4 | 1F | 2A | 5A | 1A | 0 | 54 | C5 | 53 | 9 |
| Octal | 4 | 37 | 52 | 132 | 32 | 0 | 124 | 305 | 123 | 11 |
| Binary | 100 | 11111 | 101010 | 1011010 | 11010 | 0 | 1010100 | 11000101 | 1010011 | 1001 |
Color Harmonies of #041F2A
Complementary color
Monochromatic Colors of #041F2A
Black with #041F2A
Text Example
Text Example
White with #041F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041F2A; }
p { color: rgb(4,31,42); }
H1.HeaderClassName
{
color: #041F2A;
}
.AnyTagClassName
{
color: #041F2A;
}
</style>
background-color css
<style>
a { background-color: #041F2A; }
a { background-color: rgb(4,31,42); }
div.DivClassName
{
background-color: #041F2A;
}
.BgClassName
{
background-color: #041F2A;
}
</style>
border-color css
<style>
span { border-color: #041F2A; }
span { border-color: rgb(4,31,42); }
td.TdClassName
{
border-color: #041F2A;
}
.TagClassName
{
border-color: #041F2A;
}
</style>