Shades of Black Pearl #0D1315
Tints of Black Pearl #0D1315
RGB
CMYK
RGB Variations
Color information
#0D1315 (or 0x0D1315) is known color: Black Pearl. HEX triplet: 0D, 13 and 15. RGB value is (13,19,21). Sum of RGB (Red+Green+Blue) = 13+19+21=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D1315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1315 is #F2ECEA. Grayscale: #111111. Windows color (decimal): -15920363 or 1381133. OLE color: 1381133.
HSL color Cylindrical-coordinate representation of color #0D1315: hue angle of 195º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D1315 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 19 | 21 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.92 |
| HSL | 195º | 0.24% | 0.07% | - |
| HSV(B) | 195º | 0.38% | 0.08% | - |
| XYZ | 0.53 | 0.61 | 0.8 | - |
| YUV | 17.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 21 | 0.38 | 0.10 | 0 | 0.92 | 195 | 0.24 | 0.07 |
| Hex | D | 13 | 15 | 26 | A | 0 | 5C | C3 | 18 | 7 |
| Octal | 15 | 23 | 25 | 46 | 12 | 0 | 134 | 303 | 30 | 7 |
| Binary | 1101 | 10011 | 10101 | 100110 | 1010 | 0 | 1011100 | 11000011 | 11000 | 111 |
Color Harmonies of #0D1315
Complementary color
Monochromatic Colors of #0D1315
Black with #0D1315
Text Example
Text Example
White with #0D1315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1315; }
p { color: rgb(13,19,21); }
H1.HeaderClassName
{
color: #0D1315;
}
.AnyTagClassName
{
color: #0D1315;
}
</style>
background-color css
<style>
a { background-color: #0D1315; }
a { background-color: rgb(13,19,21); }
div.DivClassName
{
background-color: #0D1315;
}
.BgClassName
{
background-color: #0D1315;
}
</style>
border-color css
<style>
span { border-color: #0D1315; }
span { border-color: rgb(13,19,21); }
td.TdClassName
{
border-color: #0D1315;
}
.TagClassName
{
border-color: #0D1315;
}
</style>