Shades of Black Pearl #00202D
Tints of Black Pearl #00202D
RGB
CMYK
RGB Variations
Color information
#00202D (or 0x00202D) is known color: Black Pearl. HEX triplet: 00, 20 and 2D. RGB value is (0,32,45). Sum of RGB (Red+Green+Blue) = 0+32+45=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #00202D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00202D is #FFDFD2. Grayscale: #171717. Windows color (decimal): -16768979 or 2957312. OLE color: 2957312.
HSL color Cylindrical-coordinate representation of color #00202D: hue angle of 197.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00202D is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 32 | 45 | - |
| CMYK | 1 | 0.29 | 0 | 0.82 |
| HSL | 197.33º | 1% | 0.09% | - |
| HSV(B) | 197.33º | 1% | 0.18% | - |
| XYZ | 0.99 | 1.22 | 2.67 | - |
| YUV | 23.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 45 | 1 | 0.29 | 0 | 0.82 | 197.33 | 1 | 0.09 |
| Hex | 0 | 20 | 2D | 64 | 1D | 0 | 52 | C5 | 64 | 9 |
| Octal | 0 | 40 | 55 | 144 | 35 | 0 | 122 | 305 | 144 | 11 |
| Binary | 0 | 100000 | 101101 | 1100100 | 11101 | 0 | 1010010 | 11000101 | 1100100 | 1001 |
Color Harmonies of #00202D
Complementary color
Monochromatic Colors of #00202D
Black with #00202D
Text Example
Text Example
White with #00202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00202D; }
p { color: rgb(0,32,45); }
H1.HeaderClassName
{
color: #00202D;
}
.AnyTagClassName
{
color: #00202D;
}
</style>
background-color css
<style>
a { background-color: #00202D; }
a { background-color: rgb(0,32,45); }
div.DivClassName
{
background-color: #00202D;
}
.BgClassName
{
background-color: #00202D;
}
</style>
border-color css
<style>
span { border-color: #00202D; }
span { border-color: rgb(0,32,45); }
td.TdClassName
{
border-color: #00202D;
}
.TagClassName
{
border-color: #00202D;
}
</style>