Shades of Black Pearl #041D2D
Tints of Black Pearl #041D2D
RGB
CMYK
RGB Variations
Color information
#041D2D (or 0x041D2D) is known color: Black Pearl. HEX triplet: 04, 1D and 2D. RGB value is (4,29,45). Sum of RGB (Red+Green+Blue) = 4+29+45=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #041D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D2D is #FBE2D2. Grayscale: #171717. Windows color (decimal): -16507603 or 2956548. OLE color: 2956548.
HSL color Cylindrical-coordinate representation of color #041D2D: hue angle of 203.41º 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 #041D2D is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 29 | 45 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.82 |
| HSL | 203.41º | 0.84% | 0.1% | - |
| HSV(B) | 203.41º | 0.91% | 0.18% | - |
| XYZ | 0.96 | 1.09 | 2.64 | - |
| YUV | 23.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 45 | 0.91 | 0.36 | 0 | 0.82 | 203.41 | 0.84 | 0.1 |
| Hex | 4 | 1D | 2D | 5B | 24 | 0 | 52 | CB | 54 | A |
| Octal | 4 | 35 | 55 | 133 | 44 | 0 | 122 | 313 | 124 | 12 |
| Binary | 100 | 11101 | 101101 | 1011011 | 100100 | 0 | 1010010 | 11001011 | 1010100 | 1010 |
Color Harmonies of #041D2D
Complementary color
Monochromatic Colors of #041D2D
Black with #041D2D
Text Example
Text Example
White with #041D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D2D; }
p { color: rgb(4,29,45); }
H1.HeaderClassName
{
color: #041D2D;
}
.AnyTagClassName
{
color: #041D2D;
}
</style>
background-color css
<style>
a { background-color: #041D2D; }
a { background-color: rgb(4,29,45); }
div.DivClassName
{
background-color: #041D2D;
}
.BgClassName
{
background-color: #041D2D;
}
</style>
border-color css
<style>
span { border-color: #041D2D; }
span { border-color: rgb(4,29,45); }
td.TdClassName
{
border-color: #041D2D;
}
.TagClassName
{
border-color: #041D2D;
}
</style>