Shades of Black Pearl #02282E
Tints of Black Pearl #02282E
RGB
CMYK
RGB Variations
Color information
#02282E (or 0x02282E) is known color: Black Pearl. HEX triplet: 02, 28 and 2E. RGB value is (2,40,46). Sum of RGB (Red+Green+Blue) = 2+40+46=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 46 (18.36% from 255 or 52.27% from 88); Max value from RGB is 46 - color contains mainly: blue. Hex color #02282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02282E is #FDD7D1. Grayscale: #1D1D1D. Windows color (decimal): -16635858 or 3024898. OLE color: 3024898.
HSL color Cylindrical-coordinate representation of color #02282E: hue angle of 188.18º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02282E is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 40 | 46 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.82 |
| HSL | 188.18º | 0.92% | 0.09% | - |
| HSV(B) | 188.18º | 0.96% | 0.18% | - |
| XYZ | 1.28 | 1.73 | 2.85 | - |
| YUV | 29.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 46 | 0.96 | 0.13 | 0 | 0.82 | 188.18 | 0.92 | 0.09 |
| Hex | 2 | 28 | 2E | 60 | D | 0 | 52 | BC | 5C | 9 |
| Octal | 2 | 50 | 56 | 140 | 15 | 0 | 122 | 274 | 134 | 11 |
| Binary | 10 | 101000 | 101110 | 1100000 | 1101 | 0 | 1010010 | 10111100 | 1011100 | 1001 |
Color Harmonies of #02282E
Complementary color
Monochromatic Colors of #02282E
Black with #02282E
Text Example
Text Example
White with #02282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02282E; }
p { color: rgb(2,40,46); }
H1.HeaderClassName
{
color: #02282E;
}
.AnyTagClassName
{
color: #02282E;
}
</style>
background-color css
<style>
a { background-color: #02282E; }
a { background-color: rgb(2,40,46); }
div.DivClassName
{
background-color: #02282E;
}
.BgClassName
{
background-color: #02282E;
}
</style>
border-color css
<style>
span { border-color: #02282E; }
span { border-color: rgb(2,40,46); }
td.TdClassName
{
border-color: #02282E;
}
.TagClassName
{
border-color: #02282E;
}
</style>