Shades of Black Pearl #0B2631
Tints of Black Pearl #0B2631
RGB
CMYK
RGB Variations
Color information
#0B2631 (or 0x0B2631) is known color: Black Pearl. HEX triplet: 0B, 26 and 31. RGB value is (11,38,49). Sum of RGB (Red+Green+Blue) = 11+38+49=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #0B2631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2631 is #F4D9CE. Grayscale: #1F1F1F. Windows color (decimal): -16046543 or 3221003. OLE color: 3221003.
HSL color Cylindrical-coordinate representation of color #0B2631: hue angle of 197.37º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B2631 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 38 | 49 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.81 |
| HSL | 197.37º | 0.63% | 0.12% | - |
| HSV(B) | 197.37º | 0.78% | 0.19% | - |
| XYZ | 1.39 | 1.68 | 3.16 | - |
| YUV | 31.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 49 | 0.78 | 0.22 | 0 | 0.81 | 197.37 | 0.63 | 0.12 |
| Hex | B | 26 | 31 | 4E | 16 | 0 | 51 | C5 | 3F | C |
| Octal | 13 | 46 | 61 | 116 | 26 | 0 | 121 | 305 | 77 | 14 |
| Binary | 1011 | 100110 | 110001 | 1001110 | 10110 | 0 | 1010001 | 11000101 | 111111 | 1100 |
Color Harmonies of #0B2631
Complementary color
Monochromatic Colors of #0B2631
Black with #0B2631
Text Example
Text Example
White with #0B2631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2631; }
p { color: rgb(11,38,49); }
H1.HeaderClassName
{
color: #0B2631;
}
.AnyTagClassName
{
color: #0B2631;
}
</style>
background-color css
<style>
a { background-color: #0B2631; }
a { background-color: rgb(11,38,49); }
div.DivClassName
{
background-color: #0B2631;
}
.BgClassName
{
background-color: #0B2631;
}
</style>
border-color css
<style>
span { border-color: #0B2631; }
span { border-color: rgb(11,38,49); }
td.TdClassName
{
border-color: #0B2631;
}
.TagClassName
{
border-color: #0B2631;
}
</style>