Shades of Black Pearl #0B1928
Tints of Black Pearl #0B1928
RGB
CMYK
RGB Variations
Color information
#0B1928 (or 0x0B1928) is known color: Black Pearl. HEX triplet: 0B, 19 and 28. RGB value is (11,25,40). Sum of RGB (Red+Green+Blue) = 11+25+40=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B1928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1928 is #F4E6D7. Grayscale: #161616. Windows color (decimal): -16049880 or 2627851. OLE color: 2627851.
HSL color Cylindrical-coordinate representation of color #0B1928: hue angle of 211.03º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B1928 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 25 | 40 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.84 |
| HSL | 211.03º | 0.57% | 0.1% | - |
| HSV(B) | 211.03º | 0.73% | 0.16% | - |
| XYZ | 0.87 | 0.92 | 2.14 | - |
| YUV | 22.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 40 | 0.72 | 0.38 | 0 | 0.84 | 211.03 | 0.57 | 0.1 |
| Hex | B | 19 | 28 | 48 | 26 | 0 | 54 | D3 | 39 | A |
| Octal | 13 | 31 | 50 | 110 | 46 | 0 | 124 | 323 | 71 | 12 |
| Binary | 1011 | 11001 | 101000 | 1001000 | 100110 | 0 | 1010100 | 11010011 | 111001 | 1010 |
Color Harmonies of #0B1928
Complementary color
Monochromatic Colors of #0B1928
Black with #0B1928
Text Example
Text Example
White with #0B1928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1928; }
p { color: rgb(11,25,40); }
H1.HeaderClassName
{
color: #0B1928;
}
.AnyTagClassName
{
color: #0B1928;
}
</style>
background-color css
<style>
a { background-color: #0B1928; }
a { background-color: rgb(11,25,40); }
div.DivClassName
{
background-color: #0B1928;
}
.BgClassName
{
background-color: #0B1928;
}
</style>
border-color css
<style>
span { border-color: #0B1928; }
span { border-color: rgb(11,25,40); }
td.TdClassName
{
border-color: #0B1928;
}
.TagClassName
{
border-color: #0B1928;
}
</style>