Shades of Black Pearl #0D151B
Tints of Black Pearl #0D151B
RGB
CMYK
RGB Variations
Color information
#0D151B (or 0x0D151B) is known color: Black Pearl. HEX triplet: 0D, 15 and 1B. RGB value is (13,21,27). Sum of RGB (Red+Green+Blue) = 13+21+27=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D151B is #F2EAE4. Grayscale: #131313. Windows color (decimal): -15919845 or 1774861. OLE color: 1774861.
HSL color Cylindrical-coordinate representation of color #0D151B: hue angle of 205.71º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0D151B is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 21 | 27 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.89 |
| HSL | 205.71º | 0.35% | 0.08% | - |
| HSV(B) | 205.71º | 0.52% | 0.11% | - |
| XYZ | 0.63 | 0.7 | 1.14 | - |
| YUV | 19.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 27 | 0.52 | 0.22 | 0 | 0.89 | 205.71 | 0.35 | 0.08 |
| Hex | D | 15 | 1B | 34 | 16 | 0 | 59 | CE | 23 | 8 |
| Octal | 15 | 25 | 33 | 64 | 26 | 0 | 131 | 316 | 43 | 10 |
| Binary | 1101 | 10101 | 11011 | 110100 | 10110 | 0 | 1011001 | 11001110 | 100011 | 1000 |
Color Harmonies of #0D151B
Complementary color
Monochromatic Colors of #0D151B
Black with #0D151B
Text Example
Text Example
White with #0D151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D151B; }
p { color: rgb(13,21,27); }
H1.HeaderClassName
{
color: #0D151B;
}
.AnyTagClassName
{
color: #0D151B;
}
</style>
background-color css
<style>
a { background-color: #0D151B; }
a { background-color: rgb(13,21,27); }
div.DivClassName
{
background-color: #0D151B;
}
.BgClassName
{
background-color: #0D151B;
}
</style>
border-color css
<style>
span { border-color: #0D151B; }
span { border-color: rgb(13,21,27); }
td.TdClassName
{
border-color: #0D151B;
}
.TagClassName
{
border-color: #0D151B;
}
</style>