Shades of Black Pearl #0B2134
Tints of Black Pearl #0B2134
RGB
CMYK
RGB Variations
Color information
#0B2134 (or 0x0B2134) is known color: Black Pearl. HEX triplet: 0B, 21 and 34. RGB value is (11,33,52). Sum of RGB (Red+Green+Blue) = 11+33+52=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B2134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2134 is #F4DECB. Grayscale: #1C1C1C. Windows color (decimal): -16047820 or 3416331. OLE color: 3416331.
HSL color Cylindrical-coordinate representation of color #0B2134: hue angle of 207.8º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B2134 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 33 | 52 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.80 |
| HSL | 207.8º | 0.65% | 0.12% | - |
| HSV(B) | 207.8º | 0.79% | 0.2% | - |
| XYZ | 1.3 | 1.41 | 3.45 | - |
| YUV | 28.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 52 | 0.79 | 0.37 | 0 | 0.80 | 207.8 | 0.65 | 0.12 |
| Hex | B | 21 | 34 | 4F | 25 | 0 | 50 | D0 | 41 | C |
| Octal | 13 | 41 | 64 | 117 | 45 | 0 | 120 | 320 | 101 | 14 |
| Binary | 1011 | 100001 | 110100 | 1001111 | 100101 | 0 | 1010000 | 11010000 | 1000001 | 1100 |
Color Harmonies of #0B2134
Complementary color
Monochromatic Colors of #0B2134
Black with #0B2134
Text Example
Text Example
White with #0B2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2134; }
p { color: rgb(11,33,52); }
H1.HeaderClassName
{
color: #0B2134;
}
.AnyTagClassName
{
color: #0B2134;
}
</style>
background-color css
<style>
a { background-color: #0B2134; }
a { background-color: rgb(11,33,52); }
div.DivClassName
{
background-color: #0B2134;
}
.BgClassName
{
background-color: #0B2134;
}
</style>
border-color css
<style>
span { border-color: #0B2134; }
span { border-color: rgb(11,33,52); }
td.TdClassName
{
border-color: #0B2134;
}
.TagClassName
{
border-color: #0B2134;
}
</style>