Shades of Black Pearl #01111A
Tints of Black Pearl #01111A
RGB
CMYK
RGB Variations
Color information
#01111A (or 0x01111A) is known color: Black Pearl. HEX triplet: 01, 11 and 1A. RGB value is (1,17,26). Sum of RGB (Red+Green+Blue) = 1+17+26=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #01111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01111A is #FEEEE5. Grayscale: #0D0D0D. Windows color (decimal): -16707302 or 1708289. OLE color: 1708289.
HSL color Cylindrical-coordinate representation of color #01111A: hue angle of 201.6º degrees, saturation: 0.93, 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 #01111A is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 17 | 26 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.90 |
| HSL | 201.6º | 0.93% | 0.05% | - |
| HSV(B) | 201.6º | 0.96% | 0.1% | - |
| XYZ | 0.4 | 0.48 | 1.05 | - |
| YUV | 13.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 26 | 0.96 | 0.35 | 0 | 0.90 | 201.6 | 0.93 | 0.05 |
| Hex | 1 | 11 | 1A | 60 | 23 | 0 | 5A | CA | 5D | 5 |
| Octal | 1 | 21 | 32 | 140 | 43 | 0 | 132 | 312 | 135 | 5 |
| Binary | 1 | 10001 | 11010 | 1100000 | 100011 | 0 | 1011010 | 11001010 | 1011101 | 101 |
Color Harmonies of #01111A
Complementary color
Monochromatic Colors of #01111A
Black with #01111A
Text Example
Text Example
White with #01111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01111A; }
p { color: rgb(1,17,26); }
H1.HeaderClassName
{
color: #01111A;
}
.AnyTagClassName
{
color: #01111A;
}
</style>
background-color css
<style>
a { background-color: #01111A; }
a { background-color: rgb(1,17,26); }
div.DivClassName
{
background-color: #01111A;
}
.BgClassName
{
background-color: #01111A;
}
</style>
border-color css
<style>
span { border-color: #01111A; }
span { border-color: rgb(1,17,26); }
td.TdClassName
{
border-color: #01111A;
}
.TagClassName
{
border-color: #01111A;
}
</style>