Shades of Black Pearl #021D2B
Tints of Black Pearl #021D2B
RGB
CMYK
RGB Variations
Color information
#021D2B (or 0x021D2B) is known color: Black Pearl. HEX triplet: 02, 1D and 2B. RGB value is (2,29,43). Sum of RGB (Red+Green+Blue) = 2+29+43=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #021D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D2B is #FDE2D4. Grayscale: #161616. Windows color (decimal): -16638677 or 2825474. OLE color: 2825474.
HSL color Cylindrical-coordinate representation of color #021D2B: hue angle of 200.49º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021D2B is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 29 | 43 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.83 |
| HSL | 200.49º | 0.91% | 0.09% | - |
| HSV(B) | 200.49º | 0.95% | 0.17% | - |
| XYZ | 0.9 | 1.07 | 2.44 | - |
| YUV | 22.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 43 | 0.95 | 0.33 | 0 | 0.83 | 200.49 | 0.91 | 0.09 |
| Hex | 2 | 1D | 2B | 5F | 21 | 0 | 53 | C8 | 5B | 9 |
| Octal | 2 | 35 | 53 | 137 | 41 | 0 | 123 | 310 | 133 | 11 |
| Binary | 10 | 11101 | 101011 | 1011111 | 100001 | 0 | 1010011 | 11001000 | 1011011 | 1001 |
Color Harmonies of #021D2B
Complementary color
Monochromatic Colors of #021D2B
Black with #021D2B
Text Example
Text Example
White with #021D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021D2B; }
p { color: rgb(2,29,43); }
H1.HeaderClassName
{
color: #021D2B;
}
.AnyTagClassName
{
color: #021D2B;
}
</style>
background-color css
<style>
a { background-color: #021D2B; }
a { background-color: rgb(2,29,43); }
div.DivClassName
{
background-color: #021D2B;
}
.BgClassName
{
background-color: #021D2B;
}
</style>
border-color css
<style>
span { border-color: #021D2B; }
span { border-color: rgb(2,29,43); }
td.TdClassName
{
border-color: #021D2B;
}
.TagClassName
{
border-color: #021D2B;
}
</style>