Shades of Black Pearl #03151D
Tints of Black Pearl #03151D
RGB
CMYK
RGB Variations
Color information
#03151D (or 0x03151D) is known color: Black Pearl. HEX triplet: 03, 15 and 1D. RGB value is (3,21,29). Sum of RGB (Red+Green+Blue) = 3+21+29=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #03151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03151D is #FCEAE2. Grayscale: #101010. Windows color (decimal): -16575203 or 1905923. OLE color: 1905923.
HSL color Cylindrical-coordinate representation of color #03151D: hue angle of 198.46º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03151D is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 21 | 29 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.89 |
| HSL | 198.46º | 0.81% | 0.06% | - |
| HSV(B) | 198.46º | 0.9% | 0.11% | - |
| XYZ | 0.53 | 0.64 | 1.26 | - |
| YUV | 16.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 29 | 0.90 | 0.28 | 0 | 0.89 | 198.46 | 0.81 | 0.06 |
| Hex | 3 | 15 | 1D | 5A | 1C | 0 | 59 | C6 | 51 | 6 |
| Octal | 3 | 25 | 35 | 132 | 34 | 0 | 131 | 306 | 121 | 6 |
| Binary | 11 | 10101 | 11101 | 1011010 | 11100 | 0 | 1011001 | 11000110 | 1010001 | 110 |
Color Harmonies of #03151D
Complementary color
Monochromatic Colors of #03151D
Black with #03151D
Text Example
Text Example
White with #03151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03151D; }
p { color: rgb(3,21,29); }
H1.HeaderClassName
{
color: #03151D;
}
.AnyTagClassName
{
color: #03151D;
}
</style>
background-color css
<style>
a { background-color: #03151D; }
a { background-color: rgb(3,21,29); }
div.DivClassName
{
background-color: #03151D;
}
.BgClassName
{
background-color: #03151D;
}
</style>
border-color css
<style>
span { border-color: #03151D; }
span { border-color: rgb(3,21,29); }
td.TdClassName
{
border-color: #03151D;
}
.TagClassName
{
border-color: #03151D;
}
</style>