Shades of Black Pearl #041E33
Tints of Black Pearl #041E33
RGB
CMYK
RGB Variations
Color information
#041E33 (or 0x041E33) is known color: Black Pearl. HEX triplet: 04, 1E and 33. RGB value is (4,30,51). Sum of RGB (Red+Green+Blue) = 4+30+51=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 51 (20.31% from 255 or 60% from 85); Max value from RGB is 51 - color contains mainly: blue. Hex color #041E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E33 is #FBE1CC. Grayscale: #181818. Windows color (decimal): -16507341 or 3350020. OLE color: 3350020.
HSL color Cylindrical-coordinate representation of color #041E33: hue angle of 206.81º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041E33 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 4 | 30 | 51 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.8 |
| HSL | 206.81º | 0.85% | 0.11% | - |
| HSV(B) | 206.81º | 0.92% | 0.2% | - |
| XYZ | 1.11 | 1.19 | 3.3 | - |
| YUV | 24.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 51 | 0.92 | 0.41 | 0 | 0.8 | 206.81 | 0.85 | 0.11 |
| Hex | 4 | 1E | 33 | 5C | 29 | 0 | 50 | CF | 55 | B |
| Octal | 4 | 36 | 63 | 134 | 51 | 0 | 120 | 317 | 125 | 13 |
| Binary | 100 | 11110 | 110011 | 1011100 | 101001 | 0 | 1010000 | 11001111 | 1010101 | 1011 |
Color Harmonies of #041E33
Complementary color
Monochromatic Colors of #041E33
Black with #041E33
Text Example
Text Example
White with #041E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E33; }
p { color: rgb(4,30,51); }
H1.HeaderClassName
{
color: #041E33;
}
.AnyTagClassName
{
color: #041E33;
}
</style>
background-color css
<style>
a { background-color: #041E33; }
a { background-color: rgb(4,30,51); }
div.DivClassName
{
background-color: #041E33;
}
.BgClassName
{
background-color: #041E33;
}
</style>
border-color css
<style>
span { border-color: #041E33; }
span { border-color: rgb(4,30,51); }
td.TdClassName
{
border-color: #041E33;
}
.TagClassName
{
border-color: #041E33;
}
</style>