Shades of Black Pearl #0F2026
Tints of Black Pearl #0F2026
RGB
CMYK
RGB Variations
Color information
#0F2026 (or 0x0F2026) is known color: Black Pearl. HEX triplet: 0F, 20 and 26. RGB value is (15,32,38). Sum of RGB (Red+Green+Blue) = 15+32+38=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F2026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2026 is #F0DFD9. Grayscale: #1B1B1B. Windows color (decimal): -15785946 or 2498575. OLE color: 2498575.
HSL color Cylindrical-coordinate representation of color #0F2026: hue angle of 195.65º 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 #0F2026 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 32 | 38 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.85 |
| HSL | 195.65º | 0.43% | 0.1% | - |
| HSV(B) | 195.65º | 0.61% | 0.15% | - |
| XYZ | 1.06 | 1.27 | 2.02 | - |
| YUV | 27.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 38 | 0.61 | 0.16 | 0 | 0.85 | 195.65 | 0.43 | 0.1 |
| Hex | F | 20 | 26 | 3D | 10 | 0 | 55 | C4 | 2B | A |
| Octal | 17 | 40 | 46 | 75 | 20 | 0 | 125 | 304 | 53 | 12 |
| Binary | 1111 | 100000 | 100110 | 111101 | 10000 | 0 | 1010101 | 11000100 | 101011 | 1010 |
Color Harmonies of #0F2026
Complementary color
Monochromatic Colors of #0F2026
Black with #0F2026
Text Example
Text Example
White with #0F2026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2026; }
p { color: rgb(15,32,38); }
H1.HeaderClassName
{
color: #0F2026;
}
.AnyTagClassName
{
color: #0F2026;
}
</style>
background-color css
<style>
a { background-color: #0F2026; }
a { background-color: rgb(15,32,38); }
div.DivClassName
{
background-color: #0F2026;
}
.BgClassName
{
background-color: #0F2026;
}
</style>
border-color css
<style>
span { border-color: #0F2026; }
span { border-color: rgb(15,32,38); }
td.TdClassName
{
border-color: #0F2026;
}
.TagClassName
{
border-color: #0F2026;
}
</style>