Shades of Black Pearl #002035
Tints of Black Pearl #002035
RGB
CMYK
RGB Variations
Color information
#002035 (or 0x002035) is known color: Black Pearl. HEX triplet: 00, 20 and 35. RGB value is (0,32,53). Sum of RGB (Red+Green+Blue) = 0+32+53=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #002035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002035 is #FFDFCA. Grayscale: #181818. Windows color (decimal): -16768971 or 3481600. OLE color: 3481600.
HSL color Cylindrical-coordinate representation of color #002035: hue angle of 203.77º 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 #002035 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 32 | 53 | - |
| CMYK | 1 | 0.40 | 0 | 0.79 |
| HSL | 203.77º | 1% | 0.1% | - |
| HSV(B) | 203.77º | 1% | 0.21% | - |
| XYZ | 1.16 | 1.29 | 3.56 | - |
| YUV | 24.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 53 | 1 | 0.40 | 0 | 0.79 | 203.77 | 1 | 0.1 |
| Hex | 0 | 20 | 35 | 64 | 28 | 0 | 4F | CC | 64 | A |
| Octal | 0 | 40 | 65 | 144 | 50 | 0 | 117 | 314 | 144 | 12 |
| Binary | 0 | 100000 | 110101 | 1100100 | 101000 | 0 | 1001111 | 11001100 | 1100100 | 1010 |
Color Harmonies of #002035
Complementary color
Monochromatic Colors of #002035
Black with #002035
Text Example
Text Example
White with #002035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002035; }
p { color: rgb(0,32,53); }
H1.HeaderClassName
{
color: #002035;
}
.AnyTagClassName
{
color: #002035;
}
</style>
background-color css
<style>
a { background-color: #002035; }
a { background-color: rgb(0,32,53); }
div.DivClassName
{
background-color: #002035;
}
.BgClassName
{
background-color: #002035;
}
</style>
border-color css
<style>
span { border-color: #002035; }
span { border-color: rgb(0,32,53); }
td.TdClassName
{
border-color: #002035;
}
.TagClassName
{
border-color: #002035;
}
</style>