Shades of Black Pearl #0D2026
Tints of Black Pearl #0D2026
RGB
CMYK
RGB Variations
Color information
#0D2026 (or 0x0D2026) is known color: Black Pearl. HEX triplet: 0D, 20 and 26. RGB value is (13,32,38). Sum of RGB (Red+Green+Blue) = 13+32+38=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: blue. Hex color #0D2026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2026 is #F2DFD9. Grayscale: #1A1A1A. Windows color (decimal): -15917018 or 2498573. OLE color: 2498573.
HSL color Cylindrical-coordinate representation of color #0D2026: hue angle of 194.4º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D2026 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 32 | 38 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.85 |
| HSL | 194.4º | 0.49% | 0.1% | - |
| HSV(B) | 194.4º | 0.66% | 0.15% | - |
| XYZ | 1.03 | 1.26 | 2.02 | - |
| YUV | 27 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 38 | 0.66 | 0.16 | 0 | 0.85 | 194.4 | 0.49 | 0.1 |
| Hex | D | 20 | 26 | 42 | 10 | 0 | 55 | C2 | 31 | A |
| Octal | 15 | 40 | 46 | 102 | 20 | 0 | 125 | 302 | 61 | 12 |
| Binary | 1101 | 100000 | 100110 | 1000010 | 10000 | 0 | 1010101 | 11000010 | 110001 | 1010 |
Color Harmonies of #0D2026
Complementary color
Monochromatic Colors of #0D2026
Black with #0D2026
Text Example
Text Example
White with #0D2026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2026; }
p { color: rgb(13,32,38); }
H1.HeaderClassName
{
color: #0D2026;
}
.AnyTagClassName
{
color: #0D2026;
}
</style>
background-color css
<style>
a { background-color: #0D2026; }
a { background-color: rgb(13,32,38); }
div.DivClassName
{
background-color: #0D2026;
}
.BgClassName
{
background-color: #0D2026;
}
</style>
border-color css
<style>
span { border-color: #0D2026; }
span { border-color: rgb(13,32,38); }
td.TdClassName
{
border-color: #0D2026;
}
.TagClassName
{
border-color: #0D2026;
}
</style>