Shades of Black Pearl #002930
Tints of Black Pearl #002930
RGB
CMYK
RGB Variations
Color information
#002930 (or 0x002930) is known color: Black Pearl. HEX triplet: 00, 29 and 30. RGB value is (0,41,48). Sum of RGB (Red+Green+Blue) = 0+41+48=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #002930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002930 is #FFD6CF. Grayscale: #1D1D1D. Windows color (decimal): -16766672 or 3156224. OLE color: 3156224.
HSL color Cylindrical-coordinate representation of color #002930: hue angle of 188.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002930 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 41 | 48 | - |
| CMYK | 1 | 0.15 | 0 | 0.81 |
| HSL | 188.75º | 1% | 0.09% | - |
| HSV(B) | 188.75º | 1% | 0.19% | - |
| XYZ | 1.33 | 1.8 | 3.07 | - |
| YUV | 29.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 48 | 1 | 0.15 | 0 | 0.81 | 188.75 | 1 | 0.09 |
| Hex | 0 | 29 | 30 | 64 | F | 0 | 51 | BD | 64 | 9 |
| Octal | 0 | 51 | 60 | 144 | 17 | 0 | 121 | 275 | 144 | 11 |
| Binary | 0 | 101001 | 110000 | 1100100 | 1111 | 0 | 1010001 | 10111101 | 1100100 | 1001 |
Color Harmonies of #002930
Complementary color
Monochromatic Colors of #002930
Black with #002930
Text Example
Text Example
White with #002930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002930; }
p { color: rgb(0,41,48); }
H1.HeaderClassName
{
color: #002930;
}
.AnyTagClassName
{
color: #002930;
}
</style>
background-color css
<style>
a { background-color: #002930; }
a { background-color: rgb(0,41,48); }
div.DivClassName
{
background-color: #002930;
}
.BgClassName
{
background-color: #002930;
}
</style>
border-color css
<style>
span { border-color: #002930; }
span { border-color: rgb(0,41,48); }
td.TdClassName
{
border-color: #002930;
}
.TagClassName
{
border-color: #002930;
}
</style>