Shades of Black Pearl #0F1A26
Tints of Black Pearl #0F1A26
RGB
CMYK
RGB Variations
Color information
#0F1A26 (or 0x0F1A26) is known color: Black Pearl. HEX triplet: 0F, 1A and 26. RGB value is (15,26,38). Sum of RGB (Red+Green+Blue) = 15+26+38=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F1A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A26 is #F0E5D9. Grayscale: #181818. Windows color (decimal): -15787482 or 2497039. OLE color: 2497039.
HSL color Cylindrical-coordinate representation of color #0F1A26: hue angle of 211.3º 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 #0F1A26 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 26 | 38 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.85 |
| HSL | 211.3º | 0.43% | 0.1% | - |
| HSV(B) | 211.3º | 0.61% | 0.15% | - |
| XYZ | 0.92 | 0.98 | 1.97 | - |
| YUV | 24.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 38 | 0.61 | 0.32 | 0 | 0.85 | 211.3 | 0.43 | 0.1 |
| Hex | F | 1A | 26 | 3D | 20 | 0 | 55 | D3 | 2B | A |
| Octal | 17 | 32 | 46 | 75 | 40 | 0 | 125 | 323 | 53 | 12 |
| Binary | 1111 | 11010 | 100110 | 111101 | 100000 | 0 | 1010101 | 11010011 | 101011 | 1010 |
Color Harmonies of #0F1A26
Complementary color
Monochromatic Colors of #0F1A26
Black with #0F1A26
Text Example
Text Example
White with #0F1A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A26; }
p { color: rgb(15,26,38); }
H1.HeaderClassName
{
color: #0F1A26;
}
.AnyTagClassName
{
color: #0F1A26;
}
</style>
background-color css
<style>
a { background-color: #0F1A26; }
a { background-color: rgb(15,26,38); }
div.DivClassName
{
background-color: #0F1A26;
}
.BgClassName
{
background-color: #0F1A26;
}
</style>
border-color css
<style>
span { border-color: #0F1A26; }
span { border-color: rgb(15,26,38); }
td.TdClassName
{
border-color: #0F1A26;
}
.TagClassName
{
border-color: #0F1A26;
}
</style>