Shades of Black Pearl #001B21
Tints of Black Pearl #001B21
RGB
CMYK
RGB Variations
Color information
#001B21 (or 0x001B21) is known color: Black Pearl. HEX triplet: 00, 1B and 21. RGB value is (0,27,33). Sum of RGB (Red+Green+Blue) = 0+27+33=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #001B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B21 is #FFE4DE. Grayscale: #131313. Windows color (decimal): -16770271 or 2169600. OLE color: 2169600.
HSL color Cylindrical-coordinate representation of color #001B21: hue angle of 190.91º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B21 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 27 | 33 | - |
| CMYK | 1 | 0.18 | 0 | 0.87 |
| HSL | 190.91º | 1% | 0.06% | - |
| HSV(B) | 190.91º | 1% | 0.13% | - |
| XYZ | 0.67 | 0.89 | 1.58 | - |
| YUV | 19.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 33 | 1 | 0.18 | 0 | 0.87 | 190.91 | 1 | 0.06 |
| Hex | 0 | 1B | 21 | 64 | 12 | 0 | 57 | BF | 64 | 6 |
| Octal | 0 | 33 | 41 | 144 | 22 | 0 | 127 | 277 | 144 | 6 |
| Binary | 0 | 11011 | 100001 | 1100100 | 10010 | 0 | 1010111 | 10111111 | 1100100 | 110 |
Color Harmonies of #001B21
Complementary color
Monochromatic Colors of #001B21
Black with #001B21
Text Example
Text Example
White with #001B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B21; }
p { color: rgb(0,27,33); }
H1.HeaderClassName
{
color: #001B21;
}
.AnyTagClassName
{
color: #001B21;
}
</style>
background-color css
<style>
a { background-color: #001B21; }
a { background-color: rgb(0,27,33); }
div.DivClassName
{
background-color: #001B21;
}
.BgClassName
{
background-color: #001B21;
}
</style>
border-color css
<style>
span { border-color: #001B21; }
span { border-color: rgb(0,27,33); }
td.TdClassName
{
border-color: #001B21;
}
.TagClassName
{
border-color: #001B21;
}
</style>