Shades of Black Pearl #041A2B
Tints of Black Pearl #041A2B
RGB
CMYK
RGB Variations
Color information
#041A2B (or 0x041A2B) is known color: Black Pearl. HEX triplet: 04, 1A and 2B. RGB value is (4,26,43). Sum of RGB (Red+Green+Blue) = 4+26+43=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #041A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A2B is #FBE5D4. Grayscale: #151515. Windows color (decimal): -16508373 or 2824708. OLE color: 2824708.
HSL color Cylindrical-coordinate representation of color #041A2B: hue angle of 206.15º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #041A2B is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 4 | 26 | 43 | - |
CMYK | 0.91 | 0.40 | 0 | 0.83 |
HSL | 206.15º | 0.83% | 0.09% | - |
HSV(B) | 206.15º | 0.91% | 0.17% | - |
XYZ | 0.86 | 0.94 | 2.42 | - |
YUV | 21.36 | 140.21 | 115.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 26 | 43 | 0.91 | 0.40 | 0 | 0.83 | 206.15 | 0.83 | 0.09 |
Hex | 4 | 1A | 2B | 5B | 28 | 0 | 53 | CE | 53 | 9 |
Octal | 4 | 32 | 53 | 133 | 50 | 0 | 123 | 316 | 123 | 11 |
Binary | 100 | 11010 | 101011 | 1011011 | 101000 | 0 | 1010011 | 11001110 | 1010011 | 1001 |
Color Harmonies of #041A2B
Complementary color
Monochromatic Colors of #041A2B
Black with #041A2B
Text Example
Text Example
White with #041A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A2B; }
p { color: rgb(4,26,43); }
H1.HeaderClassName
{
color: #041A2B;
}
.AnyTagClassName
{
color: #041A2B;
}
</style>
background-color css
<style>
a { background-color: #041A2B; }
a { background-color: rgb(4,26,43); }
div.DivClassName
{
background-color: #041A2B;
}
.BgClassName
{
background-color: #041A2B;
}
</style>
border-color css
<style>
span { border-color: #041A2B; }
span { border-color: rgb(4,26,43); }
td.TdClassName
{
border-color: #041A2B;
}
.TagClassName
{
border-color: #041A2B;
}
</style>