Shades of Black Pearl #0D1B1F
Tints of Black Pearl #0D1B1F
RGB
CMYK
RGB Variations
Color information
#0D1B1F (or 0x0D1B1F) is known color: Black Pearl. HEX triplet: 0D, 1B and 1F. RGB value is (13,27,31). Sum of RGB (Red+Green+Blue) = 13+27+31=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D1B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1B1F is #F2E4E0. Grayscale: #171717. Windows color (decimal): -15918305 or 2038541. OLE color: 2038541.
HSL color Cylindrical-coordinate representation of color #0D1B1F: hue angle of 193.33º 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 #0D1B1F is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 27 | 31 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.88 |
| HSL | 193.33º | 0.41% | 0.09% | - |
| HSV(B) | 193.33º | 0.58% | 0.12% | - |
| XYZ | 0.81 | 0.97 | 1.44 | - |
| YUV | 23.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 31 | 0.58 | 0.13 | 0 | 0.88 | 193.33 | 0.41 | 0.09 |
| Hex | D | 1B | 1F | 3A | D | 0 | 58 | C1 | 29 | 9 |
| Octal | 15 | 33 | 37 | 72 | 15 | 0 | 130 | 301 | 51 | 11 |
| Binary | 1101 | 11011 | 11111 | 111010 | 1101 | 0 | 1011000 | 11000001 | 101001 | 1001 |
Color Harmonies of #0D1B1F
Complementary color
Monochromatic Colors of #0D1B1F
Black with #0D1B1F
Text Example
Text Example
White with #0D1B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B1F; }
p { color: rgb(13,27,31); }
H1.HeaderClassName
{
color: #0D1B1F;
}
.AnyTagClassName
{
color: #0D1B1F;
}
</style>
background-color css
<style>
a { background-color: #0D1B1F; }
a { background-color: rgb(13,27,31); }
div.DivClassName
{
background-color: #0D1B1F;
}
.BgClassName
{
background-color: #0D1B1F;
}
</style>
border-color css
<style>
span { border-color: #0D1B1F; }
span { border-color: rgb(13,27,31); }
td.TdClassName
{
border-color: #0D1B1F;
}
.TagClassName
{
border-color: #0D1B1F;
}
</style>