Shades of Black Pearl #002830
Tints of Black Pearl #002830
RGB
CMYK
RGB Variations
Color information
#002830 (or 0x002830) is known color: Black Pearl. HEX triplet: 00, 28 and 30. RGB value is (0,40,48). Sum of RGB (Red+Green+Blue) = 0+40+48=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #002830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002830 is #FFD7CF. Grayscale: #1C1C1C. Windows color (decimal): -16766928 or 3155968. OLE color: 3155968.
HSL color Cylindrical-coordinate representation of color #002830: hue angle of 190º 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 #002830 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 40 | 48 | - |
| CMYK | 1 | 0.17 | 0 | 0.81 |
| HSL | 190º | 1% | 0.09% | - |
| HSV(B) | 190º | 1% | 0.19% | - |
| XYZ | 1.29 | 1.73 | 3.06 | - |
| YUV | 28.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 48 | 1 | 0.17 | 0 | 0.81 | 190 | 1 | 0.09 |
| Hex | 0 | 28 | 30 | 64 | 11 | 0 | 51 | BE | 64 | 9 |
| Octal | 0 | 50 | 60 | 144 | 21 | 0 | 121 | 276 | 144 | 11 |
| Binary | 0 | 101000 | 110000 | 1100100 | 10001 | 0 | 1010001 | 10111110 | 1100100 | 1001 |
Color Harmonies of #002830
Complementary color
Monochromatic Colors of #002830
Black with #002830
Text Example
Text Example
White with #002830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002830; }
p { color: rgb(0,40,48); }
H1.HeaderClassName
{
color: #002830;
}
.AnyTagClassName
{
color: #002830;
}
</style>
background-color css
<style>
a { background-color: #002830; }
a { background-color: rgb(0,40,48); }
div.DivClassName
{
background-color: #002830;
}
.BgClassName
{
background-color: #002830;
}
</style>
border-color css
<style>
span { border-color: #002830; }
span { border-color: rgb(0,40,48); }
td.TdClassName
{
border-color: #002830;
}
.TagClassName
{
border-color: #002830;
}
</style>