Shades of Black Pearl #0F2226
Tints of Black Pearl #0F2226
RGB
CMYK
RGB Variations
Color information
#0F2226 (or 0x0F2226) is known color: Black Pearl. HEX triplet: 0F, 22 and 26. RGB value is (15,34,38). Sum of RGB (Red+Green+Blue) = 15+34+38=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F2226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2226 is #F0DDD9. Grayscale: #1C1C1C. Windows color (decimal): -15785434 or 2499087. OLE color: 2499087.
HSL color Cylindrical-coordinate representation of color #0F2226: hue angle of 190.43º 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 #0F2226 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 34 | 38 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.85 |
| HSL | 190.43º | 0.43% | 0.1% | - |
| HSV(B) | 190.43º | 0.61% | 0.15% | - |
| XYZ | 1.12 | 1.39 | 2.04 | - |
| YUV | 28.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 38 | 0.61 | 0.11 | 0 | 0.85 | 190.43 | 0.43 | 0.1 |
| Hex | F | 22 | 26 | 3D | B | 0 | 55 | BE | 2B | A |
| Octal | 17 | 42 | 46 | 75 | 13 | 0 | 125 | 276 | 53 | 12 |
| Binary | 1111 | 100010 | 100110 | 111101 | 1011 | 0 | 1010101 | 10111110 | 101011 | 1010 |
Color Harmonies of #0F2226
Complementary color
Monochromatic Colors of #0F2226
Black with #0F2226
Text Example
Text Example
White with #0F2226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2226; }
p { color: rgb(15,34,38); }
H1.HeaderClassName
{
color: #0F2226;
}
.AnyTagClassName
{
color: #0F2226;
}
</style>
background-color css
<style>
a { background-color: #0F2226; }
a { background-color: rgb(15,34,38); }
div.DivClassName
{
background-color: #0F2226;
}
.BgClassName
{
background-color: #0F2226;
}
</style>
border-color css
<style>
span { border-color: #0F2226; }
span { border-color: rgb(15,34,38); }
td.TdClassName
{
border-color: #0F2226;
}
.TagClassName
{
border-color: #0F2226;
}
</style>