Shades of Black Pearl #041123
Tints of Black Pearl #041123
RGB
CMYK
RGB Variations
Color information
#041123 (or 0x041123) is known color: Black Pearl. HEX triplet: 04, 11 and 23. RGB value is (4,17,35). Sum of RGB (Red+Green+Blue) = 4+17+35=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #041123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041123 is #FBEEDC. Grayscale: #0F0F0F. Windows color (decimal): -16510685 or 2298116. OLE color: 2298116.
HSL color Cylindrical-coordinate representation of color #041123: hue angle of 214.84º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #041123 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 17 | 35 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.86 |
| HSL | 214.84º | 0.79% | 0.08% | - |
| HSV(B) | 214.84º | 0.89% | 0.14% | - |
| XYZ | 0.55 | 0.55 | 1.67 | - |
| YUV | 15.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 35 | 0.89 | 0.51 | 0 | 0.86 | 214.84 | 0.79 | 0.08 |
| Hex | 4 | 11 | 23 | 59 | 33 | 0 | 56 | D7 | 4F | 8 |
| Octal | 4 | 21 | 43 | 131 | 63 | 0 | 126 | 327 | 117 | 10 |
| Binary | 100 | 10001 | 100011 | 1011001 | 110011 | 0 | 1010110 | 11010111 | 1001111 | 1000 |
Color Harmonies of #041123
Complementary color
Monochromatic Colors of #041123
Black with #041123
Text Example
Text Example
White with #041123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041123; }
p { color: rgb(4,17,35); }
H1.HeaderClassName
{
color: #041123;
}
.AnyTagClassName
{
color: #041123;
}
</style>
background-color css
<style>
a { background-color: #041123; }
a { background-color: rgb(4,17,35); }
div.DivClassName
{
background-color: #041123;
}
.BgClassName
{
background-color: #041123;
}
</style>
border-color css
<style>
span { border-color: #041123; }
span { border-color: rgb(4,17,35); }
td.TdClassName
{
border-color: #041123;
}
.TagClassName
{
border-color: #041123;
}
</style>