Shades of Black Pearl #021936
Tints of Black Pearl #021936
RGB
CMYK
RGB Variations
Color information
#021936 (or 0x021936) is known color: Black Pearl. HEX triplet: 02, 19 and 36. RGB value is (2,25,54). Sum of RGB (Red+Green+Blue) = 2+25+54=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 54 (21.48% from 255 or 66.67% from 81); Max value from RGB is 54 - color contains mainly: blue. Hex color #021936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021936 is #FDE6C9. Grayscale: #151515. Windows color (decimal): -16639690 or 3545346. OLE color: 3545346.
HSL color Cylindrical-coordinate representation of color #021936: hue angle of 213.46º 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 #021936 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 25 | 54 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.79 |
| HSL | 213.46º | 0.93% | 0.11% | - |
| HSV(B) | 213.46º | 0.96% | 0.21% | - |
| XYZ | 1.04 | 0.97 | 3.62 | - |
| YUV | 21.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 54 | 0.96 | 0.54 | 0 | 0.79 | 213.46 | 0.93 | 0.11 |
| Hex | 2 | 19 | 36 | 60 | 36 | 0 | 4F | D5 | 5D | B |
| Octal | 2 | 31 | 66 | 140 | 66 | 0 | 117 | 325 | 135 | 13 |
| Binary | 10 | 11001 | 110110 | 1100000 | 110110 | 0 | 1001111 | 11010101 | 1011101 | 1011 |
Color Harmonies of #021936
Complementary color
Monochromatic Colors of #021936
Black with #021936
Text Example
Text Example
White with #021936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021936; }
p { color: rgb(2,25,54); }
H1.HeaderClassName
{
color: #021936;
}
.AnyTagClassName
{
color: #021936;
}
</style>
background-color css
<style>
a { background-color: #021936; }
a { background-color: rgb(2,25,54); }
div.DivClassName
{
background-color: #021936;
}
.BgClassName
{
background-color: #021936;
}
</style>
border-color css
<style>
span { border-color: #021936; }
span { border-color: rgb(2,25,54); }
td.TdClassName
{
border-color: #021936;
}
.TagClassName
{
border-color: #021936;
}
</style>