Shades of Black Pearl #021A29
Tints of Black Pearl #021A29
RGB
CMYK
RGB Variations
Color information
#021A29 (or 0x021A29) is known color: Black Pearl. HEX triplet: 02, 1A and 29. RGB value is (2,26,41). Sum of RGB (Red+Green+Blue) = 2+26+41=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #021A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A29 is #FDE5D6. Grayscale: #141414. Windows color (decimal): -16639447 or 2693634. OLE color: 2693634.
HSL color Cylindrical-coordinate representation of color #021A29: hue angle of 203.08º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021A29 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 26 | 41 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.84 |
| HSL | 203.08º | 0.91% | 0.08% | - |
| HSV(B) | 203.08º | 0.95% | 0.16% | - |
| XYZ | 0.79 | 0.91 | 2.23 | - |
| YUV | 20.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 41 | 0.95 | 0.37 | 0 | 0.84 | 203.08 | 0.91 | 0.08 |
| Hex | 2 | 1A | 29 | 5F | 25 | 0 | 54 | CB | 5B | 8 |
| Octal | 2 | 32 | 51 | 137 | 45 | 0 | 124 | 313 | 133 | 10 |
| Binary | 10 | 11010 | 101001 | 1011111 | 100101 | 0 | 1010100 | 11001011 | 1011011 | 1000 |
Color Harmonies of #021A29
Complementary color
Monochromatic Colors of #021A29
Black with #021A29
Text Example
Text Example
White with #021A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A29; }
p { color: rgb(2,26,41); }
H1.HeaderClassName
{
color: #021A29;
}
.AnyTagClassName
{
color: #021A29;
}
</style>
background-color css
<style>
a { background-color: #021A29; }
a { background-color: rgb(2,26,41); }
div.DivClassName
{
background-color: #021A29;
}
.BgClassName
{
background-color: #021A29;
}
</style>
border-color css
<style>
span { border-color: #021A29; }
span { border-color: rgb(2,26,41); }
td.TdClassName
{
border-color: #021A29;
}
.TagClassName
{
border-color: #021A29;
}
</style>