Shades of Black Pearl #0D1A26
Tints of Black Pearl #0D1A26
RGB
CMYK
RGB Variations
Color information
#0D1A26 (or 0x0D1A26) is known color: Black Pearl. HEX triplet: 0D, 1A and 26. RGB value is (13,26,38). Sum of RGB (Red+Green+Blue) = 13+26+38=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #0D1A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1A26 is #F2E5D9. Grayscale: #171717. Windows color (decimal): -15918554 or 2497037. OLE color: 2497037.
HSL color Cylindrical-coordinate representation of color #0D1A26: hue angle of 208.8º 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 #0D1A26 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 26 | 38 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.85 |
| HSL | 208.8º | 0.49% | 0.1% | - |
| HSV(B) | 208.8º | 0.66% | 0.15% | - |
| XYZ | 0.89 | 0.96 | 1.97 | - |
| YUV | 23.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 26 | 38 | 0.66 | 0.32 | 0 | 0.85 | 208.8 | 0.49 | 0.1 |
| Hex | D | 1A | 26 | 42 | 20 | 0 | 55 | D1 | 31 | A |
| Octal | 15 | 32 | 46 | 102 | 40 | 0 | 125 | 321 | 61 | 12 |
| Binary | 1101 | 11010 | 100110 | 1000010 | 100000 | 0 | 1010101 | 11010001 | 110001 | 1010 |
Color Harmonies of #0D1A26
Complementary color
Monochromatic Colors of #0D1A26
Black with #0D1A26
Text Example
Text Example
White with #0D1A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1A26; }
p { color: rgb(13,26,38); }
H1.HeaderClassName
{
color: #0D1A26;
}
.AnyTagClassName
{
color: #0D1A26;
}
</style>
background-color css
<style>
a { background-color: #0D1A26; }
a { background-color: rgb(13,26,38); }
div.DivClassName
{
background-color: #0D1A26;
}
.BgClassName
{
background-color: #0D1A26;
}
</style>
border-color css
<style>
span { border-color: #0D1A26; }
span { border-color: rgb(13,26,38); }
td.TdClassName
{
border-color: #0D1A26;
}
.TagClassName
{
border-color: #0D1A26;
}
</style>