Shades of Black Pearl #011B2B
Tints of Black Pearl #011B2B
RGB
CMYK
RGB Variations
Color information
#011B2B (or 0x011B2B) is known color: Black Pearl. HEX triplet: 01, 1B and 2B. RGB value is (1,27,43). Sum of RGB (Red+Green+Blue) = 1+27+43=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 43 (17.19% from 255 or 60.56% from 71); Max value from RGB is 43 - color contains mainly: blue. Hex color #011B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B2B is #FEE4D4. Grayscale: #141414. Windows color (decimal): -16704725 or 2824961. OLE color: 2824961.
HSL color Cylindrical-coordinate representation of color #011B2B: hue angle of 202.86º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011B2B is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 27 | 43 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.83 |
| HSL | 202.86º | 0.95% | 0.09% | - |
| HSV(B) | 202.86º | 0.98% | 0.17% | - |
| XYZ | 0.84 | 0.96 | 2.43 | - |
| YUV | 21.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 43 | 0.98 | 0.37 | 0 | 0.83 | 202.86 | 0.95 | 0.09 |
| Hex | 1 | 1B | 2B | 62 | 25 | 0 | 53 | CB | 5F | 9 |
| Octal | 1 | 33 | 53 | 142 | 45 | 0 | 123 | 313 | 137 | 11 |
| Binary | 1 | 11011 | 101011 | 1100010 | 100101 | 0 | 1010011 | 11001011 | 1011111 | 1001 |
Color Harmonies of #011B2B
Complementary color
Monochromatic Colors of #011B2B
Black with #011B2B
Text Example
Text Example
White with #011B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B2B; }
p { color: rgb(1,27,43); }
H1.HeaderClassName
{
color: #011B2B;
}
.AnyTagClassName
{
color: #011B2B;
}
</style>
background-color css
<style>
a { background-color: #011B2B; }
a { background-color: rgb(1,27,43); }
div.DivClassName
{
background-color: #011B2B;
}
.BgClassName
{
background-color: #011B2B;
}
</style>
border-color css
<style>
span { border-color: #011B2B; }
span { border-color: rgb(1,27,43); }
td.TdClassName
{
border-color: #011B2B;
}
.TagClassName
{
border-color: #011B2B;
}
</style>