Shades of Black Pearl #0B131D
Tints of Black Pearl #0B131D
RGB
CMYK
RGB Variations
Color information
#0B131D (or 0x0B131D) is known color: Black Pearl. HEX triplet: 0B, 13 and 1D. RGB value is (11,19,29). Sum of RGB (Red+Green+Blue) = 11+19+29=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B131D is #F4ECE2. Grayscale: #111111. Windows color (decimal): -16051427 or 1905419. OLE color: 1905419.
HSL color Cylindrical-coordinate representation of color #0B131D: hue angle of 213.33º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B131D is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 19 | 29 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.89 |
| HSL | 213.33º | 0.45% | 0.08% | - |
| HSV(B) | 213.33º | 0.62% | 0.11% | - |
| XYZ | 0.59 | 0.63 | 1.25 | - |
| YUV | 17.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 29 | 0.62 | 0.34 | 0 | 0.89 | 213.33 | 0.45 | 0.08 |
| Hex | B | 13 | 1D | 3E | 22 | 0 | 59 | D5 | 2D | 8 |
| Octal | 13 | 23 | 35 | 76 | 42 | 0 | 131 | 325 | 55 | 10 |
| Binary | 1011 | 10011 | 11101 | 111110 | 100010 | 0 | 1011001 | 11010101 | 101101 | 1000 |
Color Harmonies of #0B131D
Complementary color
Monochromatic Colors of #0B131D
Black with #0B131D
Text Example
Text Example
White with #0B131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B131D; }
p { color: rgb(11,19,29); }
H1.HeaderClassName
{
color: #0B131D;
}
.AnyTagClassName
{
color: #0B131D;
}
</style>
background-color css
<style>
a { background-color: #0B131D; }
a { background-color: rgb(11,19,29); }
div.DivClassName
{
background-color: #0B131D;
}
.BgClassName
{
background-color: #0B131D;
}
</style>
border-color css
<style>
span { border-color: #0B131D; }
span { border-color: rgb(11,19,29); }
td.TdClassName
{
border-color: #0B131D;
}
.TagClassName
{
border-color: #0B131D;
}
</style>