Shades of Black Pearl #0D2022
Tints of Black Pearl #0D2022
RGB
CMYK
RGB Variations
Color information
#0D2022 (or 0x0D2022) is known color: Black Pearl. HEX triplet: 0D, 20 and 22. RGB value is (13,32,34). Sum of RGB (Red+Green+Blue) = 13+32+34=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 34 (13.67% from 255 or 43.04% from 79); Max value from RGB is 34 - color contains mainly: blue. Hex color #0D2022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2022 is #F2DFDD. Grayscale: #1A1A1A. Windows color (decimal): -15917022 or 2236429. OLE color: 2236429.
HSL color Cylindrical-coordinate representation of color #0D2022: hue angle of 185.71º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D2022 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 32 | 34 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.87 |
| HSL | 185.71º | 0.45% | 0.09% | - |
| HSV(B) | 185.71º | 0.62% | 0.13% | - |
| XYZ | 0.97 | 1.23 | 1.7 | - |
| YUV | 26.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 34 | 0.62 | 0.06 | 0 | 0.87 | 185.71 | 0.45 | 0.09 |
| Hex | D | 20 | 22 | 3E | 6 | 0 | 57 | BA | 2D | 9 |
| Octal | 15 | 40 | 42 | 76 | 6 | 0 | 127 | 272 | 55 | 11 |
| Binary | 1101 | 100000 | 100010 | 111110 | 110 | 0 | 1010111 | 10111010 | 101101 | 1001 |
Color Harmonies of #0D2022
Complementary color
Monochromatic Colors of #0D2022
Black with #0D2022
Text Example
Text Example
White with #0D2022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2022; }
p { color: rgb(13,32,34); }
H1.HeaderClassName
{
color: #0D2022;
}
.AnyTagClassName
{
color: #0D2022;
}
</style>
background-color css
<style>
a { background-color: #0D2022; }
a { background-color: rgb(13,32,34); }
div.DivClassName
{
background-color: #0D2022;
}
.BgClassName
{
background-color: #0D2022;
}
</style>
border-color css
<style>
span { border-color: #0D2022; }
span { border-color: rgb(13,32,34); }
td.TdClassName
{
border-color: #0D2022;
}
.TagClassName
{
border-color: #0D2022;
}
</style>