Shades of Black Pearl #041C34
Tints of Black Pearl #041C34
RGB
CMYK
RGB Variations
Color information
#041C34 (or 0x041C34) is known color: Black Pearl. HEX triplet: 04, 1C and 34. RGB value is (4,28,52). Sum of RGB (Red+Green+Blue) = 4+28+52=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 52 (20.70% from 255 or 61.90% from 84); Max value from RGB is 52 - color contains mainly: blue. Hex color #041C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C34 is #FBE3CB. Grayscale: #171717. Windows color (decimal): -16507852 or 3415044. OLE color: 3415044.
HSL color Cylindrical-coordinate representation of color #041C34: hue angle of 210º 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 #041C34 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 28 | 52 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.80 |
| HSL | 210º | 0.86% | 0.11% | - |
| HSV(B) | 210º | 0.92% | 0.2% | - |
| XYZ | 1.09 | 1.1 | 3.4 | - |
| YUV | 23.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 52 | 0.92 | 0.46 | 0 | 0.80 | 210 | 0.86 | 0.11 |
| Hex | 4 | 1C | 34 | 5C | 2E | 0 | 50 | D2 | 56 | B |
| Octal | 4 | 34 | 64 | 134 | 56 | 0 | 120 | 322 | 126 | 13 |
| Binary | 100 | 11100 | 110100 | 1011100 | 101110 | 0 | 1010000 | 11010010 | 1010110 | 1011 |
Color Harmonies of #041C34
Complementary color
Monochromatic Colors of #041C34
Black with #041C34
Text Example
Text Example
White with #041C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C34; }
p { color: rgb(4,28,52); }
H1.HeaderClassName
{
color: #041C34;
}
.AnyTagClassName
{
color: #041C34;
}
</style>
background-color css
<style>
a { background-color: #041C34; }
a { background-color: rgb(4,28,52); }
div.DivClassName
{
background-color: #041C34;
}
.BgClassName
{
background-color: #041C34;
}
</style>
border-color css
<style>
span { border-color: #041C34; }
span { border-color: rgb(4,28,52); }
td.TdClassName
{
border-color: #041C34;
}
.TagClassName
{
border-color: #041C34;
}
</style>