Shades of Black Pearl #002631
Tints of Black Pearl #002631
RGB
CMYK
RGB Variations
Color information
#002631 (or 0x002631) is known color: Black Pearl. HEX triplet: 00, 26 and 31. RGB value is (0,38,49). Sum of RGB (Red+Green+Blue) = 0+38+49=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #002631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002631 is #FFD9CE. Grayscale: #1B1B1B. Windows color (decimal): -16767439 or 3220992. OLE color: 3220992.
HSL color Cylindrical-coordinate representation of color #002631: hue angle of 193.47º 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 #002631 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 38 | 49 | - |
| CMYK | 1 | 0.22 | 0 | 0.81 |
| HSL | 193.47º | 1% | 0.1% | - |
| HSV(B) | 193.47º | 1% | 0.19% | - |
| XYZ | 1.25 | 1.61 | 3.15 | - |
| YUV | 27.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 49 | 1 | 0.22 | 0 | 0.81 | 193.47 | 1 | 0.1 |
| Hex | 0 | 26 | 31 | 64 | 16 | 0 | 51 | C1 | 64 | A |
| Octal | 0 | 46 | 61 | 144 | 26 | 0 | 121 | 301 | 144 | 12 |
| Binary | 0 | 100110 | 110001 | 1100100 | 10110 | 0 | 1010001 | 11000001 | 1100100 | 1010 |
Color Harmonies of #002631
Complementary color
Monochromatic Colors of #002631
Black with #002631
Text Example
Text Example
White with #002631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002631; }
p { color: rgb(0,38,49); }
H1.HeaderClassName
{
color: #002631;
}
.AnyTagClassName
{
color: #002631;
}
</style>
background-color css
<style>
a { background-color: #002631; }
a { background-color: rgb(0,38,49); }
div.DivClassName
{
background-color: #002631;
}
.BgClassName
{
background-color: #002631;
}
</style>
border-color css
<style>
span { border-color: #002631; }
span { border-color: rgb(0,38,49); }
td.TdClassName
{
border-color: #002631;
}
.TagClassName
{
border-color: #002631;
}
</style>