Shades of Black Pearl #031015
Tints of Black Pearl #031015
RGB
CMYK
RGB Variations
Color information
#031015 (or 0x031015) is known color: Black Pearl. HEX triplet: 03, 10 and 15. RGB value is (3,16,21). Sum of RGB (Red+Green+Blue) = 3+16+21=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #031015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031015 is #FCEFEA. Grayscale: #0C0C0C. Windows color (decimal): -16576491 or 1380355. OLE color: 1380355.
HSL color Cylindrical-coordinate representation of color #031015: hue angle of 196.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031015 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 16 | 21 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.92 |
| HSL | 196.67º | 0.75% | 0.05% | - |
| HSV(B) | 196.67º | 0.86% | 0.08% | - |
| XYZ | 0.36 | 0.44 | 0.78 | - |
| YUV | 12.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 21 | 0.86 | 0.24 | 0 | 0.92 | 196.67 | 0.75 | 0.05 |
| Hex | 3 | 10 | 15 | 56 | 18 | 0 | 5C | C5 | 4B | 5 |
| Octal | 3 | 20 | 25 | 126 | 30 | 0 | 134 | 305 | 113 | 5 |
| Binary | 11 | 10000 | 10101 | 1010110 | 11000 | 0 | 1011100 | 11000101 | 1001011 | 101 |
Color Harmonies of #031015
Complementary color
Monochromatic Colors of #031015
Black with #031015
Text Example
Text Example
White with #031015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031015; }
p { color: rgb(3,16,21); }
H1.HeaderClassName
{
color: #031015;
}
.AnyTagClassName
{
color: #031015;
}
</style>
background-color css
<style>
a { background-color: #031015; }
a { background-color: rgb(3,16,21); }
div.DivClassName
{
background-color: #031015;
}
.BgClassName
{
background-color: #031015;
}
</style>
border-color css
<style>
span { border-color: #031015; }
span { border-color: rgb(3,16,21); }
td.TdClassName
{
border-color: #031015;
}
.TagClassName
{
border-color: #031015;
}
</style>