Shades of Black Pearl #011B1F
Tints of Black Pearl #011B1F
RGB
CMYK
RGB Variations
Color information
#011B1F (or 0x011B1F) is known color: Black Pearl. HEX triplet: 01, 1B and 1F. RGB value is (1,27,31). Sum of RGB (Red+Green+Blue) = 1+27+31=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #011B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B1F is #FEE4E0. Grayscale: #131313. Windows color (decimal): -16704737 or 2038529. OLE color: 2038529.
HSL color Cylindrical-coordinate representation of color #011B1F: hue angle of 188º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011B1F is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 27 | 31 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.88 |
| HSL | 188º | 0.94% | 0.06% | - |
| HSV(B) | 188º | 0.97% | 0.12% | - |
| XYZ | 0.65 | 0.89 | 1.43 | - |
| YUV | 19.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 31 | 0.97 | 0.13 | 0 | 0.88 | 188 | 0.94 | 0.06 |
| Hex | 1 | 1B | 1F | 61 | D | 0 | 58 | BC | 5E | 6 |
| Octal | 1 | 33 | 37 | 141 | 15 | 0 | 130 | 274 | 136 | 6 |
| Binary | 1 | 11011 | 11111 | 1100001 | 1101 | 0 | 1011000 | 10111100 | 1011110 | 110 |
Color Harmonies of #011B1F
Complementary color
Monochromatic Colors of #011B1F
Black with #011B1F
Text Example
Text Example
White with #011B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B1F; }
p { color: rgb(1,27,31); }
H1.HeaderClassName
{
color: #011B1F;
}
.AnyTagClassName
{
color: #011B1F;
}
</style>
background-color css
<style>
a { background-color: #011B1F; }
a { background-color: rgb(1,27,31); }
div.DivClassName
{
background-color: #011B1F;
}
.BgClassName
{
background-color: #011B1F;
}
</style>
border-color css
<style>
span { border-color: #011B1F; }
span { border-color: rgb(1,27,31); }
td.TdClassName
{
border-color: #011B1F;
}
.TagClassName
{
border-color: #011B1F;
}
</style>