Shades of Black Pearl #021B2D
Tints of Black Pearl #021B2D
RGB
CMYK
RGB Variations
Color information
#021B2D (or 0x021B2D) is known color: Black Pearl. HEX triplet: 02, 1B and 2D. RGB value is (2,27,45). Sum of RGB (Red+Green+Blue) = 2+27+45=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #021B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B2D is #FDE4D2. Grayscale: #151515. Windows color (decimal): -16639187 or 2956034. OLE color: 2956034.
HSL color Cylindrical-coordinate representation of color #021B2D: hue angle of 205.12º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021B2D is Cyan = 0.96, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 27 | 45 | - |
| CMYK | 0.96 | 0.4 | 0 | 0.82 |
| HSL | 205.12º | 0.91% | 0.09% | - |
| HSV(B) | 205.12º | 0.96% | 0.18% | - |
| XYZ | 0.89 | 0.99 | 2.63 | - |
| YUV | 21.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 45 | 0.96 | 0.4 | 0 | 0.82 | 205.12 | 0.91 | 0.09 |
| Hex | 2 | 1B | 2D | 60 | 28 | 0 | 52 | CD | 5B | 9 |
| Octal | 2 | 33 | 55 | 140 | 50 | 0 | 122 | 315 | 133 | 11 |
| Binary | 10 | 11011 | 101101 | 1100000 | 101000 | 0 | 1010010 | 11001101 | 1011011 | 1001 |
Color Harmonies of #021B2D
Complementary color
Monochromatic Colors of #021B2D
Black with #021B2D
Text Example
Text Example
White with #021B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B2D; }
p { color: rgb(2,27,45); }
H1.HeaderClassName
{
color: #021B2D;
}
.AnyTagClassName
{
color: #021B2D;
}
</style>
background-color css
<style>
a { background-color: #021B2D; }
a { background-color: rgb(2,27,45); }
div.DivClassName
{
background-color: #021B2D;
}
.BgClassName
{
background-color: #021B2D;
}
</style>
border-color css
<style>
span { border-color: #021B2D; }
span { border-color: rgb(2,27,45); }
td.TdClassName
{
border-color: #021B2D;
}
.TagClassName
{
border-color: #021B2D;
}
</style>