Shades of Black Pearl #0D191C
Tints of Black Pearl #0D191C
RGB
CMYK
RGB Variations
Color information
#0D191C (or 0x0D191C) is known color: Black Pearl. HEX triplet: 0D, 19 and 1C. RGB value is (13,25,28). Sum of RGB (Red+Green+Blue) = 13+25+28=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D191C is #F2E6E3. Grayscale: #151515. Windows color (decimal): -15918820 or 1841421. OLE color: 1841421.
HSL color Cylindrical-coordinate representation of color #0D191C: hue angle of 192º 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 #0D191C is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 25 | 28 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.89 |
| HSL | 192º | 0.37% | 0.08% | - |
| HSV(B) | 192º | 0.54% | 0.11% | - |
| XYZ | 0.72 | 0.86 | 1.23 | - |
| YUV | 21.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 28 | 0.54 | 0.11 | 0 | 0.89 | 192 | 0.37 | 0.08 |
| Hex | D | 19 | 1C | 36 | B | 0 | 59 | C0 | 25 | 8 |
| Octal | 15 | 31 | 34 | 66 | 13 | 0 | 131 | 300 | 45 | 10 |
| Binary | 1101 | 11001 | 11100 | 110110 | 1011 | 0 | 1011001 | 11000000 | 100101 | 1000 |
Color Harmonies of #0D191C
Complementary color
Monochromatic Colors of #0D191C
Black with #0D191C
Text Example
Text Example
White with #0D191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D191C; }
p { color: rgb(13,25,28); }
H1.HeaderClassName
{
color: #0D191C;
}
.AnyTagClassName
{
color: #0D191C;
}
</style>
background-color css
<style>
a { background-color: #0D191C; }
a { background-color: rgb(13,25,28); }
div.DivClassName
{
background-color: #0D191C;
}
.BgClassName
{
background-color: #0D191C;
}
</style>
border-color css
<style>
span { border-color: #0D191C; }
span { border-color: rgb(13,25,28); }
td.TdClassName
{
border-color: #0D191C;
}
.TagClassName
{
border-color: #0D191C;
}
</style>