Shades of Black Pearl #021836
Tints of Black Pearl #021836
RGB
CMYK
RGB Variations
Color information
#021836 (or 0x021836) is known color: Black Pearl. HEX triplet: 02, 18 and 36. RGB value is (2,24,54). Sum of RGB (Red+Green+Blue) = 2+24+54=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 54 (21.48% from 255 or 67.5% from 80); Max value from RGB is 54 - color contains mainly: blue. Hex color #021836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021836 is #FDE7C9. Grayscale: #141414. Windows color (decimal): -16639946 or 3545090. OLE color: 3545090.
HSL color Cylindrical-coordinate representation of color #021836: hue angle of 214.62º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021836 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 24 | 54 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.79 |
| HSL | 214.62º | 0.93% | 0.11% | - |
| HSV(B) | 214.62º | 0.96% | 0.21% | - |
| XYZ | 1.02 | 0.93 | 3.62 | - |
| YUV | 20.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 54 | 0.96 | 0.56 | 0 | 0.79 | 214.62 | 0.93 | 0.11 |
| Hex | 2 | 18 | 36 | 60 | 38 | 0 | 4F | D7 | 5D | B |
| Octal | 2 | 30 | 66 | 140 | 70 | 0 | 117 | 327 | 135 | 13 |
| Binary | 10 | 11000 | 110110 | 1100000 | 111000 | 0 | 1001111 | 11010111 | 1011101 | 1011 |
Color Harmonies of #021836
Complementary color
Monochromatic Colors of #021836
Black with #021836
Text Example
Text Example
White with #021836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021836; }
p { color: rgb(2,24,54); }
H1.HeaderClassName
{
color: #021836;
}
.AnyTagClassName
{
color: #021836;
}
</style>
background-color css
<style>
a { background-color: #021836; }
a { background-color: rgb(2,24,54); }
div.DivClassName
{
background-color: #021836;
}
.BgClassName
{
background-color: #021836;
}
</style>
border-color css
<style>
span { border-color: #021836; }
span { border-color: rgb(2,24,54); }
td.TdClassName
{
border-color: #021836;
}
.TagClassName
{
border-color: #021836;
}
</style>