Shades of Black Pearl #0B2833
Tints of Black Pearl #0B2833
RGB
CMYK
RGB Variations
Color information
#0B2833 (or 0x0B2833) is known color: Black Pearl. HEX triplet: 0B, 28 and 33. RGB value is (11,40,51). Sum of RGB (Red+Green+Blue) = 11+40+51=102 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.78% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #0B2833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2833 is #F4D7CC. Grayscale: #202020. Windows color (decimal): -16046029 or 3352587. OLE color: 3352587.
HSL color Cylindrical-coordinate representation of color #0B2833: hue angle of 196.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B2833 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 11 | 40 | 51 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.8 |
| HSL | 196.5º | 0.65% | 0.12% | - |
| HSV(B) | 196.5º | 0.78% | 0.2% | - |
| XYZ | 1.49 | 1.83 | 3.41 | - |
| YUV | 32.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 51 | 0.78 | 0.22 | 0 | 0.8 | 196.5 | 0.65 | 0.12 |
| Hex | B | 28 | 33 | 4E | 16 | 0 | 50 | C4 | 41 | C |
| Octal | 13 | 50 | 63 | 116 | 26 | 0 | 120 | 304 | 101 | 14 |
| Binary | 1011 | 101000 | 110011 | 1001110 | 10110 | 0 | 1010000 | 11000100 | 1000001 | 1100 |
Color Harmonies of #0B2833
Complementary color
Monochromatic Colors of #0B2833
Black with #0B2833
Text Example
Text Example
White with #0B2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2833; }
p { color: rgb(11,40,51); }
H1.HeaderClassName
{
color: #0B2833;
}
.AnyTagClassName
{
color: #0B2833;
}
</style>
background-color css
<style>
a { background-color: #0B2833; }
a { background-color: rgb(11,40,51); }
div.DivClassName
{
background-color: #0B2833;
}
.BgClassName
{
background-color: #0B2833;
}
</style>
border-color css
<style>
span { border-color: #0B2833; }
span { border-color: rgb(11,40,51); }
td.TdClassName
{
border-color: #0B2833;
}
.TagClassName
{
border-color: #0B2833;
}
</style>