Shades of Black Pearl #000F1C
Tints of Black Pearl #000F1C
RGB
CMYK
RGB Variations
Color information
#000F1C (or 0x000F1C) is known color: Black Pearl. HEX triplet: 00, 0F and 1C. RGB value is (0,15,28). Sum of RGB (Red+Green+Blue) = 0+15+28=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #000F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F1C is #FFF0E3. Grayscale: #0B0B0B. Windows color (decimal): -16773348 or 1838848. OLE color: 1838848.
HSL color Cylindrical-coordinate representation of color #000F1C: hue angle of 207.86º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F1C is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 15 | 28 | - |
| CMYK | 1 | 0.46 | 0 | 0.89 |
| HSL | 207.86º | 1% | 0.05% | - |
| HSV(B) | 207.86º | 1% | 0.11% | - |
| XYZ | 0.38 | 0.43 | 1.16 | - |
| YUV | 12 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 28 | 1 | 0.46 | 0 | 0.89 | 207.86 | 1 | 0.05 |
| Hex | 0 | F | 1C | 64 | 2E | 0 | 59 | D0 | 64 | 5 |
| Octal | 0 | 17 | 34 | 144 | 56 | 0 | 131 | 320 | 144 | 5 |
| Binary | 0 | 1111 | 11100 | 1100100 | 101110 | 0 | 1011001 | 11010000 | 1100100 | 101 |
Color Harmonies of #000F1C
Complementary color
Monochromatic Colors of #000F1C
Black with #000F1C
Text Example
Text Example
White with #000F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F1C; }
p { color: rgb(0,15,28); }
H1.HeaderClassName
{
color: #000F1C;
}
.AnyTagClassName
{
color: #000F1C;
}
</style>
background-color css
<style>
a { background-color: #000F1C; }
a { background-color: rgb(0,15,28); }
div.DivClassName
{
background-color: #000F1C;
}
.BgClassName
{
background-color: #000F1C;
}
</style>
border-color css
<style>
span { border-color: #000F1C; }
span { border-color: rgb(0,15,28); }
td.TdClassName
{
border-color: #000F1C;
}
.TagClassName
{
border-color: #000F1C;
}
</style>