Shades of Black Pearl #000F26
Tints of Black Pearl #000F26
RGB
CMYK
RGB Variations
Color information
#000F26 (or 0x000F26) is known color: Black Pearl. HEX triplet: 00, 0F and 26. RGB value is (0,15,38). Sum of RGB (Red+Green+Blue) = 0+15+38=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 38 (15.23% from 255 or 71.70% from 53); Max value from RGB is 38 - color contains mainly: blue. Hex color #000F26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F26 is #FFF0D9. Grayscale: #0D0D0D. Windows color (decimal): -16773338 or 2494208. OLE color: 2494208.
HSL color Cylindrical-coordinate representation of color #000F26: hue angle of 216.32º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F26 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 15 | 38 | - |
| CMYK | 1 | 0.61 | 0 | 0.85 |
| HSL | 216.32º | 1% | 0.07% | - |
| HSV(B) | 216.32º | 1% | 0.15% | - |
| XYZ | 0.52 | 0.48 | 1.9 | - |
| YUV | 13.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 38 | 1 | 0.61 | 0 | 0.85 | 216.32 | 1 | 0.07 |
| Hex | 0 | F | 26 | 64 | 3D | 0 | 55 | D8 | 64 | 7 |
| Octal | 0 | 17 | 46 | 144 | 75 | 0 | 125 | 330 | 144 | 7 |
| Binary | 0 | 1111 | 100110 | 1100100 | 111101 | 0 | 1010101 | 11011000 | 1100100 | 111 |
Color Harmonies of #000F26
Complementary color
Monochromatic Colors of #000F26
Black with #000F26
Text Example
Text Example
White with #000F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F26; }
p { color: rgb(0,15,38); }
H1.HeaderClassName
{
color: #000F26;
}
.AnyTagClassName
{
color: #000F26;
}
</style>
background-color css
<style>
a { background-color: #000F26; }
a { background-color: rgb(0,15,38); }
div.DivClassName
{
background-color: #000F26;
}
.BgClassName
{
background-color: #000F26;
}
</style>
border-color css
<style>
span { border-color: #000F26; }
span { border-color: rgb(0,15,38); }
td.TdClassName
{
border-color: #000F26;
}
.TagClassName
{
border-color: #000F26;
}
</style>