Shades of Black Pearl #041C2E
Tints of Black Pearl #041C2E
RGB
CMYK
RGB Variations
Color information
#041C2E (or 0x041C2E) is known color: Black Pearl. HEX triplet: 04, 1C and 2E. RGB value is (4,28,46). Sum of RGB (Red+Green+Blue) = 4+28+46=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #041C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C2E is #FBE3D1. Grayscale: #161616. Windows color (decimal): -16507858 or 3021828. OLE color: 3021828.
HSL color Cylindrical-coordinate representation of color #041C2E: hue angle of 205.71º 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 #041C2E is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 28 | 46 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.82 |
| HSL | 205.71º | 0.84% | 0.1% | - |
| HSV(B) | 205.71º | 0.91% | 0.18% | - |
| XYZ | 0.96 | 1.05 | 2.74 | - |
| YUV | 22.88 | 141.05 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 46 | 0.91 | 0.39 | 0 | 0.82 | 205.71 | 0.84 | 0.1 |
| Hex | 4 | 1C | 2E | 5B | 27 | 0 | 52 | CE | 54 | A |
| Octal | 4 | 34 | 56 | 133 | 47 | 0 | 122 | 316 | 124 | 12 |
| Binary | 100 | 11100 | 101110 | 1011011 | 100111 | 0 | 1010010 | 11001110 | 1010100 | 1010 |
Color Harmonies of #041C2E
Complementary color
Monochromatic Colors of #041C2E
Black with #041C2E
Text Example
Text Example
White with #041C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C2E; }
p { color: rgb(4,28,46); }
H1.HeaderClassName
{
color: #041C2E;
}
.AnyTagClassName
{
color: #041C2E;
}
</style>
background-color css
<style>
a { background-color: #041C2E; }
a { background-color: rgb(4,28,46); }
div.DivClassName
{
background-color: #041C2E;
}
.BgClassName
{
background-color: #041C2E;
}
</style>
border-color css
<style>
span { border-color: #041C2E; }
span { border-color: rgb(4,28,46); }
td.TdClassName
{
border-color: #041C2E;
}
.TagClassName
{
border-color: #041C2E;
}
</style>