Shades of Black Pearl #041A33
Tints of Black Pearl #041A33
RGB
CMYK
RGB Variations
Color information
#041A33 (or 0x041A33) is known color: Black Pearl. HEX triplet: 04, 1A and 33. RGB value is (4,26,51). Sum of RGB (Red+Green+Blue) = 4+26+51=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 51 (20.31% from 255 or 62.96% from 81); Max value from RGB is 51 - color contains mainly: blue. Hex color #041A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A33 is #FBE5CC. Grayscale: #161616. Windows color (decimal): -16508365 or 3348996. OLE color: 3348996.
HSL color Cylindrical-coordinate representation of color #041A33: hue angle of 211.91º 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 #041A33 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 4 | 26 | 51 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.8 |
| HSL | 211.91º | 0.85% | 0.11% | - |
| HSV(B) | 211.91º | 0.92% | 0.2% | - |
| XYZ | 1.02 | 1 | 3.27 | - |
| YUV | 22.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 51 | 0.92 | 0.49 | 0 | 0.8 | 211.91 | 0.85 | 0.11 |
| Hex | 4 | 1A | 33 | 5C | 31 | 0 | 50 | D4 | 55 | B |
| Octal | 4 | 32 | 63 | 134 | 61 | 0 | 120 | 324 | 125 | 13 |
| Binary | 100 | 11010 | 110011 | 1011100 | 110001 | 0 | 1010000 | 11010100 | 1010101 | 1011 |
Color Harmonies of #041A33
Complementary color
Monochromatic Colors of #041A33
Black with #041A33
Text Example
Text Example
White with #041A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A33; }
p { color: rgb(4,26,51); }
H1.HeaderClassName
{
color: #041A33;
}
.AnyTagClassName
{
color: #041A33;
}
</style>
background-color css
<style>
a { background-color: #041A33; }
a { background-color: rgb(4,26,51); }
div.DivClassName
{
background-color: #041A33;
}
.BgClassName
{
background-color: #041A33;
}
</style>
border-color css
<style>
span { border-color: #041A33; }
span { border-color: rgb(4,26,51); }
td.TdClassName
{
border-color: #041A33;
}
.TagClassName
{
border-color: #041A33;
}
</style>