Shades of Black Pearl #041834
Tints of Black Pearl #041834
RGB
CMYK
RGB Variations
Color information
#041834 (or 0x041834) is known color: Black Pearl. HEX triplet: 04, 18 and 34. RGB value is (4,24,52). Sum of RGB (Red+Green+Blue) = 4+24+52=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #041834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041834 is #FBE7CB. Grayscale: #151515. Windows color (decimal): -16508876 or 3414020. OLE color: 3414020.
HSL color Cylindrical-coordinate representation of color #041834: hue angle of 215º degrees, saturation: 0.86, 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 #041834 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 24 | 52 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.80 |
| HSL | 215º | 0.86% | 0.11% | - |
| HSV(B) | 215º | 0.92% | 0.2% | - |
| XYZ | 1 | 0.93 | 3.38 | - |
| YUV | 21.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 24 | 52 | 0.92 | 0.54 | 0 | 0.80 | 215 | 0.86 | 0.11 |
| Hex | 4 | 18 | 34 | 5C | 36 | 0 | 50 | D7 | 56 | B |
| Octal | 4 | 30 | 64 | 134 | 66 | 0 | 120 | 327 | 126 | 13 |
| Binary | 100 | 11000 | 110100 | 1011100 | 110110 | 0 | 1010000 | 11010111 | 1010110 | 1011 |
Color Harmonies of #041834
Complementary color
Monochromatic Colors of #041834
Black with #041834
Text Example
Text Example
White with #041834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041834; }
p { color: rgb(4,24,52); }
H1.HeaderClassName
{
color: #041834;
}
.AnyTagClassName
{
color: #041834;
}
</style>
background-color css
<style>
a { background-color: #041834; }
a { background-color: rgb(4,24,52); }
div.DivClassName
{
background-color: #041834;
}
.BgClassName
{
background-color: #041834;
}
</style>
border-color css
<style>
span { border-color: #041834; }
span { border-color: rgb(4,24,52); }
td.TdClassName
{
border-color: #041834;
}
.TagClassName
{
border-color: #041834;
}
</style>