Shades of Black Pearl #0F161E
Tints of Black Pearl #0F161E
RGB
CMYK
RGB Variations
Color information
#0F161E (or 0x0F161E) is known color: Black Pearl. HEX triplet: 0F, 16 and 1E. RGB value is (15,22,30). Sum of RGB (Red+Green+Blue) = 15+22+30=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F161E is #F0E9E1. Grayscale: #141414. Windows color (decimal): -15788514 or 1971727. OLE color: 1971727.
HSL color Cylindrical-coordinate representation of color #0F161E: hue angle of 212º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F161E is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 22 | 30 | - |
| CMYK | 0.5 | 0.27 | 0 | 0.88 |
| HSL | 212º | 0.33% | 0.09% | - |
| HSV(B) | 212º | 0.5% | 0.12% | - |
| XYZ | 0.72 | 0.77 | 1.34 | - |
| YUV | 20.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 30 | 0.5 | 0.27 | 0 | 0.88 | 212 | 0.33 | 0.09 |
| Hex | F | 16 | 1E | 32 | 1B | 0 | 58 | D4 | 21 | 9 |
| Octal | 17 | 26 | 36 | 62 | 33 | 0 | 130 | 324 | 41 | 11 |
| Binary | 1111 | 10110 | 11110 | 110010 | 11011 | 0 | 1011000 | 11010100 | 100001 | 1001 |
Color Harmonies of #0F161E
Complementary color
Monochromatic Colors of #0F161E
Black with #0F161E
Text Example
Text Example
White with #0F161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F161E; }
p { color: rgb(15,22,30); }
H1.HeaderClassName
{
color: #0F161E;
}
.AnyTagClassName
{
color: #0F161E;
}
</style>
background-color css
<style>
a { background-color: #0F161E; }
a { background-color: rgb(15,22,30); }
div.DivClassName
{
background-color: #0F161E;
}
.BgClassName
{
background-color: #0F161E;
}
</style>
border-color css
<style>
span { border-color: #0F161E; }
span { border-color: rgb(15,22,30); }
td.TdClassName
{
border-color: #0F161E;
}
.TagClassName
{
border-color: #0F161E;
}
</style>