Shades of Black Pearl #021A34
Tints of Black Pearl #021A34
RGB
CMYK
RGB Variations
Color information
#021A34 (or 0x021A34) is known color: Black Pearl. HEX triplet: 02, 1A and 34. RGB value is (2,26,52). Sum of RGB (Red+Green+Blue) = 2+26+52=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #021A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A34 is #FDE5CB. Grayscale: #151515. Windows color (decimal): -16639436 or 3414530. OLE color: 3414530.
HSL color Cylindrical-coordinate representation of color #021A34: hue angle of 211.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021A34 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 26 | 52 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.80 |
| HSL | 211.2º | 0.93% | 0.11% | - |
| HSV(B) | 211.2º | 0.96% | 0.2% | - |
| XYZ | 1.01 | 1 | 3.39 | - |
| YUV | 21.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 52 | 0.96 | 0.50 | 0 | 0.80 | 211.2 | 0.93 | 0.11 |
| Hex | 2 | 1A | 34 | 60 | 32 | 0 | 50 | D3 | 5D | B |
| Octal | 2 | 32 | 64 | 140 | 62 | 0 | 120 | 323 | 135 | 13 |
| Binary | 10 | 11010 | 110100 | 1100000 | 110010 | 0 | 1010000 | 11010011 | 1011101 | 1011 |
Color Harmonies of #021A34
Complementary color
Monochromatic Colors of #021A34
Black with #021A34
Text Example
Text Example
White with #021A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A34; }
p { color: rgb(2,26,52); }
H1.HeaderClassName
{
color: #021A34;
}
.AnyTagClassName
{
color: #021A34;
}
</style>
background-color css
<style>
a { background-color: #021A34; }
a { background-color: rgb(2,26,52); }
div.DivClassName
{
background-color: #021A34;
}
.BgClassName
{
background-color: #021A34;
}
</style>
border-color css
<style>
span { border-color: #021A34; }
span { border-color: rgb(2,26,52); }
td.TdClassName
{
border-color: #021A34;
}
.TagClassName
{
border-color: #021A34;
}
</style>