Shades of Black Pearl #02151E
Tints of Black Pearl #02151E
RGB
CMYK
RGB Variations
Color information
#02151E (or 0x02151E) is known color: Black Pearl. HEX triplet: 02, 15 and 1E. RGB value is (2,21,30). Sum of RGB (Red+Green+Blue) = 2+21+30=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #02151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02151E is #FDEAE1. Grayscale: #101010. Windows color (decimal): -16640738 or 1971458. OLE color: 1971458.
HSL color Cylindrical-coordinate representation of color #02151E: hue angle of 199.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02151E is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 21 | 30 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.88 |
| HSL | 199.29º | 0.88% | 0.06% | - |
| HSV(B) | 199.29º | 0.93% | 0.12% | - |
| XYZ | 0.53 | 0.64 | 1.32 | - |
| YUV | 16.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 30 | 0.93 | 0.30 | 0 | 0.88 | 199.29 | 0.88 | 0.06 |
| Hex | 2 | 15 | 1E | 5D | 1E | 0 | 58 | C7 | 58 | 6 |
| Octal | 2 | 25 | 36 | 135 | 36 | 0 | 130 | 307 | 130 | 6 |
| Binary | 10 | 10101 | 11110 | 1011101 | 11110 | 0 | 1011000 | 11000111 | 1011000 | 110 |
Color Harmonies of #02151E
Complementary color
Monochromatic Colors of #02151E
Black with #02151E
Text Example
Text Example
White with #02151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02151E; }
p { color: rgb(2,21,30); }
H1.HeaderClassName
{
color: #02151E;
}
.AnyTagClassName
{
color: #02151E;
}
</style>
background-color css
<style>
a { background-color: #02151E; }
a { background-color: rgb(2,21,30); }
div.DivClassName
{
background-color: #02151E;
}
.BgClassName
{
background-color: #02151E;
}
</style>
border-color css
<style>
span { border-color: #02151E; }
span { border-color: rgb(2,21,30); }
td.TdClassName
{
border-color: #02151E;
}
.TagClassName
{
border-color: #02151E;
}
</style>