Shades of Black Pearl #010F19
Tints of Black Pearl #010F19
RGB
CMYK
RGB Variations
Color information
#010F19 (or 0x010F19) is known color: Black Pearl. HEX triplet: 01, 0F and 19. RGB value is (1,15,25). Sum of RGB (Red+Green+Blue) = 1+15+25=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #010F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F19 is #FEF0E6. Grayscale: #0B0B0B. Windows color (decimal): -16707815 or 1642241. OLE color: 1642241.
HSL color Cylindrical-coordinate representation of color #010F19: hue angle of 205º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010F19 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 15 | 25 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.90 |
| HSL | 205º | 0.92% | 0.05% | - |
| HSV(B) | 205º | 0.96% | 0.1% | - |
| XYZ | 0.36 | 0.42 | 0.98 | - |
| YUV | 11.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 25 | 0.96 | 0.40 | 0 | 0.90 | 205 | 0.92 | 0.05 |
| Hex | 1 | F | 19 | 60 | 28 | 0 | 5A | CD | 5C | 5 |
| Octal | 1 | 17 | 31 | 140 | 50 | 0 | 132 | 315 | 134 | 5 |
| Binary | 1 | 1111 | 11001 | 1100000 | 101000 | 0 | 1011010 | 11001101 | 1011100 | 101 |
Color Harmonies of #010F19
Complementary color
Monochromatic Colors of #010F19
Black with #010F19
Text Example
Text Example
White with #010F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F19; }
p { color: rgb(1,15,25); }
H1.HeaderClassName
{
color: #010F19;
}
.AnyTagClassName
{
color: #010F19;
}
</style>
background-color css
<style>
a { background-color: #010F19; }
a { background-color: rgb(1,15,25); }
div.DivClassName
{
background-color: #010F19;
}
.BgClassName
{
background-color: #010F19;
}
</style>
border-color css
<style>
span { border-color: #010F19; }
span { border-color: rgb(1,15,25); }
td.TdClassName
{
border-color: #010F19;
}
.TagClassName
{
border-color: #010F19;
}
</style>