Shades of Black Pearl #0D1D1F
Tints of Black Pearl #0D1D1F
RGB
CMYK
RGB Variations
Color information
#0D1D1F (or 0x0D1D1F) is known color: Black Pearl. HEX triplet: 0D, 1D and 1F. RGB value is (13,29,31). Sum of RGB (Red+Green+Blue) = 13+29+31=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D1D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1D1F is #F2E2E0. Grayscale: #181818. Windows color (decimal): -15917793 or 2039053. OLE color: 2039053.
HSL color Cylindrical-coordinate representation of color #0D1D1F: hue angle of 186.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1D1F is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 29 | 31 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.88 |
| HSL | 186.67º | 0.41% | 0.09% | - |
| HSV(B) | 186.67º | 0.58% | 0.12% | - |
| XYZ | 0.85 | 1.06 | 1.46 | - |
| YUV | 24.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 31 | 0.58 | 0.06 | 0 | 0.88 | 186.67 | 0.41 | 0.09 |
| Hex | D | 1D | 1F | 3A | 6 | 0 | 58 | BB | 29 | 9 |
| Octal | 15 | 35 | 37 | 72 | 6 | 0 | 130 | 273 | 51 | 11 |
| Binary | 1101 | 11101 | 11111 | 111010 | 110 | 0 | 1011000 | 10111011 | 101001 | 1001 |
Color Harmonies of #0D1D1F
Complementary color
Monochromatic Colors of #0D1D1F
Black with #0D1D1F
Text Example
Text Example
White with #0D1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D1F; }
p { color: rgb(13,29,31); }
H1.HeaderClassName
{
color: #0D1D1F;
}
.AnyTagClassName
{
color: #0D1D1F;
}
</style>
background-color css
<style>
a { background-color: #0D1D1F; }
a { background-color: rgb(13,29,31); }
div.DivClassName
{
background-color: #0D1D1F;
}
.BgClassName
{
background-color: #0D1D1F;
}
</style>
border-color css
<style>
span { border-color: #0D1D1F; }
span { border-color: rgb(13,29,31); }
td.TdClassName
{
border-color: #0D1D1F;
}
.TagClassName
{
border-color: #0D1D1F;
}
</style>