Shades of Black Pearl #02131C
Tints of Black Pearl #02131C
RGB
CMYK
RGB Variations
Color information
#02131C (or 0x02131C) is known color: Black Pearl. HEX triplet: 02, 13 and 1C. RGB value is (2,19,28). Sum of RGB (Red+Green+Blue) = 2+19+28=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #02131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02131C is #FDECE3. Grayscale: #0E0E0E. Windows color (decimal): -16641252 or 1839874. OLE color: 1839874.
HSL color Cylindrical-coordinate representation of color #02131C: hue angle of 200.77º 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 #02131C is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 19 | 28 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.89 |
| HSL | 200.77º | 0.87% | 0.06% | - |
| HSV(B) | 200.77º | 0.93% | 0.11% | - |
| XYZ | 0.47 | 0.56 | 1.18 | - |
| YUV | 14.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 28 | 0.93 | 0.32 | 0 | 0.89 | 200.77 | 0.87 | 0.06 |
| Hex | 2 | 13 | 1C | 5D | 20 | 0 | 59 | C9 | 57 | 6 |
| Octal | 2 | 23 | 34 | 135 | 40 | 0 | 131 | 311 | 127 | 6 |
| Binary | 10 | 10011 | 11100 | 1011101 | 100000 | 0 | 1011001 | 11001001 | 1010111 | 110 |
Color Harmonies of #02131C
Complementary color
Monochromatic Colors of #02131C
Black with #02131C
Text Example
Text Example
White with #02131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02131C; }
p { color: rgb(2,19,28); }
H1.HeaderClassName
{
color: #02131C;
}
.AnyTagClassName
{
color: #02131C;
}
</style>
background-color css
<style>
a { background-color: #02131C; }
a { background-color: rgb(2,19,28); }
div.DivClassName
{
background-color: #02131C;
}
.BgClassName
{
background-color: #02131C;
}
</style>
border-color css
<style>
span { border-color: #02131C; }
span { border-color: rgb(2,19,28); }
td.TdClassName
{
border-color: #02131C;
}
.TagClassName
{
border-color: #02131C;
}
</style>