Shades of Black Pearl #011B1D
Tints of Black Pearl #011B1D
RGB
CMYK
RGB Variations
Color information
#011B1D (or 0x011B1D) is known color: Black Pearl. HEX triplet: 01, 1B and 1D. RGB value is (1,27,29). Sum of RGB (Red+Green+Blue) = 1+27+29=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #011B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B1D is #FEE4E2. Grayscale: #131313. Windows color (decimal): -16704739 or 1907457. OLE color: 1907457.
HSL color Cylindrical-coordinate representation of color #011B1D: hue angle of 184.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011B1D is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 27 | 29 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.89 |
| HSL | 184.29º | 0.93% | 0.06% | - |
| HSV(B) | 184.29º | 0.97% | 0.11% | - |
| XYZ | 0.63 | 0.88 | 1.3 | - |
| YUV | 19.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 29 | 0.97 | 0.07 | 0 | 0.89 | 184.29 | 0.93 | 0.06 |
| Hex | 1 | 1B | 1D | 61 | 7 | 0 | 59 | B8 | 5D | 6 |
| Octal | 1 | 33 | 35 | 141 | 7 | 0 | 131 | 270 | 135 | 6 |
| Binary | 1 | 11011 | 11101 | 1100001 | 111 | 0 | 1011001 | 10111000 | 1011101 | 110 |
Color Harmonies of #011B1D
Complementary color
Monochromatic Colors of #011B1D
Black with #011B1D
Text Example
Text Example
White with #011B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B1D; }
p { color: rgb(1,27,29); }
H1.HeaderClassName
{
color: #011B1D;
}
.AnyTagClassName
{
color: #011B1D;
}
</style>
background-color css
<style>
a { background-color: #011B1D; }
a { background-color: rgb(1,27,29); }
div.DivClassName
{
background-color: #011B1D;
}
.BgClassName
{
background-color: #011B1D;
}
</style>
border-color css
<style>
span { border-color: #011B1D; }
span { border-color: rgb(1,27,29); }
td.TdClassName
{
border-color: #011B1D;
}
.TagClassName
{
border-color: #011B1D;
}
</style>