Shades of Black Pearl #041A30
Tints of Black Pearl #041A30
RGB
CMYK
RGB Variations
Color information
#041A30 (or 0x041A30) is known color: Black Pearl. HEX triplet: 04, 1A and 30. RGB value is (4,26,48). Sum of RGB (Red+Green+Blue) = 4+26+48=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #041A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A30 is #FBE5CF. Grayscale: #151515. Windows color (decimal): -16508368 or 3152388. OLE color: 3152388.
HSL color Cylindrical-coordinate representation of color #041A30: hue angle of 210º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041A30 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 26 | 48 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.81 |
| HSL | 210º | 0.85% | 0.1% | - |
| HSV(B) | 210º | 0.92% | 0.19% | - |
| XYZ | 0.95 | 0.98 | 2.93 | - |
| YUV | 21.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 48 | 0.92 | 0.46 | 0 | 0.81 | 210 | 0.85 | 0.1 |
| Hex | 4 | 1A | 30 | 5C | 2E | 0 | 51 | D2 | 55 | A |
| Octal | 4 | 32 | 60 | 134 | 56 | 0 | 121 | 322 | 125 | 12 |
| Binary | 100 | 11010 | 110000 | 1011100 | 101110 | 0 | 1010001 | 11010010 | 1010101 | 1010 |
Color Harmonies of #041A30
Complementary color
Monochromatic Colors of #041A30
Black with #041A30
Text Example
Text Example
White with #041A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A30; }
p { color: rgb(4,26,48); }
H1.HeaderClassName
{
color: #041A30;
}
.AnyTagClassName
{
color: #041A30;
}
</style>
background-color css
<style>
a { background-color: #041A30; }
a { background-color: rgb(4,26,48); }
div.DivClassName
{
background-color: #041A30;
}
.BgClassName
{
background-color: #041A30;
}
</style>
border-color css
<style>
span { border-color: #041A30; }
span { border-color: rgb(4,26,48); }
td.TdClassName
{
border-color: #041A30;
}
.TagClassName
{
border-color: #041A30;
}
</style>