Shades of Black Pearl #0B1526
Tints of Black Pearl #0B1526
RGB
CMYK
RGB Variations
Color information
#0B1526 (or 0x0B1526) is known color: Black Pearl. HEX triplet: 0B, 15 and 26. RGB value is (11,21,38). Sum of RGB (Red+Green+Blue) = 11+21+38=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 38 (15.23% from 255 or 54.29% from 70); Max value from RGB is 38 - color contains mainly: blue. Hex color #0B1526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1526 is #F4EAD9. Grayscale: #131313. Windows color (decimal): -16050906 or 2495755. OLE color: 2495755.
HSL color Cylindrical-coordinate representation of color #0B1526: hue angle of 217.78º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B1526 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 21 | 38 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.85 |
| HSL | 217.78º | 0.55% | 0.1% | - |
| HSV(B) | 217.78º | 0.71% | 0.15% | - |
| XYZ | 0.76 | 0.75 | 1.94 | - |
| YUV | 19.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 38 | 0.71 | 0.45 | 0 | 0.85 | 217.78 | 0.55 | 0.1 |
| Hex | B | 15 | 26 | 47 | 2D | 0 | 55 | DA | 37 | A |
| Octal | 13 | 25 | 46 | 107 | 55 | 0 | 125 | 332 | 67 | 12 |
| Binary | 1011 | 10101 | 100110 | 1000111 | 101101 | 0 | 1010101 | 11011010 | 110111 | 1010 |
Color Harmonies of #0B1526
Complementary color
Monochromatic Colors of #0B1526
Black with #0B1526
Text Example
Text Example
White with #0B1526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1526; }
p { color: rgb(11,21,38); }
H1.HeaderClassName
{
color: #0B1526;
}
.AnyTagClassName
{
color: #0B1526;
}
</style>
background-color css
<style>
a { background-color: #0B1526; }
a { background-color: rgb(11,21,38); }
div.DivClassName
{
background-color: #0B1526;
}
.BgClassName
{
background-color: #0B1526;
}
</style>
border-color css
<style>
span { border-color: #0B1526; }
span { border-color: rgb(11,21,38); }
td.TdClassName
{
border-color: #0B1526;
}
.TagClassName
{
border-color: #0B1526;
}
</style>