Shades of Black Pearl #0B2224
Tints of Black Pearl #0B2224
RGB
CMYK
RGB Variations
Color information
#0B2224 (or 0x0B2224) is known color: Black Pearl. HEX triplet: 0B, 22 and 24. RGB value is (11,34,36). Sum of RGB (Red+Green+Blue) = 11+34+36=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 36 - color contains mainly: blue. Hex color #0B2224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2224 is #F4DDDB. Grayscale: #1B1B1B. Windows color (decimal): -16047580 or 2368011. OLE color: 2368011.
HSL color Cylindrical-coordinate representation of color #0B2224: hue angle of 184.8º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B2224 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 34 | 36 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.86 |
| HSL | 184.8º | 0.53% | 0.09% | - |
| HSV(B) | 184.8º | 0.69% | 0.14% | - |
| XYZ | 1.03 | 1.34 | 1.87 | - |
| YUV | 27.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 36 | 0.69 | 0.06 | 0 | 0.86 | 184.8 | 0.53 | 0.09 |
| Hex | B | 22 | 24 | 45 | 6 | 0 | 56 | B9 | 35 | 9 |
| Octal | 13 | 42 | 44 | 105 | 6 | 0 | 126 | 271 | 65 | 11 |
| Binary | 1011 | 100010 | 100100 | 1000101 | 110 | 0 | 1010110 | 10111001 | 110101 | 1001 |
Color Harmonies of #0B2224
Complementary color
Monochromatic Colors of #0B2224
Black with #0B2224
Text Example
Text Example
White with #0B2224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2224; }
p { color: rgb(11,34,36); }
H1.HeaderClassName
{
color: #0B2224;
}
.AnyTagClassName
{
color: #0B2224;
}
</style>
background-color css
<style>
a { background-color: #0B2224; }
a { background-color: rgb(11,34,36); }
div.DivClassName
{
background-color: #0B2224;
}
.BgClassName
{
background-color: #0B2224;
}
</style>
border-color css
<style>
span { border-color: #0B2224; }
span { border-color: rgb(11,34,36); }
td.TdClassName
{
border-color: #0B2224;
}
.TagClassName
{
border-color: #0B2224;
}
</style>