Shades of Black Pearl #021B34
Tints of Black Pearl #021B34
RGB
CMYK
RGB Variations
Color information
#021B34 (or 0x021B34) is known color: Black Pearl. HEX triplet: 02, 1B and 34. RGB value is (2,27,52). Sum of RGB (Red+Green+Blue) = 2+27+52=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #021B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B34 is #FDE4CB. Grayscale: #161616. Windows color (decimal): -16639180 or 3414786. OLE color: 3414786.
HSL color Cylindrical-coordinate representation of color #021B34: hue angle of 210º 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 #021B34 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 27 | 52 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.80 |
| HSL | 210º | 0.93% | 0.11% | - |
| HSV(B) | 210º | 0.96% | 0.2% | - |
| XYZ | 1.04 | 1.04 | 3.4 | - |
| YUV | 22.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 52 | 0.96 | 0.48 | 0 | 0.80 | 210 | 0.93 | 0.11 |
| Hex | 2 | 1B | 34 | 60 | 30 | 0 | 50 | D2 | 5D | B |
| Octal | 2 | 33 | 64 | 140 | 60 | 0 | 120 | 322 | 135 | 13 |
| Binary | 10 | 11011 | 110100 | 1100000 | 110000 | 0 | 1010000 | 11010010 | 1011101 | 1011 |
Color Harmonies of #021B34
Complementary color
Monochromatic Colors of #021B34
Black with #021B34
Text Example
Text Example
White with #021B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B34; }
p { color: rgb(2,27,52); }
H1.HeaderClassName
{
color: #021B34;
}
.AnyTagClassName
{
color: #021B34;
}
</style>
background-color css
<style>
a { background-color: #021B34; }
a { background-color: rgb(2,27,52); }
div.DivClassName
{
background-color: #021B34;
}
.BgClassName
{
background-color: #021B34;
}
</style>
border-color css
<style>
span { border-color: #021B34; }
span { border-color: rgb(2,27,52); }
td.TdClassName
{
border-color: #021B34;
}
.TagClassName
{
border-color: #021B34;
}
</style>