Shades of Black Pearl #0B1628
Tints of Black Pearl #0B1628
RGB
CMYK
RGB Variations
Color information
#0B1628 (or 0x0B1628) is known color: Black Pearl. HEX triplet: 0B, 16 and 28. RGB value is (11,22,40). Sum of RGB (Red+Green+Blue) = 11+22+40=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 40 (16.02% from 255 or 54.79% from 73); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B1628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1628 is #F4E9D7. Grayscale: #141414. Windows color (decimal): -16050648 or 2627083. OLE color: 2627083.
HSL color Cylindrical-coordinate representation of color #0B1628: hue angle of 217.24º 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 #0B1628 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 22 | 40 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.84 |
| HSL | 217.24º | 0.57% | 0.1% | - |
| HSV(B) | 217.24º | 0.73% | 0.16% | - |
| XYZ | 0.81 | 0.8 | 2.12 | - |
| YUV | 20.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 40 | 0.72 | 0.45 | 0 | 0.84 | 217.24 | 0.57 | 0.1 |
| Hex | B | 16 | 28 | 48 | 2D | 0 | 54 | D9 | 39 | A |
| Octal | 13 | 26 | 50 | 110 | 55 | 0 | 124 | 331 | 71 | 12 |
| Binary | 1011 | 10110 | 101000 | 1001000 | 101101 | 0 | 1010100 | 11011001 | 111001 | 1010 |
Color Harmonies of #0B1628
Complementary color
Monochromatic Colors of #0B1628
Black with #0B1628
Text Example
Text Example
White with #0B1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1628; }
p { color: rgb(11,22,40); }
H1.HeaderClassName
{
color: #0B1628;
}
.AnyTagClassName
{
color: #0B1628;
}
</style>
background-color css
<style>
a { background-color: #0B1628; }
a { background-color: rgb(11,22,40); }
div.DivClassName
{
background-color: #0B1628;
}
.BgClassName
{
background-color: #0B1628;
}
</style>
border-color css
<style>
span { border-color: #0B1628; }
span { border-color: rgb(11,22,40); }
td.TdClassName
{
border-color: #0B1628;
}
.TagClassName
{
border-color: #0B1628;
}
</style>