Shades of Black Pearl #0D131A
Tints of Black Pearl #0D131A
RGB
CMYK
RGB Variations
Color information
#0D131A (or 0x0D131A) is known color: Black Pearl. HEX triplet: 0D, 13 and 1A. RGB value is (13,19,26). Sum of RGB (Red+Green+Blue) = 13+19+26=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D131A is #F2ECE5. Grayscale: #111111. Windows color (decimal): -15920358 or 1708813. OLE color: 1708813.
HSL color Cylindrical-coordinate representation of color #0D131A: hue angle of 212.31º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D131A is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 19 | 26 | - |
| CMYK | 0.5 | 0.27 | 0 | 0.90 |
| HSL | 212.31º | 0.33% | 0.08% | - |
| HSV(B) | 212.31º | 0.5% | 0.1% | - |
| XYZ | 0.59 | 0.63 | 1.07 | - |
| YUV | 18 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 26 | 0.5 | 0.27 | 0 | 0.90 | 212.31 | 0.33 | 0.08 |
| Hex | D | 13 | 1A | 32 | 1B | 0 | 5A | D4 | 21 | 8 |
| Octal | 15 | 23 | 32 | 62 | 33 | 0 | 132 | 324 | 41 | 10 |
| Binary | 1101 | 10011 | 11010 | 110010 | 11011 | 0 | 1011010 | 11010100 | 100001 | 1000 |
Color Harmonies of #0D131A
Complementary color
Monochromatic Colors of #0D131A
Black with #0D131A
Text Example
Text Example
White with #0D131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D131A; }
p { color: rgb(13,19,26); }
H1.HeaderClassName
{
color: #0D131A;
}
.AnyTagClassName
{
color: #0D131A;
}
</style>
background-color css
<style>
a { background-color: #0D131A; }
a { background-color: rgb(13,19,26); }
div.DivClassName
{
background-color: #0D131A;
}
.BgClassName
{
background-color: #0D131A;
}
</style>
border-color css
<style>
span { border-color: #0D131A; }
span { border-color: rgb(13,19,26); }
td.TdClassName
{
border-color: #0D131A;
}
.TagClassName
{
border-color: #0D131A;
}
</style>