Shades of Black Pearl #021C32
Tints of Black Pearl #021C32
RGB
CMYK
RGB Variations
Color information
#021C32 (or 0x021C32) is known color: Black Pearl. HEX triplet: 02, 1C and 32. RGB value is (2,28,50). Sum of RGB (Red+Green+Blue) = 2+28+50=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #021C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C32 is #FDE3CD. Grayscale: #161616. Windows color (decimal): -16638926 or 3283970. OLE color: 3283970.
HSL color Cylindrical-coordinate representation of color #021C32: hue angle of 207.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021C32 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 28 | 50 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.80 |
| HSL | 207.5º | 0.92% | 0.1% | - |
| HSV(B) | 207.5º | 0.96% | 0.2% | - |
| XYZ | 1.02 | 1.07 | 3.17 | - |
| YUV | 22.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 50 | 0.96 | 0.44 | 0 | 0.80 | 207.5 | 0.92 | 0.1 |
| Hex | 2 | 1C | 32 | 60 | 2C | 0 | 50 | D0 | 5C | A |
| Octal | 2 | 34 | 62 | 140 | 54 | 0 | 120 | 320 | 134 | 12 |
| Binary | 10 | 11100 | 110010 | 1100000 | 101100 | 0 | 1010000 | 11010000 | 1011100 | 1010 |
Color Harmonies of #021C32
Complementary color
Monochromatic Colors of #021C32
Black with #021C32
Text Example
Text Example
White with #021C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C32; }
p { color: rgb(2,28,50); }
H1.HeaderClassName
{
color: #021C32;
}
.AnyTagClassName
{
color: #021C32;
}
</style>
background-color css
<style>
a { background-color: #021C32; }
a { background-color: rgb(2,28,50); }
div.DivClassName
{
background-color: #021C32;
}
.BgClassName
{
background-color: #021C32;
}
</style>
border-color css
<style>
span { border-color: #021C32; }
span { border-color: rgb(2,28,50); }
td.TdClassName
{
border-color: #021C32;
}
.TagClassName
{
border-color: #021C32;
}
</style>