Shades of Black Pearl #04282E
Tints of Black Pearl #04282E
RGB
CMYK
RGB Variations
Color information
#04282E (or 0x04282E) is known color: Black Pearl. HEX triplet: 04, 28 and 2E. RGB value is (4,40,46). Sum of RGB (Red+Green+Blue) = 4+40+46=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #04282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04282E is #FBD7D1. Grayscale: #1D1D1D. Windows color (decimal): -16504786 or 3024900. OLE color: 3024900.
HSL color Cylindrical-coordinate representation of color #04282E: hue angle of 188.57º 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 #04282E is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 40 | 46 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.82 |
| HSL | 188.57º | 0.84% | 0.1% | - |
| HSV(B) | 188.57º | 0.91% | 0.18% | - |
| XYZ | 1.3 | 1.74 | 2.85 | - |
| YUV | 29.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 46 | 0.91 | 0.13 | 0 | 0.82 | 188.57 | 0.84 | 0.1 |
| Hex | 4 | 28 | 2E | 5B | D | 0 | 52 | BD | 54 | A |
| Octal | 4 | 50 | 56 | 133 | 15 | 0 | 122 | 275 | 124 | 12 |
| Binary | 100 | 101000 | 101110 | 1011011 | 1101 | 0 | 1010010 | 10111101 | 1010100 | 1010 |
Color Harmonies of #04282E
Complementary color
Monochromatic Colors of #04282E
Black with #04282E
Text Example
Text Example
White with #04282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04282E; }
p { color: rgb(4,40,46); }
H1.HeaderClassName
{
color: #04282E;
}
.AnyTagClassName
{
color: #04282E;
}
</style>
background-color css
<style>
a { background-color: #04282E; }
a { background-color: rgb(4,40,46); }
div.DivClassName
{
background-color: #04282E;
}
.BgClassName
{
background-color: #04282E;
}
</style>
border-color css
<style>
span { border-color: #04282E; }
span { border-color: rgb(4,40,46); }
td.TdClassName
{
border-color: #04282E;
}
.TagClassName
{
border-color: #04282E;
}
</style>