Shades of Black Pearl #0B2029
Tints of Black Pearl #0B2029
RGB
CMYK
RGB Variations
Color information
#0B2029 (or 0x0B2029) is known color: Black Pearl. HEX triplet: 0B, 20 and 29. RGB value is (11,32,41). Sum of RGB (Red+Green+Blue) = 11+32+41=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #0B2029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2029 is #F4DFD6. Grayscale: #1A1A1A. Windows color (decimal): -16048087 or 2695179. OLE color: 2695179.
HSL color Cylindrical-coordinate representation of color #0B2029: hue angle of 198º degrees, saturation: 0.58, 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 #0B2029 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 32 | 41 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.84 |
| HSL | 198º | 0.58% | 0.1% | - |
| HSV(B) | 198º | 0.73% | 0.16% | - |
| XYZ | 1.05 | 1.26 | 2.29 | - |
| YUV | 26.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 41 | 0.73 | 0.22 | 0 | 0.84 | 198 | 0.58 | 0.1 |
| Hex | B | 20 | 29 | 49 | 16 | 0 | 54 | C6 | 3A | A |
| Octal | 13 | 40 | 51 | 111 | 26 | 0 | 124 | 306 | 72 | 12 |
| Binary | 1011 | 100000 | 101001 | 1001001 | 10110 | 0 | 1010100 | 11000110 | 111010 | 1010 |
Color Harmonies of #0B2029
Complementary color
Monochromatic Colors of #0B2029
Black with #0B2029
Text Example
Text Example
White with #0B2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2029; }
p { color: rgb(11,32,41); }
H1.HeaderClassName
{
color: #0B2029;
}
.AnyTagClassName
{
color: #0B2029;
}
</style>
background-color css
<style>
a { background-color: #0B2029; }
a { background-color: rgb(11,32,41); }
div.DivClassName
{
background-color: #0B2029;
}
.BgClassName
{
background-color: #0B2029;
}
</style>
border-color css
<style>
span { border-color: #0B2029; }
span { border-color: rgb(11,32,41); }
td.TdClassName
{
border-color: #0B2029;
}
.TagClassName
{
border-color: #0B2029;
}
</style>