Shades of Black Pearl #002835
Tints of Black Pearl #002835
RGB
CMYK
RGB Variations
Color information
#002835 (or 0x002835) is known color: Black Pearl. HEX triplet: 00, 28 and 35. RGB value is (0,40,53). Sum of RGB (Red+Green+Blue) = 0+40+53=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #002835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002835 is #FFD7CA. Grayscale: #1D1D1D. Windows color (decimal): -16766923 or 3483648. OLE color: 3483648.
HSL color Cylindrical-coordinate representation of color #002835: hue angle of 194.72º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002835 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 40 | 53 | - |
| CMYK | 1 | 0.25 | 0 | 0.79 |
| HSL | 194.72º | 1% | 0.1% | - |
| HSV(B) | 194.72º | 1% | 0.21% | - |
| XYZ | 1.4 | 1.77 | 3.64 | - |
| YUV | 29.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 53 | 1 | 0.25 | 0 | 0.79 | 194.72 | 1 | 0.1 |
| Hex | 0 | 28 | 35 | 64 | 19 | 0 | 4F | C3 | 64 | A |
| Octal | 0 | 50 | 65 | 144 | 31 | 0 | 117 | 303 | 144 | 12 |
| Binary | 0 | 101000 | 110101 | 1100100 | 11001 | 0 | 1001111 | 11000011 | 1100100 | 1010 |
Color Harmonies of #002835
Complementary color
Monochromatic Colors of #002835
Black with #002835
Text Example
Text Example
White with #002835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002835; }
p { color: rgb(0,40,53); }
H1.HeaderClassName
{
color: #002835;
}
.AnyTagClassName
{
color: #002835;
}
</style>
background-color css
<style>
a { background-color: #002835; }
a { background-color: rgb(0,40,53); }
div.DivClassName
{
background-color: #002835;
}
.BgClassName
{
background-color: #002835;
}
</style>
border-color css
<style>
span { border-color: #002835; }
span { border-color: rgb(0,40,53); }
td.TdClassName
{
border-color: #002835;
}
.TagClassName
{
border-color: #002835;
}
</style>