Shades of Black Pearl #0D171B
Tints of Black Pearl #0D171B
RGB
CMYK
RGB Variations
Color information
#0D171B (or 0x0D171B) is known color: Black Pearl. HEX triplet: 0D, 17 and 1B. RGB value is (13,23,27). Sum of RGB (Red+Green+Blue) = 13+23+27=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D171B is #F2E8E4. Grayscale: #141414. Windows color (decimal): -15919333 or 1775373. OLE color: 1775373.
HSL color Cylindrical-coordinate representation of color #0D171B: hue angle of 197.14º 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 #0D171B is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 23 | 27 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.89 |
| HSL | 197.14º | 0.35% | 0.08% | - |
| HSV(B) | 197.14º | 0.52% | 0.11% | - |
| XYZ | 0.67 | 0.78 | 1.15 | - |
| YUV | 20.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 27 | 0.52 | 0.15 | 0 | 0.89 | 197.14 | 0.35 | 0.08 |
| Hex | D | 17 | 1B | 34 | F | 0 | 59 | C5 | 23 | 8 |
| Octal | 15 | 27 | 33 | 64 | 17 | 0 | 131 | 305 | 43 | 10 |
| Binary | 1101 | 10111 | 11011 | 110100 | 1111 | 0 | 1011001 | 11000101 | 100011 | 1000 |
Color Harmonies of #0D171B
Complementary color
Monochromatic Colors of #0D171B
Black with #0D171B
Text Example
Text Example
White with #0D171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D171B; }
p { color: rgb(13,23,27); }
H1.HeaderClassName
{
color: #0D171B;
}
.AnyTagClassName
{
color: #0D171B;
}
</style>
background-color css
<style>
a { background-color: #0D171B; }
a { background-color: rgb(13,23,27); }
div.DivClassName
{
background-color: #0D171B;
}
.BgClassName
{
background-color: #0D171B;
}
</style>
border-color css
<style>
span { border-color: #0D171B; }
span { border-color: rgb(13,23,27); }
td.TdClassName
{
border-color: #0D171B;
}
.TagClassName
{
border-color: #0D171B;
}
</style>