Shades of Black Pearl #041B2D
Tints of Black Pearl #041B2D
RGB
CMYK
RGB Variations
Color information
#041B2D (or 0x041B2D) is known color: Black Pearl. HEX triplet: 04, 1B and 2D. RGB value is (4,27,45). Sum of RGB (Red+Green+Blue) = 4+27+45=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #041B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B2D is #FBE4D2. Grayscale: #161616. Windows color (decimal): -16508115 or 2956036. OLE color: 2956036.
HSL color Cylindrical-coordinate representation of color #041B2D: hue angle of 206.34º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #041B2D is Cyan = 0.91, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 4 | 27 | 45 | - |
CMYK | 0.91 | 0.4 | 0 | 0.82 |
HSL | 206.34º | 0.84% | 0.1% | - |
HSV(B) | 206.34º | 0.91% | 0.18% | - |
XYZ | 0.92 | 1 | 2.63 | - |
YUV | 22.18 | 140.88 | 115.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 27 | 45 | 0.91 | 0.4 | 0 | 0.82 | 206.34 | 0.84 | 0.1 |
Hex | 4 | 1B | 2D | 5B | 28 | 0 | 52 | CE | 54 | A |
Octal | 4 | 33 | 55 | 133 | 50 | 0 | 122 | 316 | 124 | 12 |
Binary | 100 | 11011 | 101101 | 1011011 | 101000 | 0 | 1010010 | 11001110 | 1010100 | 1010 |
Color Harmonies of #041B2D
Complementary color
Monochromatic Colors of #041B2D
Black with #041B2D
Text Example
Text Example
White with #041B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041B2D; }
p { color: rgb(4,27,45); }
H1.HeaderClassName
{
color: #041B2D;
}
.AnyTagClassName
{
color: #041B2D;
}
</style>
background-color css
<style>
a { background-color: #041B2D; }
a { background-color: rgb(4,27,45); }
div.DivClassName
{
background-color: #041B2D;
}
.BgClassName
{
background-color: #041B2D;
}
</style>
border-color css
<style>
span { border-color: #041B2D; }
span { border-color: rgb(4,27,45); }
td.TdClassName
{
border-color: #041B2D;
}
.TagClassName
{
border-color: #041B2D;
}
</style>