Shades of Black Pearl #0B2B35
Tints of Black Pearl #0B2B35
RGB
CMYK
RGB Variations
Color information
#0B2B35 (or 0x0B2B35) is known color: Black Pearl. HEX triplet: 0B, 2B and 35. RGB value is (11,43,53). Sum of RGB (Red+Green+Blue) = 11+43+53=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #0B2B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2B35 is #F4D4CA. Grayscale: #222222. Windows color (decimal): -16045259 or 3484427. OLE color: 3484427.
HSL color Cylindrical-coordinate representation of color #0B2B35: hue angle of 194.29º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B2B35 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 43 | 53 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.79 |
| HSL | 194.29º | 0.66% | 0.13% | - |
| HSV(B) | 194.29º | 0.79% | 0.21% | - |
| XYZ | 1.64 | 2.06 | 3.68 | - |
| YUV | 34.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 43 | 53 | 0.79 | 0.19 | 0 | 0.79 | 194.29 | 0.66 | 0.13 |
| Hex | B | 2B | 35 | 4F | 13 | 0 | 4F | C2 | 42 | D |
| Octal | 13 | 53 | 65 | 117 | 23 | 0 | 117 | 302 | 102 | 15 |
| Binary | 1011 | 101011 | 110101 | 1001111 | 10011 | 0 | 1001111 | 11000010 | 1000010 | 1101 |
Color Harmonies of #0B2B35
Complementary color
Monochromatic Colors of #0B2B35
Black with #0B2B35
Text Example
Text Example
White with #0B2B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2B35; }
p { color: rgb(11,43,53); }
H1.HeaderClassName
{
color: #0B2B35;
}
.AnyTagClassName
{
color: #0B2B35;
}
</style>
background-color css
<style>
a { background-color: #0B2B35; }
a { background-color: rgb(11,43,53); }
div.DivClassName
{
background-color: #0B2B35;
}
.BgClassName
{
background-color: #0B2B35;
}
</style>
border-color css
<style>
span { border-color: #0B2B35; }
span { border-color: rgb(11,43,53); }
td.TdClassName
{
border-color: #0B2B35;
}
.TagClassName
{
border-color: #0B2B35;
}
</style>