Shades of Black Pearl #0F282E
Tints of Black Pearl #0F282E
RGB
CMYK
RGB Variations
Color information
#0F282E (or 0x0F282E) is known color: Black Pearl. HEX triplet: 0F, 28 and 2E. RGB value is (15,40,46). Sum of RGB (Red+Green+Blue) = 15+40+46=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #0F282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F282E is #F0D7D1. Grayscale: #212121. Windows color (decimal): -15783890 or 3024911. OLE color: 3024911.
HSL color Cylindrical-coordinate representation of color #0F282E: hue angle of 191.61º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F282E is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 40 | 46 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.82 |
| HSL | 191.61º | 0.51% | 0.12% | - |
| HSV(B) | 191.61º | 0.67% | 0.18% | - |
| XYZ | 1.45 | 1.82 | 2.86 | - |
| YUV | 33.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 46 | 0.67 | 0.13 | 0 | 0.82 | 191.61 | 0.51 | 0.12 |
| Hex | F | 28 | 2E | 43 | D | 0 | 52 | C0 | 33 | C |
| Octal | 17 | 50 | 56 | 103 | 15 | 0 | 122 | 300 | 63 | 14 |
| Binary | 1111 | 101000 | 101110 | 1000011 | 1101 | 0 | 1010010 | 11000000 | 110011 | 1100 |
Color Harmonies of #0F282E
Complementary color
Monochromatic Colors of #0F282E
Black with #0F282E
Text Example
Text Example
White with #0F282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F282E; }
p { color: rgb(15,40,46); }
H1.HeaderClassName
{
color: #0F282E;
}
.AnyTagClassName
{
color: #0F282E;
}
</style>
background-color css
<style>
a { background-color: #0F282E; }
a { background-color: rgb(15,40,46); }
div.DivClassName
{
background-color: #0F282E;
}
.BgClassName
{
background-color: #0F282E;
}
</style>
border-color css
<style>
span { border-color: #0F282E; }
span { border-color: rgb(15,40,46); }
td.TdClassName
{
border-color: #0F282E;
}
.TagClassName
{
border-color: #0F282E;
}
</style>