Shades of Black Pearl #0F2126
Tints of Black Pearl #0F2126
RGB
CMYK
RGB Variations
Color information
#0F2126 (or 0x0F2126) is known color: Black Pearl. HEX triplet: 0F, 21 and 26. RGB value is (15,33,38). Sum of RGB (Red+Green+Blue) = 15+33+38=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F2126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2126 is #F0DED9. Grayscale: #1C1C1C. Windows color (decimal): -15785690 or 2498831. OLE color: 2498831.
HSL color Cylindrical-coordinate representation of color #0F2126: hue angle of 193.04º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F2126 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 33 | 38 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.85 |
| HSL | 193.04º | 0.43% | 0.1% | - |
| HSV(B) | 193.04º | 0.61% | 0.15% | - |
| XYZ | 1.09 | 1.33 | 2.03 | - |
| YUV | 28.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 38 | 0.61 | 0.13 | 0 | 0.85 | 193.04 | 0.43 | 0.1 |
| Hex | F | 21 | 26 | 3D | D | 0 | 55 | C1 | 2B | A |
| Octal | 17 | 41 | 46 | 75 | 15 | 0 | 125 | 301 | 53 | 12 |
| Binary | 1111 | 100001 | 100110 | 111101 | 1101 | 0 | 1010101 | 11000001 | 101011 | 1010 |
Color Harmonies of #0F2126
Complementary color
Monochromatic Colors of #0F2126
Black with #0F2126
Text Example
Text Example
White with #0F2126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2126; }
p { color: rgb(15,33,38); }
H1.HeaderClassName
{
color: #0F2126;
}
.AnyTagClassName
{
color: #0F2126;
}
</style>
background-color css
<style>
a { background-color: #0F2126; }
a { background-color: rgb(15,33,38); }
div.DivClassName
{
background-color: #0F2126;
}
.BgClassName
{
background-color: #0F2126;
}
</style>
border-color css
<style>
span { border-color: #0F2126; }
span { border-color: rgb(15,33,38); }
td.TdClassName
{
border-color: #0F2126;
}
.TagClassName
{
border-color: #0F2126;
}
</style>