Shades of Black Pearl #0D161B
Tints of Black Pearl #0D161B
RGB
CMYK
RGB Variations
Color information
#0D161B (or 0x0D161B) is known color: Black Pearl. HEX triplet: 0D, 16 and 1B. RGB value is (13,22,27). Sum of RGB (Red+Green+Blue) = 13+22+27=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 22 (8.98% from 255 or 35.48% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D161B is #F2E9E4. Grayscale: #131313. Windows color (decimal): -15919589 or 1775117. OLE color: 1775117.
HSL color Cylindrical-coordinate representation of color #0D161B: hue angle of 201.43º 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 #0D161B is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 22 | 27 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.89 |
| HSL | 201.43º | 0.35% | 0.08% | - |
| HSV(B) | 201.43º | 0.52% | 0.11% | - |
| XYZ | 0.65 | 0.74 | 1.15 | - |
| YUV | 19.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 27 | 0.52 | 0.19 | 0 | 0.89 | 201.43 | 0.35 | 0.08 |
| Hex | D | 16 | 1B | 34 | 13 | 0 | 59 | C9 | 23 | 8 |
| Octal | 15 | 26 | 33 | 64 | 23 | 0 | 131 | 311 | 43 | 10 |
| Binary | 1101 | 10110 | 11011 | 110100 | 10011 | 0 | 1011001 | 11001001 | 100011 | 1000 |
Color Harmonies of #0D161B
Complementary color
Monochromatic Colors of #0D161B
Black with #0D161B
Text Example
Text Example
White with #0D161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D161B; }
p { color: rgb(13,22,27); }
H1.HeaderClassName
{
color: #0D161B;
}
.AnyTagClassName
{
color: #0D161B;
}
</style>
background-color css
<style>
a { background-color: #0D161B; }
a { background-color: rgb(13,22,27); }
div.DivClassName
{
background-color: #0D161B;
}
.BgClassName
{
background-color: #0D161B;
}
</style>
border-color css
<style>
span { border-color: #0D161B; }
span { border-color: rgb(13,22,27); }
td.TdClassName
{
border-color: #0D161B;
}
.TagClassName
{
border-color: #0D161B;
}
</style>