Shades of Black Pearl #0F222C
Tints of Black Pearl #0F222C
RGB
CMYK
RGB Variations
Color information
#0F222C (or 0x0F222C) is known color: Black Pearl. HEX triplet: 0F, 22 and 2C. RGB value is (15,34,44). Sum of RGB (Red+Green+Blue) = 15+34+44=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F222C is #F0DDD3. Grayscale: #1D1D1D. Windows color (decimal): -15785428 or 2892303. OLE color: 2892303.
HSL color Cylindrical-coordinate representation of color #0F222C: hue angle of 200.69º 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 #0F222C is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 34 | 44 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.83 |
| HSL | 200.69º | 0.49% | 0.12% | - |
| HSV(B) | 200.69º | 0.66% | 0.17% | - |
| XYZ | 1.22 | 1.43 | 2.59 | - |
| YUV | 29.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 44 | 0.66 | 0.23 | 0 | 0.83 | 200.69 | 0.49 | 0.12 |
| Hex | F | 22 | 2C | 42 | 17 | 0 | 53 | C9 | 31 | C |
| Octal | 17 | 42 | 54 | 102 | 27 | 0 | 123 | 311 | 61 | 14 |
| Binary | 1111 | 100010 | 101100 | 1000010 | 10111 | 0 | 1010011 | 11001001 | 110001 | 1100 |
Color Harmonies of #0F222C
Complementary color
Monochromatic Colors of #0F222C
Black with #0F222C
Text Example
Text Example
White with #0F222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F222C; }
p { color: rgb(15,34,44); }
H1.HeaderClassName
{
color: #0F222C;
}
.AnyTagClassName
{
color: #0F222C;
}
</style>
background-color css
<style>
a { background-color: #0F222C; }
a { background-color: rgb(15,34,44); }
div.DivClassName
{
background-color: #0F222C;
}
.BgClassName
{
background-color: #0F222C;
}
</style>
border-color css
<style>
span { border-color: #0F222C; }
span { border-color: rgb(15,34,44); }
td.TdClassName
{
border-color: #0F222C;
}
.TagClassName
{
border-color: #0F222C;
}
</style>