Shades of Black Pearl #021A37
Tints of Black Pearl #021A37
RGB
CMYK
RGB Variations
Color information
#021A37 (or 0x021A37) is known color: Black Pearl. HEX triplet: 02, 1A and 37. RGB value is (2,26,55). Sum of RGB (Red+Green+Blue) = 2+26+55=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 55 (21.88% from 255 or 66.27% from 83); Max value from RGB is 55 - color contains mainly: blue. Hex color #021A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A37 is #FDE5C8. Grayscale: #151515. Windows color (decimal): -16639433 or 3611138. OLE color: 3611138.
HSL color Cylindrical-coordinate representation of color #021A37: hue angle of 212.83º 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 #021A37 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 26 | 55 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.78 |
| HSL | 212.83º | 0.93% | 0.11% | - |
| HSV(B) | 212.83º | 0.96% | 0.22% | - |
| XYZ | 1.08 | 1.03 | 3.76 | - |
| YUV | 22.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 55 | 0.96 | 0.53 | 0 | 0.78 | 212.83 | 0.93 | 0.11 |
| Hex | 2 | 1A | 37 | 60 | 35 | 0 | 4E | D5 | 5D | B |
| Octal | 2 | 32 | 67 | 140 | 65 | 0 | 116 | 325 | 135 | 13 |
| Binary | 10 | 11010 | 110111 | 1100000 | 110101 | 0 | 1001110 | 11010101 | 1011101 | 1011 |
Color Harmonies of #021A37
Complementary color
Monochromatic Colors of #021A37
Black with #021A37
Text Example
Text Example
White with #021A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A37; }
p { color: rgb(2,26,55); }
H1.HeaderClassName
{
color: #021A37;
}
.AnyTagClassName
{
color: #021A37;
}
</style>
background-color css
<style>
a { background-color: #021A37; }
a { background-color: rgb(2,26,55); }
div.DivClassName
{
background-color: #021A37;
}
.BgClassName
{
background-color: #021A37;
}
</style>
border-color css
<style>
span { border-color: #021A37; }
span { border-color: rgb(2,26,55); }
td.TdClassName
{
border-color: #021A37;
}
.TagClassName
{
border-color: #021A37;
}
</style>