Shades of Black Pearl #0D1725
Tints of Black Pearl #0D1725
RGB
CMYK
RGB Variations
Color information
#0D1725 (or 0x0D1725) is known color: Black Pearl. HEX triplet: 0D, 17 and 25. RGB value is (13,23,37). Sum of RGB (Red+Green+Blue) = 13+23+37=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D1725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1725 is #F2E8DA. Grayscale: #151515. Windows color (decimal): -15919323 or 2430733. OLE color: 2430733.
HSL color Cylindrical-coordinate representation of color #0D1725: hue angle of 215º 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 #0D1725 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 23 | 37 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.85 |
| HSL | 215º | 0.48% | 0.1% | - |
| HSV(B) | 215º | 0.65% | 0.15% | - |
| XYZ | 0.81 | 0.83 | 1.87 | - |
| YUV | 21.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 37 | 0.65 | 0.38 | 0 | 0.85 | 215 | 0.48 | 0.1 |
| Hex | D | 17 | 25 | 41 | 26 | 0 | 55 | D7 | 30 | A |
| Octal | 15 | 27 | 45 | 101 | 46 | 0 | 125 | 327 | 60 | 12 |
| Binary | 1101 | 10111 | 100101 | 1000001 | 100110 | 0 | 1010101 | 11010111 | 110000 | 1010 |
Color Harmonies of #0D1725
Complementary color
Monochromatic Colors of #0D1725
Black with #0D1725
Text Example
Text Example
White with #0D1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1725; }
p { color: rgb(13,23,37); }
H1.HeaderClassName
{
color: #0D1725;
}
.AnyTagClassName
{
color: #0D1725;
}
</style>
background-color css
<style>
a { background-color: #0D1725; }
a { background-color: rgb(13,23,37); }
div.DivClassName
{
background-color: #0D1725;
}
.BgClassName
{
background-color: #0D1725;
}
</style>
border-color css
<style>
span { border-color: #0D1725; }
span { border-color: rgb(13,23,37); }
td.TdClassName
{
border-color: #0D1725;
}
.TagClassName
{
border-color: #0D1725;
}
</style>