Shades of Black Pearl #010F26
Tints of Black Pearl #010F26
RGB
CMYK
RGB Variations
Color information
#010F26 (or 0x010F26) is known color: Black Pearl. HEX triplet: 01, 0F and 26. RGB value is (1,15,38). Sum of RGB (Red+Green+Blue) = 1+15+38=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 38 (15.23% from 255 or 70.37% from 54); Max value from RGB is 38 - color contains mainly: blue. Hex color #010F26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F26 is #FEF0D9. Grayscale: #0D0D0D. Windows color (decimal): -16707802 or 2494209. OLE color: 2494209.
HSL color Cylindrical-coordinate representation of color #010F26: hue angle of 217.3º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010F26 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 15 | 38 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.85 |
| HSL | 217.3º | 0.95% | 0.08% | - |
| HSV(B) | 217.3º | 0.97% | 0.15% | - |
| XYZ | 0.53 | 0.49 | 1.9 | - |
| YUV | 13.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 38 | 0.97 | 0.61 | 0 | 0.85 | 217.3 | 0.95 | 0.08 |
| Hex | 1 | F | 26 | 61 | 3D | 0 | 55 | D9 | 5F | 8 |
| Octal | 1 | 17 | 46 | 141 | 75 | 0 | 125 | 331 | 137 | 10 |
| Binary | 1 | 1111 | 100110 | 1100001 | 111101 | 0 | 1010101 | 11011001 | 1011111 | 1000 |
Color Harmonies of #010F26
Complementary color
Monochromatic Colors of #010F26
Black with #010F26
Text Example
Text Example
White with #010F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F26; }
p { color: rgb(1,15,38); }
H1.HeaderClassName
{
color: #010F26;
}
.AnyTagClassName
{
color: #010F26;
}
</style>
background-color css
<style>
a { background-color: #010F26; }
a { background-color: rgb(1,15,38); }
div.DivClassName
{
background-color: #010F26;
}
.BgClassName
{
background-color: #010F26;
}
</style>
border-color css
<style>
span { border-color: #010F26; }
span { border-color: rgb(1,15,38); }
td.TdClassName
{
border-color: #010F26;
}
.TagClassName
{
border-color: #010F26;
}
</style>