Shades of Black Pearl #0D1D26
Tints of Black Pearl #0D1D26
RGB
CMYK
RGB Variations
Color information
#0D1D26 (or 0x0D1D26) is known color: Black Pearl. HEX triplet: 0D, 1D and 26. RGB value is (13,29,38). Sum of RGB (Red+Green+Blue) = 13+29+38=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #0D1D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1D26 is #F2E2D9. Grayscale: #191919. Windows color (decimal): -15917786 or 2497805. OLE color: 2497805.
HSL color Cylindrical-coordinate representation of color #0D1D26: hue angle of 201.6º 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 #0D1D26 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 29 | 38 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.85 |
| HSL | 201.6º | 0.49% | 0.1% | - |
| HSV(B) | 201.6º | 0.66% | 0.15% | - |
| XYZ | 0.96 | 1.1 | 2 | - |
| YUV | 25.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 38 | 0.66 | 0.24 | 0 | 0.85 | 201.6 | 0.49 | 0.1 |
| Hex | D | 1D | 26 | 42 | 18 | 0 | 55 | CA | 31 | A |
| Octal | 15 | 35 | 46 | 102 | 30 | 0 | 125 | 312 | 61 | 12 |
| Binary | 1101 | 11101 | 100110 | 1000010 | 11000 | 0 | 1010101 | 11001010 | 110001 | 1010 |
Color Harmonies of #0D1D26
Complementary color
Monochromatic Colors of #0D1D26
Black with #0D1D26
Text Example
Text Example
White with #0D1D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D26; }
p { color: rgb(13,29,38); }
H1.HeaderClassName
{
color: #0D1D26;
}
.AnyTagClassName
{
color: #0D1D26;
}
</style>
background-color css
<style>
a { background-color: #0D1D26; }
a { background-color: rgb(13,29,38); }
div.DivClassName
{
background-color: #0D1D26;
}
.BgClassName
{
background-color: #0D1D26;
}
</style>
border-color css
<style>
span { border-color: #0D1D26; }
span { border-color: rgb(13,29,38); }
td.TdClassName
{
border-color: #0D1D26;
}
.TagClassName
{
border-color: #0D1D26;
}
</style>