Shades of Black Pearl #021C37
Tints of Black Pearl #021C37
RGB
CMYK
RGB Variations
Color information
#021C37 (or 0x021C37) is known color: Black Pearl. HEX triplet: 02, 1C and 37. RGB value is (2,28,55). Sum of RGB (Red+Green+Blue) = 2+28+55=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 55 (21.88% from 255 or 64.71% from 85); Max value from RGB is 55 - color contains mainly: blue. Hex color #021C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C37 is #FDE3C8. Grayscale: #171717. Windows color (decimal): -16638921 or 3611650. OLE color: 3611650.
HSL color Cylindrical-coordinate representation of color #021C37: hue angle of 210.57º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021C37 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 28 | 55 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.78 |
| HSL | 210.57º | 0.93% | 0.11% | - |
| HSV(B) | 210.57º | 0.96% | 0.22% | - |
| XYZ | 1.13 | 1.12 | 3.77 | - |
| YUV | 23.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 55 | 0.96 | 0.49 | 0 | 0.78 | 210.57 | 0.93 | 0.11 |
| Hex | 2 | 1C | 37 | 60 | 31 | 0 | 4E | D3 | 5D | B |
| Octal | 2 | 34 | 67 | 140 | 61 | 0 | 116 | 323 | 135 | 13 |
| Binary | 10 | 11100 | 110111 | 1100000 | 110001 | 0 | 1001110 | 11010011 | 1011101 | 1011 |
Color Harmonies of #021C37
Complementary color
Monochromatic Colors of #021C37
Black with #021C37
Text Example
Text Example
White with #021C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C37; }
p { color: rgb(2,28,55); }
H1.HeaderClassName
{
color: #021C37;
}
.AnyTagClassName
{
color: #021C37;
}
</style>
background-color css
<style>
a { background-color: #021C37; }
a { background-color: rgb(2,28,55); }
div.DivClassName
{
background-color: #021C37;
}
.BgClassName
{
background-color: #021C37;
}
</style>
border-color css
<style>
span { border-color: #021C37; }
span { border-color: rgb(2,28,55); }
td.TdClassName
{
border-color: #021C37;
}
.TagClassName
{
border-color: #021C37;
}
</style>