Shades of Black Pearl #0D141C
Tints of Black Pearl #0D141C
RGB
CMYK
RGB Variations
Color information
#0D141C (or 0x0D141C) is known color: Black Pearl. HEX triplet: 0D, 14 and 1C. RGB value is (13,20,28). Sum of RGB (Red+Green+Blue) = 13+20+28=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D141C is #F2EBE3. Grayscale: #121212. Windows color (decimal): -15920100 or 1840141. OLE color: 1840141.
HSL color Cylindrical-coordinate representation of color #0D141C: hue angle of 212º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0D141C is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 20 | 28 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.89 |
| HSL | 212º | 0.37% | 0.08% | - |
| HSV(B) | 212º | 0.54% | 0.11% | - |
| XYZ | 0.63 | 0.67 | 1.19 | - |
| YUV | 18.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 28 | 0.54 | 0.29 | 0 | 0.89 | 212 | 0.37 | 0.08 |
| Hex | D | 14 | 1C | 36 | 1D | 0 | 59 | D4 | 25 | 8 |
| Octal | 15 | 24 | 34 | 66 | 35 | 0 | 131 | 324 | 45 | 10 |
| Binary | 1101 | 10100 | 11100 | 110110 | 11101 | 0 | 1011001 | 11010100 | 100101 | 1000 |
Color Harmonies of #0D141C
Complementary color
Monochromatic Colors of #0D141C
Black with #0D141C
Text Example
Text Example
White with #0D141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D141C; }
p { color: rgb(13,20,28); }
H1.HeaderClassName
{
color: #0D141C;
}
.AnyTagClassName
{
color: #0D141C;
}
</style>
background-color css
<style>
a { background-color: #0D141C; }
a { background-color: rgb(13,20,28); }
div.DivClassName
{
background-color: #0D141C;
}
.BgClassName
{
background-color: #0D141C;
}
</style>
border-color css
<style>
span { border-color: #0D141C; }
span { border-color: rgb(13,20,28); }
td.TdClassName
{
border-color: #0D141C;
}
.TagClassName
{
border-color: #0D141C;
}
</style>