Shades of Black Pearl #000F1F
Tints of Black Pearl #000F1F
RGB
CMYK
RGB Variations
Color information
#000F1F (or 0x000F1F) is known color: Black Pearl. HEX triplet: 00, 0F and 1F. RGB value is (0,15,31). Sum of RGB (Red+Green+Blue) = 0+15+31=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #000F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F1F is #FFF0E0. Grayscale: #0C0C0C. Windows color (decimal): -16773345 or 2035456. OLE color: 2035456.
HSL color Cylindrical-coordinate representation of color #000F1F: hue angle of 210.97º 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 #000F1F is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 15 | 31 | - |
| CMYK | 1 | 0.52 | 0 | 0.88 |
| HSL | 210.97º | 1% | 0.06% | - |
| HSV(B) | 210.97º | 1% | 0.12% | - |
| XYZ | 0.42 | 0.44 | 1.36 | - |
| YUV | 12.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 31 | 1 | 0.52 | 0 | 0.88 | 210.97 | 1 | 0.06 |
| Hex | 0 | F | 1F | 64 | 34 | 0 | 58 | D3 | 64 | 6 |
| Octal | 0 | 17 | 37 | 144 | 64 | 0 | 130 | 323 | 144 | 6 |
| Binary | 0 | 1111 | 11111 | 1100100 | 110100 | 0 | 1011000 | 11010011 | 1100100 | 110 |
Color Harmonies of #000F1F
Complementary color
Monochromatic Colors of #000F1F
Black with #000F1F
Text Example
Text Example
White with #000F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F1F; }
p { color: rgb(0,15,31); }
H1.HeaderClassName
{
color: #000F1F;
}
.AnyTagClassName
{
color: #000F1F;
}
</style>
background-color css
<style>
a { background-color: #000F1F; }
a { background-color: rgb(0,15,31); }
div.DivClassName
{
background-color: #000F1F;
}
.BgClassName
{
background-color: #000F1F;
}
</style>
border-color css
<style>
span { border-color: #000F1F; }
span { border-color: rgb(0,15,31); }
td.TdClassName
{
border-color: #000F1F;
}
.TagClassName
{
border-color: #000F1F;
}
</style>