Shades of Black Pearl #000D21
Tints of Black Pearl #000D21
RGB
CMYK
RGB Variations
Color information
#000D21 (or 0x000D21) is known color: Black Pearl. HEX triplet: 00, 0D and 21. RGB value is (0,13,33). Sum of RGB (Red+Green+Blue) = 0+13+33=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 33 (13.28% from 255 or 71.74% from 46); Max value from RGB is 33 - color contains mainly: blue. Hex color #000D21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D21 is #FFF2DE. Grayscale: #0B0B0B. Windows color (decimal): -16773855 or 2166016. OLE color: 2166016.
HSL color Cylindrical-coordinate representation of color #000D21: hue angle of 216.36º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D21 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 13 | 33 | - |
| CMYK | 1 | 0.61 | 0 | 0.87 |
| HSL | 216.36º | 1% | 0.06% | - |
| HSV(B) | 216.36º | 1% | 0.13% | - |
| XYZ | 0.42 | 0.4 | 1.49 | - |
| YUV | 11.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 33 | 1 | 0.61 | 0 | 0.87 | 216.36 | 1 | 0.06 |
| Hex | 0 | D | 21 | 64 | 3D | 0 | 57 | D8 | 64 | 6 |
| Octal | 0 | 15 | 41 | 144 | 75 | 0 | 127 | 330 | 144 | 6 |
| Binary | 0 | 1101 | 100001 | 1100100 | 111101 | 0 | 1010111 | 11011000 | 1100100 | 110 |
Color Harmonies of #000D21
Complementary color
Monochromatic Colors of #000D21
Black with #000D21
Text Example
Text Example
White with #000D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D21; }
p { color: rgb(0,13,33); }
H1.HeaderClassName
{
color: #000D21;
}
.AnyTagClassName
{
color: #000D21;
}
</style>
background-color css
<style>
a { background-color: #000D21; }
a { background-color: rgb(0,13,33); }
div.DivClassName
{
background-color: #000D21;
}
.BgClassName
{
background-color: #000D21;
}
</style>
border-color css
<style>
span { border-color: #000D21; }
span { border-color: rgb(0,13,33); }
td.TdClassName
{
border-color: #000D21;
}
.TagClassName
{
border-color: #000D21;
}
</style>