Shades of Black Pearl #002832
Tints of Black Pearl #002832
RGB
CMYK
RGB Variations
Color information
#002832 (or 0x002832) is known color: Black Pearl. HEX triplet: 00, 28 and 32. RGB value is (0,40,50). Sum of RGB (Red+Green+Blue) = 0+40+50=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #002832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002832 is #FFD7CD. Grayscale: #1D1D1D. Windows color (decimal): -16766926 or 3287040. OLE color: 3287040.
HSL color Cylindrical-coordinate representation of color #002832: hue angle of 192º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002832 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 40 | 50 | - |
| CMYK | 1 | 0.20 | 0 | 0.80 |
| HSL | 192º | 1% | 0.1% | - |
| HSV(B) | 192º | 1% | 0.2% | - |
| XYZ | 1.33 | 1.75 | 3.28 | - |
| YUV | 29.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 50 | 1 | 0.20 | 0 | 0.80 | 192 | 1 | 0.1 |
| Hex | 0 | 28 | 32 | 64 | 14 | 0 | 50 | C0 | 64 | A |
| Octal | 0 | 50 | 62 | 144 | 24 | 0 | 120 | 300 | 144 | 12 |
| Binary | 0 | 101000 | 110010 | 1100100 | 10100 | 0 | 1010000 | 11000000 | 1100100 | 1010 |
Color Harmonies of #002832
Complementary color
Monochromatic Colors of #002832
Black with #002832
Text Example
Text Example
White with #002832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002832; }
p { color: rgb(0,40,50); }
H1.HeaderClassName
{
color: #002832;
}
.AnyTagClassName
{
color: #002832;
}
</style>
background-color css
<style>
a { background-color: #002832; }
a { background-color: rgb(0,40,50); }
div.DivClassName
{
background-color: #002832;
}
.BgClassName
{
background-color: #002832;
}
</style>
border-color css
<style>
span { border-color: #002832; }
span { border-color: rgb(0,40,50); }
td.TdClassName
{
border-color: #002832;
}
.TagClassName
{
border-color: #002832;
}
</style>