Shades of Black Pearl #021B2F
Tints of Black Pearl #021B2F
RGB
CMYK
RGB Variations
Color information
#021B2F (or 0x021B2F) is known color: Black Pearl. HEX triplet: 02, 1B and 2F. RGB value is (2,27,47). Sum of RGB (Red+Green+Blue) = 2+27+47=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #021B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B2F is #FDE4D0. Grayscale: #151515. Windows color (decimal): -16639185 or 3087106. OLE color: 3087106.
HSL color Cylindrical-coordinate representation of color #021B2F: hue angle of 206.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021B2F is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 27 | 47 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.82 |
| HSL | 206.67º | 0.92% | 0.1% | - |
| HSV(B) | 206.67º | 0.96% | 0.18% | - |
| XYZ | 0.93 | 1 | 2.83 | - |
| YUV | 21.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 47 | 0.96 | 0.43 | 0 | 0.82 | 206.67 | 0.92 | 0.1 |
| Hex | 2 | 1B | 2F | 60 | 2B | 0 | 52 | CF | 5C | A |
| Octal | 2 | 33 | 57 | 140 | 53 | 0 | 122 | 317 | 134 | 12 |
| Binary | 10 | 11011 | 101111 | 1100000 | 101011 | 0 | 1010010 | 11001111 | 1011100 | 1010 |
Color Harmonies of #021B2F
Complementary color
Monochromatic Colors of #021B2F
Black with #021B2F
Text Example
Text Example
White with #021B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B2F; }
p { color: rgb(2,27,47); }
H1.HeaderClassName
{
color: #021B2F;
}
.AnyTagClassName
{
color: #021B2F;
}
</style>
background-color css
<style>
a { background-color: #021B2F; }
a { background-color: rgb(2,27,47); }
div.DivClassName
{
background-color: #021B2F;
}
.BgClassName
{
background-color: #021B2F;
}
</style>
border-color css
<style>
span { border-color: #021B2F; }
span { border-color: rgb(2,27,47); }
td.TdClassName
{
border-color: #021B2F;
}
.TagClassName
{
border-color: #021B2F;
}
</style>