Shades of Black Pearl #0D181B
Tints of Black Pearl #0D181B
RGB
CMYK
RGB Variations
Color information
#0D181B (or 0x0D181B) is known color: Black Pearl. HEX triplet: 0D, 18 and 1B. RGB value is (13,24,27). Sum of RGB (Red+Green+Blue) = 13+24+27=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D181B is #F2E7E4. Grayscale: #151515. Windows color (decimal): -15919077 or 1775629. OLE color: 1775629.
HSL color Cylindrical-coordinate representation of color #0D181B: hue angle of 192.86º 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 #0D181B is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 24 | 27 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.89 |
| HSL | 192.86º | 0.35% | 0.08% | - |
| HSV(B) | 192.86º | 0.52% | 0.11% | - |
| XYZ | 0.69 | 0.82 | 1.16 | - |
| YUV | 21.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 27 | 0.52 | 0.11 | 0 | 0.89 | 192.86 | 0.35 | 0.08 |
| Hex | D | 18 | 1B | 34 | B | 0 | 59 | C1 | 23 | 8 |
| Octal | 15 | 30 | 33 | 64 | 13 | 0 | 131 | 301 | 43 | 10 |
| Binary | 1101 | 11000 | 11011 | 110100 | 1011 | 0 | 1011001 | 11000001 | 100011 | 1000 |
Color Harmonies of #0D181B
Complementary color
Monochromatic Colors of #0D181B
Black with #0D181B
Text Example
Text Example
White with #0D181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D181B; }
p { color: rgb(13,24,27); }
H1.HeaderClassName
{
color: #0D181B;
}
.AnyTagClassName
{
color: #0D181B;
}
</style>
background-color css
<style>
a { background-color: #0D181B; }
a { background-color: rgb(13,24,27); }
div.DivClassName
{
background-color: #0D181B;
}
.BgClassName
{
background-color: #0D181B;
}
</style>
border-color css
<style>
span { border-color: #0D181B; }
span { border-color: rgb(13,24,27); }
td.TdClassName
{
border-color: #0D181B;
}
.TagClassName
{
border-color: #0D181B;
}
</style>