Shades of Black Pearl #0D1D25
Tints of Black Pearl #0D1D25
RGB
CMYK
RGB Variations
Color information
#0D1D25 (or 0x0D1D25) is known color: Black Pearl. HEX triplet: 0D, 1D and 25. RGB value is (13,29,37). Sum of RGB (Red+Green+Blue) = 13+29+37=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D1D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1D25 is #F2E2DA. Grayscale: #191919. Windows color (decimal): -15917787 or 2432269. OLE color: 2432269.
HSL color Cylindrical-coordinate representation of color #0D1D25: hue angle of 200º 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 #0D1D25 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 29 | 37 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.85 |
| HSL | 200º | 0.48% | 0.1% | - |
| HSV(B) | 200º | 0.65% | 0.15% | - |
| XYZ | 0.94 | 1.1 | 1.91 | - |
| YUV | 25.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 37 | 0.65 | 0.22 | 0 | 0.85 | 200 | 0.48 | 0.1 |
| Hex | D | 1D | 25 | 41 | 16 | 0 | 55 | C8 | 30 | A |
| Octal | 15 | 35 | 45 | 101 | 26 | 0 | 125 | 310 | 60 | 12 |
| Binary | 1101 | 11101 | 100101 | 1000001 | 10110 | 0 | 1010101 | 11001000 | 110000 | 1010 |
Color Harmonies of #0D1D25
Complementary color
Monochromatic Colors of #0D1D25
Black with #0D1D25
Text Example
Text Example
White with #0D1D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D25; }
p { color: rgb(13,29,37); }
H1.HeaderClassName
{
color: #0D1D25;
}
.AnyTagClassName
{
color: #0D1D25;
}
</style>
background-color css
<style>
a { background-color: #0D1D25; }
a { background-color: rgb(13,29,37); }
div.DivClassName
{
background-color: #0D1D25;
}
.BgClassName
{
background-color: #0D1D25;
}
</style>
border-color css
<style>
span { border-color: #0D1D25; }
span { border-color: rgb(13,29,37); }
td.TdClassName
{
border-color: #0D1D25;
}
.TagClassName
{
border-color: #0D1D25;
}
</style>