Shades of Black Pearl #0D171F
Tints of Black Pearl #0D171F
RGB
CMYK
RGB Variations
Color information
#0D171F (or 0x0D171F) is known color: Black Pearl. HEX triplet: 0D, 17 and 1F. RGB value is (13,23,31). Sum of RGB (Red+Green+Blue) = 13+23+31=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D171F is #F2E8E0. Grayscale: #141414. Windows color (decimal): -15919329 or 2037517. OLE color: 2037517.
HSL color Cylindrical-coordinate representation of color #0D171F: hue angle of 206.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D171F is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 23 | 31 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.88 |
| HSL | 206.67º | 0.41% | 0.09% | - |
| HSV(B) | 206.67º | 0.58% | 0.12% | - |
| XYZ | 0.72 | 0.8 | 1.41 | - |
| YUV | 20.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 31 | 0.58 | 0.26 | 0 | 0.88 | 206.67 | 0.41 | 0.09 |
| Hex | D | 17 | 1F | 3A | 1A | 0 | 58 | CF | 29 | 9 |
| Octal | 15 | 27 | 37 | 72 | 32 | 0 | 130 | 317 | 51 | 11 |
| Binary | 1101 | 10111 | 11111 | 111010 | 11010 | 0 | 1011000 | 11001111 | 101001 | 1001 |
Color Harmonies of #0D171F
Complementary color
Monochromatic Colors of #0D171F
Black with #0D171F
Text Example
Text Example
White with #0D171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D171F; }
p { color: rgb(13,23,31); }
H1.HeaderClassName
{
color: #0D171F;
}
.AnyTagClassName
{
color: #0D171F;
}
</style>
background-color css
<style>
a { background-color: #0D171F; }
a { background-color: rgb(13,23,31); }
div.DivClassName
{
background-color: #0D171F;
}
.BgClassName
{
background-color: #0D171F;
}
</style>
border-color css
<style>
span { border-color: #0D171F; }
span { border-color: rgb(13,23,31); }
td.TdClassName
{
border-color: #0D171F;
}
.TagClassName
{
border-color: #0D171F;
}
</style>