Shades of Black Pearl #000F27
Tints of Black Pearl #000F27
RGB
CMYK
RGB Variations
Color information
#000F27 (or 0x000F27) is known color: Black Pearl. HEX triplet: 00, 0F and 27. RGB value is (0,15,39). Sum of RGB (Red+Green+Blue) = 0+15+39=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 39 (15.62% from 255 or 72.22% from 54); Max value from RGB is 39 - color contains mainly: blue. Hex color #000F27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F27 is #FFF0D8. Grayscale: #0D0D0D. Windows color (decimal): -16773337 or 2559744. OLE color: 2559744.
HSL color Cylindrical-coordinate representation of color #000F27: hue angle of 216.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F27 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 15 | 39 | - |
| CMYK | 1 | 0.62 | 0 | 0.85 |
| HSL | 216.92º | 1% | 0.08% | - |
| HSV(B) | 216.92º | 1% | 0.15% | - |
| XYZ | 0.54 | 0.49 | 1.99 | - |
| YUV | 13.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 39 | 1 | 0.62 | 0 | 0.85 | 216.92 | 1 | 0.08 |
| Hex | 0 | F | 27 | 64 | 3E | 0 | 55 | D9 | 64 | 8 |
| Octal | 0 | 17 | 47 | 144 | 76 | 0 | 125 | 331 | 144 | 10 |
| Binary | 0 | 1111 | 100111 | 1100100 | 111110 | 0 | 1010101 | 11011001 | 1100100 | 1000 |
Color Harmonies of #000F27
Complementary color
Monochromatic Colors of #000F27
Black with #000F27
Text Example
Text Example
White with #000F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F27; }
p { color: rgb(0,15,39); }
H1.HeaderClassName
{
color: #000F27;
}
.AnyTagClassName
{
color: #000F27;
}
</style>
background-color css
<style>
a { background-color: #000F27; }
a { background-color: rgb(0,15,39); }
div.DivClassName
{
background-color: #000F27;
}
.BgClassName
{
background-color: #000F27;
}
</style>
border-color css
<style>
span { border-color: #000F27; }
span { border-color: rgb(0,15,39); }
td.TdClassName
{
border-color: #000F27;
}
.TagClassName
{
border-color: #000F27;
}
</style>