Shades of Black Pearl #02131D
Tints of Black Pearl #02131D
RGB
CMYK
RGB Variations
Color information
#02131D (or 0x02131D) is known color: Black Pearl. HEX triplet: 02, 13 and 1D. RGB value is (2,19,29). Sum of RGB (Red+Green+Blue) = 2+19+29=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #02131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02131D is #FDECE2. Grayscale: #0E0E0E. Windows color (decimal): -16641251 or 1905410. OLE color: 1905410.
HSL color Cylindrical-coordinate representation of color #02131D: hue angle of 202.22º 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 #02131D is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 19 | 29 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.89 |
| HSL | 202.22º | 0.87% | 0.06% | - |
| HSV(B) | 202.22º | 0.93% | 0.11% | - |
| XYZ | 0.48 | 0.57 | 1.25 | - |
| YUV | 15.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 29 | 0.93 | 0.34 | 0 | 0.89 | 202.22 | 0.87 | 0.06 |
| Hex | 2 | 13 | 1D | 5D | 22 | 0 | 59 | CA | 57 | 6 |
| Octal | 2 | 23 | 35 | 135 | 42 | 0 | 131 | 312 | 127 | 6 |
| Binary | 10 | 10011 | 11101 | 1011101 | 100010 | 0 | 1011001 | 11001010 | 1010111 | 110 |
Color Harmonies of #02131D
Complementary color
Monochromatic Colors of #02131D
Black with #02131D
Text Example
Text Example
White with #02131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02131D; }
p { color: rgb(2,19,29); }
H1.HeaderClassName
{
color: #02131D;
}
.AnyTagClassName
{
color: #02131D;
}
</style>
background-color css
<style>
a { background-color: #02131D; }
a { background-color: rgb(2,19,29); }
div.DivClassName
{
background-color: #02131D;
}
.BgClassName
{
background-color: #02131D;
}
</style>
border-color css
<style>
span { border-color: #02131D; }
span { border-color: rgb(2,19,29); }
td.TdClassName
{
border-color: #02131D;
}
.TagClassName
{
border-color: #02131D;
}
</style>