Shades of Black Pearl #0B2226
Tints of Black Pearl #0B2226
RGB
CMYK
RGB Variations
Color information
#0B2226 (or 0x0B2226) is known color: Black Pearl. HEX triplet: 0B, 22 and 26. RGB value is (11,34,38). Sum of RGB (Red+Green+Blue) = 11+34+38=83 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.25% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: blue. Hex color #0B2226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2226 is #F4DDD9. Grayscale: #1B1B1B. Windows color (decimal): -16047578 or 2499083. OLE color: 2499083.
HSL color Cylindrical-coordinate representation of color #0B2226: hue angle of 188.89º 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 #0B2226 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 34 | 38 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.85 |
| HSL | 188.89º | 0.55% | 0.1% | - |
| HSV(B) | 188.89º | 0.71% | 0.15% | - |
| XYZ | 1.06 | 1.36 | 2.04 | - |
| YUV | 27.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 38 | 0.71 | 0.11 | 0 | 0.85 | 188.89 | 0.55 | 0.1 |
| Hex | B | 22 | 26 | 47 | B | 0 | 55 | BD | 37 | A |
| Octal | 13 | 42 | 46 | 107 | 13 | 0 | 125 | 275 | 67 | 12 |
| Binary | 1011 | 100010 | 100110 | 1000111 | 1011 | 0 | 1010101 | 10111101 | 110111 | 1010 |
Color Harmonies of #0B2226
Complementary color
Monochromatic Colors of #0B2226
Black with #0B2226
Text Example
Text Example
White with #0B2226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2226; }
p { color: rgb(11,34,38); }
H1.HeaderClassName
{
color: #0B2226;
}
.AnyTagClassName
{
color: #0B2226;
}
</style>
background-color css
<style>
a { background-color: #0B2226; }
a { background-color: rgb(11,34,38); }
div.DivClassName
{
background-color: #0B2226;
}
.BgClassName
{
background-color: #0B2226;
}
</style>
border-color css
<style>
span { border-color: #0B2226; }
span { border-color: rgb(11,34,38); }
td.TdClassName
{
border-color: #0B2226;
}
.TagClassName
{
border-color: #0B2226;
}
</style>