Shades of Black Pearl #0B1D31
Tints of Black Pearl #0B1D31
RGB
CMYK
RGB Variations
Color information
#0B1D31 (or 0x0B1D31) is known color: Black Pearl. HEX triplet: 0B, 1D and 31. RGB value is (11,29,49). Sum of RGB (Red+Green+Blue) = 11+29+49=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #0B1D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1D31 is #F4E2CE. Grayscale: #191919. Windows color (decimal): -16048847 or 3218699. OLE color: 3218699.
HSL color Cylindrical-coordinate representation of color #0B1D31: hue angle of 211.58º 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 #0B1D31 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 29 | 49 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.81 |
| HSL | 211.58º | 0.63% | 0.12% | - |
| HSV(B) | 211.58º | 0.78% | 0.19% | - |
| XYZ | 1.13 | 1.17 | 3.07 | - |
| YUV | 25.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 29 | 49 | 0.78 | 0.41 | 0 | 0.81 | 211.58 | 0.63 | 0.12 |
| Hex | B | 1D | 31 | 4E | 29 | 0 | 51 | D4 | 3F | C |
| Octal | 13 | 35 | 61 | 116 | 51 | 0 | 121 | 324 | 77 | 14 |
| Binary | 1011 | 11101 | 110001 | 1001110 | 101001 | 0 | 1010001 | 11010100 | 111111 | 1100 |
Color Harmonies of #0B1D31
Complementary color
Monochromatic Colors of #0B1D31
Black with #0B1D31
Text Example
Text Example
White with #0B1D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1D31; }
p { color: rgb(11,29,49); }
H1.HeaderClassName
{
color: #0B1D31;
}
.AnyTagClassName
{
color: #0B1D31;
}
</style>
background-color css
<style>
a { background-color: #0B1D31; }
a { background-color: rgb(11,29,49); }
div.DivClassName
{
background-color: #0B1D31;
}
.BgClassName
{
background-color: #0B1D31;
}
</style>
border-color css
<style>
span { border-color: #0B1D31; }
span { border-color: rgb(11,29,49); }
td.TdClassName
{
border-color: #0B1D31;
}
.TagClassName
{
border-color: #0B1D31;
}
</style>