Shades of Black Pearl #010F18
Tints of Black Pearl #010F18
RGB
CMYK
RGB Variations
Color information
#010F18 (or 0x010F18) is known color: Black Pearl. HEX triplet: 01, 0F and 18. RGB value is (1,15,24). Sum of RGB (Red+Green+Blue) = 1+15+24=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #010F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F18 is #FEF0E7. Grayscale: #0B0B0B. Windows color (decimal): -16707816 or 1576705. OLE color: 1576705.
HSL color Cylindrical-coordinate representation of color #010F18: hue angle of 203.48º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010F18 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 15 | 24 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.91 |
| HSL | 203.48º | 0.92% | 0.05% | - |
| HSV(B) | 203.48º | 0.96% | 0.09% | - |
| XYZ | 0.35 | 0.41 | 0.93 | - |
| YUV | 11.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 24 | 0.96 | 0.37 | 0 | 0.91 | 203.48 | 0.92 | 0.05 |
| Hex | 1 | F | 18 | 60 | 25 | 0 | 5B | CB | 5C | 5 |
| Octal | 1 | 17 | 30 | 140 | 45 | 0 | 133 | 313 | 134 | 5 |
| Binary | 1 | 1111 | 11000 | 1100000 | 100101 | 0 | 1011011 | 11001011 | 1011100 | 101 |
Color Harmonies of #010F18
Complementary color
Monochromatic Colors of #010F18
Black with #010F18
Text Example
Text Example
White with #010F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F18; }
p { color: rgb(1,15,24); }
H1.HeaderClassName
{
color: #010F18;
}
.AnyTagClassName
{
color: #010F18;
}
</style>
background-color css
<style>
a { background-color: #010F18; }
a { background-color: rgb(1,15,24); }
div.DivClassName
{
background-color: #010F18;
}
.BgClassName
{
background-color: #010F18;
}
</style>
border-color css
<style>
span { border-color: #010F18; }
span { border-color: rgb(1,15,24); }
td.TdClassName
{
border-color: #010F18;
}
.TagClassName
{
border-color: #010F18;
}
</style>