Shades of Black Pearl #0D141F
Tints of Black Pearl #0D141F
RGB
CMYK
RGB Variations
Color information
#0D141F (or 0x0D141F) is known color: Black Pearl. HEX triplet: 0D, 14 and 1F. RGB value is (13,20,31). Sum of RGB (Red+Green+Blue) = 13+20+31=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D141F is #F2EBE0. Grayscale: #131313. Windows color (decimal): -15920097 or 2036749. OLE color: 2036749.
HSL color Cylindrical-coordinate representation of color #0D141F: hue angle of 216.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 #0D141F is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 20 | 31 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.88 |
| HSL | 216.67º | 0.41% | 0.09% | - |
| HSV(B) | 216.67º | 0.58% | 0.12% | - |
| XYZ | 0.66 | 0.68 | 1.39 | - |
| YUV | 19.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 31 | 0.58 | 0.35 | 0 | 0.88 | 216.67 | 0.41 | 0.09 |
| Hex | D | 14 | 1F | 3A | 23 | 0 | 58 | D9 | 29 | 9 |
| Octal | 15 | 24 | 37 | 72 | 43 | 0 | 130 | 331 | 51 | 11 |
| Binary | 1101 | 10100 | 11111 | 111010 | 100011 | 0 | 1011000 | 11011001 | 101001 | 1001 |
Color Harmonies of #0D141F
Complementary color
Monochromatic Colors of #0D141F
Black with #0D141F
Text Example
Text Example
White with #0D141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D141F; }
p { color: rgb(13,20,31); }
H1.HeaderClassName
{
color: #0D141F;
}
.AnyTagClassName
{
color: #0D141F;
}
</style>
background-color css
<style>
a { background-color: #0D141F; }
a { background-color: rgb(13,20,31); }
div.DivClassName
{
background-color: #0D141F;
}
.BgClassName
{
background-color: #0D141F;
}
</style>
border-color css
<style>
span { border-color: #0D141F; }
span { border-color: rgb(13,20,31); }
td.TdClassName
{
border-color: #0D141F;
}
.TagClassName
{
border-color: #0D141F;
}
</style>