Shades of Black Pearl #0D1625
Tints of Black Pearl #0D1625
RGB
CMYK
RGB Variations
Color information
#0D1625 (or 0x0D1625) is known color: Black Pearl. HEX triplet: 0D, 16 and 25. RGB value is (13,22,37). Sum of RGB (Red+Green+Blue) = 13+22+37=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D1625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1625 is #F2E9DA. Grayscale: #141414. Windows color (decimal): -15919579 or 2430477. OLE color: 2430477.
HSL color Cylindrical-coordinate representation of color #0D1625: hue angle of 217.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D1625 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 22 | 37 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.85 |
| HSL | 217.5º | 0.48% | 0.1% | - |
| HSV(B) | 217.5º | 0.65% | 0.15% | - |
| XYZ | 0.79 | 0.79 | 1.86 | - |
| YUV | 21.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 37 | 0.65 | 0.41 | 0 | 0.85 | 217.5 | 0.48 | 0.1 |
| Hex | D | 16 | 25 | 41 | 29 | 0 | 55 | DA | 30 | A |
| Octal | 15 | 26 | 45 | 101 | 51 | 0 | 125 | 332 | 60 | 12 |
| Binary | 1101 | 10110 | 100101 | 1000001 | 101001 | 0 | 1010101 | 11011010 | 110000 | 1010 |
Color Harmonies of #0D1625
Complementary color
Monochromatic Colors of #0D1625
Black with #0D1625
Text Example
Text Example
White with #0D1625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1625; }
p { color: rgb(13,22,37); }
H1.HeaderClassName
{
color: #0D1625;
}
.AnyTagClassName
{
color: #0D1625;
}
</style>
background-color css
<style>
a { background-color: #0D1625; }
a { background-color: rgb(13,22,37); }
div.DivClassName
{
background-color: #0D1625;
}
.BgClassName
{
background-color: #0D1625;
}
</style>
border-color css
<style>
span { border-color: #0D1625; }
span { border-color: rgb(13,22,37); }
td.TdClassName
{
border-color: #0D1625;
}
.TagClassName
{
border-color: #0D1625;
}
</style>