Shades of Black Pearl #002031
Tints of Black Pearl #002031
RGB
CMYK
RGB Variations
Color information
#002031 (or 0x002031) is known color: Black Pearl. HEX triplet: 00, 20 and 31. RGB value is (0,32,49). Sum of RGB (Red+Green+Blue) = 0+32+49=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #002031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002031 is #FFDFCE. Grayscale: #181818. Windows color (decimal): -16768975 or 3219456. OLE color: 3219456.
HSL color Cylindrical-coordinate representation of color #002031: hue angle of 200.82º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002031 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 32 | 49 | - |
| CMYK | 1 | 0.35 | 0 | 0.81 |
| HSL | 200.82º | 1% | 0.1% | - |
| HSV(B) | 200.82º | 1% | 0.19% | - |
| XYZ | 1.07 | 1.25 | 3.09 | - |
| YUV | 24.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 49 | 1 | 0.35 | 0 | 0.81 | 200.82 | 1 | 0.1 |
| Hex | 0 | 20 | 31 | 64 | 23 | 0 | 51 | C9 | 64 | A |
| Octal | 0 | 40 | 61 | 144 | 43 | 0 | 121 | 311 | 144 | 12 |
| Binary | 0 | 100000 | 110001 | 1100100 | 100011 | 0 | 1010001 | 11001001 | 1100100 | 1010 |
Color Harmonies of #002031
Complementary color
Monochromatic Colors of #002031
Black with #002031
Text Example
Text Example
White with #002031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002031; }
p { color: rgb(0,32,49); }
H1.HeaderClassName
{
color: #002031;
}
.AnyTagClassName
{
color: #002031;
}
</style>
background-color css
<style>
a { background-color: #002031; }
a { background-color: rgb(0,32,49); }
div.DivClassName
{
background-color: #002031;
}
.BgClassName
{
background-color: #002031;
}
</style>
border-color css
<style>
span { border-color: #002031; }
span { border-color: rgb(0,32,49); }
td.TdClassName
{
border-color: #002031;
}
.TagClassName
{
border-color: #002031;
}
</style>