Shades of Black Pearl #041E2D
Tints of Black Pearl #041E2D
RGB
CMYK
RGB Variations
Color information
#041E2D (or 0x041E2D) is known color: Black Pearl. HEX triplet: 04, 1E and 2D. RGB value is (4,30,45). Sum of RGB (Red+Green+Blue) = 4+30+45=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #041E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E2D is #FBE1D2. Grayscale: #171717. Windows color (decimal): -16507347 or 2956804. OLE color: 2956804.
HSL color Cylindrical-coordinate representation of color #041E2D: hue angle of 201.95º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #041E2D is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 30 | 45 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.82 |
| HSL | 201.95º | 0.84% | 0.1% | - |
| HSV(B) | 201.95º | 0.91% | 0.18% | - |
| XYZ | 0.99 | 1.14 | 2.65 | - |
| YUV | 23.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 45 | 0.91 | 0.33 | 0 | 0.82 | 201.95 | 0.84 | 0.1 |
| Hex | 4 | 1E | 2D | 5B | 21 | 0 | 52 | CA | 54 | A |
| Octal | 4 | 36 | 55 | 133 | 41 | 0 | 122 | 312 | 124 | 12 |
| Binary | 100 | 11110 | 101101 | 1011011 | 100001 | 0 | 1010010 | 11001010 | 1010100 | 1010 |
Color Harmonies of #041E2D
Complementary color
Monochromatic Colors of #041E2D
Black with #041E2D
Text Example
Text Example
White with #041E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E2D; }
p { color: rgb(4,30,45); }
H1.HeaderClassName
{
color: #041E2D;
}
.AnyTagClassName
{
color: #041E2D;
}
</style>
background-color css
<style>
a { background-color: #041E2D; }
a { background-color: rgb(4,30,45); }
div.DivClassName
{
background-color: #041E2D;
}
.BgClassName
{
background-color: #041E2D;
}
</style>
border-color css
<style>
span { border-color: #041E2D; }
span { border-color: rgb(4,30,45); }
td.TdClassName
{
border-color: #041E2D;
}
.TagClassName
{
border-color: #041E2D;
}
</style>