Shades of Black Pearl #002730
Tints of Black Pearl #002730
RGB
CMYK
RGB Variations
Color information
#002730 (or 0x002730) is known color: Black Pearl. HEX triplet: 00, 27 and 30. RGB value is (0,39,48). Sum of RGB (Red+Green+Blue) = 0+39+48=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #002730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002730 is #FFD8CF. Grayscale: #1C1C1C. Windows color (decimal): -16767184 or 3155712. OLE color: 3155712.
HSL color Cylindrical-coordinate representation of color #002730: hue angle of 191.25º 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 #002730 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 39 | 48 | - |
| CMYK | 1 | 0.19 | 0 | 0.81 |
| HSL | 191.25º | 1% | 0.09% | - |
| HSV(B) | 191.25º | 1% | 0.19% | - |
| XYZ | 1.26 | 1.66 | 3.05 | - |
| YUV | 28.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 48 | 1 | 0.19 | 0 | 0.81 | 191.25 | 1 | 0.09 |
| Hex | 0 | 27 | 30 | 64 | 13 | 0 | 51 | BF | 64 | 9 |
| Octal | 0 | 47 | 60 | 144 | 23 | 0 | 121 | 277 | 144 | 11 |
| Binary | 0 | 100111 | 110000 | 1100100 | 10011 | 0 | 1010001 | 10111111 | 1100100 | 1001 |
Color Harmonies of #002730
Complementary color
Monochromatic Colors of #002730
Black with #002730
Text Example
Text Example
White with #002730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002730; }
p { color: rgb(0,39,48); }
H1.HeaderClassName
{
color: #002730;
}
.AnyTagClassName
{
color: #002730;
}
</style>
background-color css
<style>
a { background-color: #002730; }
a { background-color: rgb(0,39,48); }
div.DivClassName
{
background-color: #002730;
}
.BgClassName
{
background-color: #002730;
}
</style>
border-color css
<style>
span { border-color: #002730; }
span { border-color: rgb(0,39,48); }
td.TdClassName
{
border-color: #002730;
}
.TagClassName
{
border-color: #002730;
}
</style>