Shades of Black Pearl #010F1B
Tints of Black Pearl #010F1B
RGB
CMYK
RGB Variations
Color information
#010F1B (or 0x010F1B) is known color: Black Pearl. HEX triplet: 01, 0F and 1B. RGB value is (1,15,27). Sum of RGB (Red+Green+Blue) = 1+15+27=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #010F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F1B is #FEF0E4. Grayscale: #0C0C0C. Windows color (decimal): -16707813 or 1773313. OLE color: 1773313.
HSL color Cylindrical-coordinate representation of color #010F1B: hue angle of 207.69º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010F1B is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 15 | 27 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.89 |
| HSL | 207.69º | 0.93% | 0.05% | - |
| HSV(B) | 207.69º | 0.96% | 0.11% | - |
| XYZ | 0.38 | 0.43 | 1.1 | - |
| YUV | 12.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 27 | 0.96 | 0.44 | 0 | 0.89 | 207.69 | 0.93 | 0.05 |
| Hex | 1 | F | 1B | 60 | 2C | 0 | 59 | D0 | 5D | 5 |
| Octal | 1 | 17 | 33 | 140 | 54 | 0 | 131 | 320 | 135 | 5 |
| Binary | 1 | 1111 | 11011 | 1100000 | 101100 | 0 | 1011001 | 11010000 | 1011101 | 101 |
Color Harmonies of #010F1B
Complementary color
Monochromatic Colors of #010F1B
Black with #010F1B
Text Example
Text Example
White with #010F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F1B; }
p { color: rgb(1,15,27); }
H1.HeaderClassName
{
color: #010F1B;
}
.AnyTagClassName
{
color: #010F1B;
}
</style>
background-color css
<style>
a { background-color: #010F1B; }
a { background-color: rgb(1,15,27); }
div.DivClassName
{
background-color: #010F1B;
}
.BgClassName
{
background-color: #010F1B;
}
</style>
border-color css
<style>
span { border-color: #010F1B; }
span { border-color: rgb(1,15,27); }
td.TdClassName
{
border-color: #010F1B;
}
.TagClassName
{
border-color: #010F1B;
}
</style>