Shades of Black Pearl #02151D
Tints of Black Pearl #02151D
RGB
CMYK
RGB Variations
Color information
#02151D (or 0x02151D) is known color: Black Pearl. HEX triplet: 02, 15 and 1D. RGB value is (2,21,29). Sum of RGB (Red+Green+Blue) = 2+21+29=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #02151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02151D is #FDEAE2. Grayscale: #101010. Windows color (decimal): -16640739 or 1905922. OLE color: 1905922.
HSL color Cylindrical-coordinate representation of color #02151D: hue angle of 197.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02151D is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 21 | 29 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.89 |
| HSL | 197.78º | 0.87% | 0.06% | - |
| HSV(B) | 197.78º | 0.93% | 0.11% | - |
| XYZ | 0.51 | 0.64 | 1.26 | - |
| YUV | 16.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 29 | 0.93 | 0.28 | 0 | 0.89 | 197.78 | 0.87 | 0.06 |
| Hex | 2 | 15 | 1D | 5D | 1C | 0 | 59 | C6 | 57 | 6 |
| Octal | 2 | 25 | 35 | 135 | 34 | 0 | 131 | 306 | 127 | 6 |
| Binary | 10 | 10101 | 11101 | 1011101 | 11100 | 0 | 1011001 | 11000110 | 1010111 | 110 |
Color Harmonies of #02151D
Complementary color
Monochromatic Colors of #02151D
Black with #02151D
Text Example
Text Example
White with #02151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02151D; }
p { color: rgb(2,21,29); }
H1.HeaderClassName
{
color: #02151D;
}
.AnyTagClassName
{
color: #02151D;
}
</style>
background-color css
<style>
a { background-color: #02151D; }
a { background-color: rgb(2,21,29); }
div.DivClassName
{
background-color: #02151D;
}
.BgClassName
{
background-color: #02151D;
}
</style>
border-color css
<style>
span { border-color: #02151D; }
span { border-color: rgb(2,21,29); }
td.TdClassName
{
border-color: #02151D;
}
.TagClassName
{
border-color: #02151D;
}
</style>