Shades of Black Pearl #000D22
Tints of Black Pearl #000D22
RGB
CMYK
RGB Variations
Color information
#000D22 (or 0x000D22) is known color: Black Pearl. HEX triplet: 00, 0D and 22. RGB value is (0,13,34). Sum of RGB (Red+Green+Blue) = 0+13+34=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 34 (13.67% from 255 or 72.34% from 47); Max value from RGB is 34 - color contains mainly: blue. Hex color #000D22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D22 is #FFF2DD. Grayscale: #0B0B0B. Windows color (decimal): -16773854 or 2231552. OLE color: 2231552.
HSL color Cylindrical-coordinate representation of color #000D22: hue angle of 217.06º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D22 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 13 | 34 | - |
| CMYK | 1 | 0.62 | 0 | 0.87 |
| HSL | 217.06º | 1% | 0.07% | - |
| HSV(B) | 217.06º | 1% | 0.13% | - |
| XYZ | 0.43 | 0.4 | 1.57 | - |
| YUV | 11.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 34 | 1 | 0.62 | 0 | 0.87 | 217.06 | 1 | 0.07 |
| Hex | 0 | D | 22 | 64 | 3E | 0 | 57 | D9 | 64 | 7 |
| Octal | 0 | 15 | 42 | 144 | 76 | 0 | 127 | 331 | 144 | 7 |
| Binary | 0 | 1101 | 100010 | 1100100 | 111110 | 0 | 1010111 | 11011001 | 1100100 | 111 |
Color Harmonies of #000D22
Complementary color
Monochromatic Colors of #000D22
Black with #000D22
Text Example
Text Example
White with #000D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D22; }
p { color: rgb(0,13,34); }
H1.HeaderClassName
{
color: #000D22;
}
.AnyTagClassName
{
color: #000D22;
}
</style>
background-color css
<style>
a { background-color: #000D22; }
a { background-color: rgb(0,13,34); }
div.DivClassName
{
background-color: #000D22;
}
.BgClassName
{
background-color: #000D22;
}
</style>
border-color css
<style>
span { border-color: #000D22; }
span { border-color: rgb(0,13,34); }
td.TdClassName
{
border-color: #000D22;
}
.TagClassName
{
border-color: #000D22;
}
</style>