Shades of Black Pearl #0F212C
Tints of Black Pearl #0F212C
RGB
CMYK
RGB Variations
Color information
#0F212C (or 0x0F212C) is known color: Black Pearl. HEX triplet: 0F, 21 and 2C. RGB value is (15,33,44). Sum of RGB (Red+Green+Blue) = 15+33+44=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F212C is #F0DED3. Grayscale: #1C1C1C. Windows color (decimal): -15785684 or 2892047. OLE color: 2892047.
HSL color Cylindrical-coordinate representation of color #0F212C: hue angle of 202.76º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F212C is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 33 | 44 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.83 |
| HSL | 202.76º | 0.49% | 0.12% | - |
| HSV(B) | 202.76º | 0.66% | 0.17% | - |
| XYZ | 1.2 | 1.37 | 2.58 | - |
| YUV | 28.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 44 | 0.66 | 0.25 | 0 | 0.83 | 202.76 | 0.49 | 0.12 |
| Hex | F | 21 | 2C | 42 | 19 | 0 | 53 | CB | 31 | C |
| Octal | 17 | 41 | 54 | 102 | 31 | 0 | 123 | 313 | 61 | 14 |
| Binary | 1111 | 100001 | 101100 | 1000010 | 11001 | 0 | 1010011 | 11001011 | 110001 | 1100 |
Color Harmonies of #0F212C
Complementary color
Monochromatic Colors of #0F212C
Black with #0F212C
Text Example
Text Example
White with #0F212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F212C; }
p { color: rgb(15,33,44); }
H1.HeaderClassName
{
color: #0F212C;
}
.AnyTagClassName
{
color: #0F212C;
}
</style>
background-color css
<style>
a { background-color: #0F212C; }
a { background-color: rgb(15,33,44); }
div.DivClassName
{
background-color: #0F212C;
}
.BgClassName
{
background-color: #0F212C;
}
</style>
border-color css
<style>
span { border-color: #0F212C; }
span { border-color: rgb(15,33,44); }
td.TdClassName
{
border-color: #0F212C;
}
.TagClassName
{
border-color: #0F212C;
}
</style>