Shades of Black Pearl #00151F
Tints of Black Pearl #00151F
RGB
CMYK
RGB Variations
Color information
#00151F (or 0x00151F) is known color: Black Pearl. HEX triplet: 00, 15 and 1F. RGB value is (0,21,31). Sum of RGB (Red+Green+Blue) = 0+21+31=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #00151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00151F is #FFEAE0. Grayscale: #0F0F0F. Windows color (decimal): -16771809 or 2036992. OLE color: 2036992.
HSL color Cylindrical-coordinate representation of color #00151F: hue angle of 199.35º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00151F is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 21 | 31 | - |
| CMYK | 1 | 0.32 | 0 | 0.88 |
| HSL | 199.35º | 1% | 0.06% | - |
| HSV(B) | 199.35º | 1% | 0.12% | - |
| XYZ | 0.52 | 0.64 | 1.39 | - |
| YUV | 15.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 31 | 1 | 0.32 | 0 | 0.88 | 199.35 | 1 | 0.06 |
| Hex | 0 | 15 | 1F | 64 | 20 | 0 | 58 | C7 | 64 | 6 |
| Octal | 0 | 25 | 37 | 144 | 40 | 0 | 130 | 307 | 144 | 6 |
| Binary | 0 | 10101 | 11111 | 1100100 | 100000 | 0 | 1011000 | 11000111 | 1100100 | 110 |
Color Harmonies of #00151F
Complementary color
Monochromatic Colors of #00151F
Black with #00151F
Text Example
Text Example
White with #00151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00151F; }
p { color: rgb(0,21,31); }
H1.HeaderClassName
{
color: #00151F;
}
.AnyTagClassName
{
color: #00151F;
}
</style>
background-color css
<style>
a { background-color: #00151F; }
a { background-color: rgb(0,21,31); }
div.DivClassName
{
background-color: #00151F;
}
.BgClassName
{
background-color: #00151F;
}
</style>
border-color css
<style>
span { border-color: #00151F; }
span { border-color: rgb(0,21,31); }
td.TdClassName
{
border-color: #00151F;
}
.TagClassName
{
border-color: #00151F;
}
</style>