Shades of Black Pearl #0B2234
Tints of Black Pearl #0B2234
RGB
CMYK
RGB Variations
Color information
#0B2234 (or 0x0B2234) is known color: Black Pearl. HEX triplet: 0B, 22 and 34. RGB value is (11,34,52). Sum of RGB (Red+Green+Blue) = 11+34+52=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #0B2234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2234 is #F4DDCB. Grayscale: #1D1D1D. Windows color (decimal): -16047564 or 3416587. OLE color: 3416587.
HSL color Cylindrical-coordinate representation of color #0B2234: hue angle of 206.34º 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 #0B2234 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 34 | 52 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.80 |
| HSL | 206.34º | 0.65% | 0.12% | - |
| HSV(B) | 206.34º | 0.79% | 0.2% | - |
| XYZ | 1.33 | 1.46 | 3.46 | - |
| YUV | 29.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 52 | 0.79 | 0.35 | 0 | 0.80 | 206.34 | 0.65 | 0.12 |
| Hex | B | 22 | 34 | 4F | 23 | 0 | 50 | CE | 41 | C |
| Octal | 13 | 42 | 64 | 117 | 43 | 0 | 120 | 316 | 101 | 14 |
| Binary | 1011 | 100010 | 110100 | 1001111 | 100011 | 0 | 1010000 | 11001110 | 1000001 | 1100 |
Color Harmonies of #0B2234
Complementary color
Monochromatic Colors of #0B2234
Black with #0B2234
Text Example
Text Example
White with #0B2234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2234; }
p { color: rgb(11,34,52); }
H1.HeaderClassName
{
color: #0B2234;
}
.AnyTagClassName
{
color: #0B2234;
}
</style>
background-color css
<style>
a { background-color: #0B2234; }
a { background-color: rgb(11,34,52); }
div.DivClassName
{
background-color: #0B2234;
}
.BgClassName
{
background-color: #0B2234;
}
</style>
border-color css
<style>
span { border-color: #0B2234; }
span { border-color: rgb(11,34,52); }
td.TdClassName
{
border-color: #0B2234;
}
.TagClassName
{
border-color: #0B2234;
}
</style>