Shades of Black Pearl #041127
Tints of Black Pearl #041127
RGB
CMYK
RGB Variations
Color information
#041127 (or 0x041127) is known color: Black Pearl. HEX triplet: 04, 11 and 27. RGB value is (4,17,39). Sum of RGB (Red+Green+Blue) = 4+17+39=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #041127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041127 is #FBEED8. Grayscale: #0F0F0F. Windows color (decimal): -16510681 or 2560260. OLE color: 2560260.
HSL color Cylindrical-coordinate representation of color #041127: hue angle of 217.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041127 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 17 | 39 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.85 |
| HSL | 217.71º | 0.81% | 0.08% | - |
| HSV(B) | 217.71º | 0.9% | 0.15% | - |
| XYZ | 0.62 | 0.57 | 2 | - |
| YUV | 15.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 39 | 0.90 | 0.56 | 0 | 0.85 | 217.71 | 0.81 | 0.08 |
| Hex | 4 | 11 | 27 | 5A | 38 | 0 | 55 | DA | 51 | 8 |
| Octal | 4 | 21 | 47 | 132 | 70 | 0 | 125 | 332 | 121 | 10 |
| Binary | 100 | 10001 | 100111 | 1011010 | 111000 | 0 | 1010101 | 11011010 | 1010001 | 1000 |
Color Harmonies of #041127
Complementary color
Monochromatic Colors of #041127
Black with #041127
Text Example
Text Example
White with #041127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041127; }
p { color: rgb(4,17,39); }
H1.HeaderClassName
{
color: #041127;
}
.AnyTagClassName
{
color: #041127;
}
</style>
background-color css
<style>
a { background-color: #041127; }
a { background-color: rgb(4,17,39); }
div.DivClassName
{
background-color: #041127;
}
.BgClassName
{
background-color: #041127;
}
</style>
border-color css
<style>
span { border-color: #041127; }
span { border-color: rgb(4,17,39); }
td.TdClassName
{
border-color: #041127;
}
.TagClassName
{
border-color: #041127;
}
</style>