Shades of Black Pearl #0F2128
Tints of Black Pearl #0F2128
RGB
CMYK
RGB Variations
Color information
#0F2128 (or 0x0F2128) is known color: Black Pearl. HEX triplet: 0F, 21 and 28. RGB value is (15,33,40). Sum of RGB (Red+Green+Blue) = 15+33+40=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F2128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2128 is #F0DED7. Grayscale: #1C1C1C. Windows color (decimal): -15785688 or 2629903. OLE color: 2629903.
HSL color Cylindrical-coordinate representation of color #0F2128: hue angle of 196.8º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F2128 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 33 | 40 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.84 |
| HSL | 196.8º | 0.45% | 0.11% | - |
| HSV(B) | 196.8º | 0.63% | 0.16% | - |
| XYZ | 1.12 | 1.34 | 2.21 | - |
| YUV | 28.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 40 | 0.62 | 0.17 | 0 | 0.84 | 196.8 | 0.45 | 0.11 |
| Hex | F | 21 | 28 | 3E | 11 | 0 | 54 | C5 | 2D | B |
| Octal | 17 | 41 | 50 | 76 | 21 | 0 | 124 | 305 | 55 | 13 |
| Binary | 1111 | 100001 | 101000 | 111110 | 10001 | 0 | 1010100 | 11000101 | 101101 | 1011 |
Color Harmonies of #0F2128
Complementary color
Monochromatic Colors of #0F2128
Black with #0F2128
Text Example
Text Example
White with #0F2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2128; }
p { color: rgb(15,33,40); }
H1.HeaderClassName
{
color: #0F2128;
}
.AnyTagClassName
{
color: #0F2128;
}
</style>
background-color css
<style>
a { background-color: #0F2128; }
a { background-color: rgb(15,33,40); }
div.DivClassName
{
background-color: #0F2128;
}
.BgClassName
{
background-color: #0F2128;
}
</style>
border-color css
<style>
span { border-color: #0F2128; }
span { border-color: rgb(15,33,40); }
td.TdClassName
{
border-color: #0F2128;
}
.TagClassName
{
border-color: #0F2128;
}
</style>