Shades of Black Pearl #0B1B2D
Tints of Black Pearl #0B1B2D
RGB
CMYK
RGB Variations
Color information
#0B1B2D (or 0x0B1B2D) is known color: Black Pearl. HEX triplet: 0B, 1B and 2D. RGB value is (11,27,45). Sum of RGB (Red+Green+Blue) = 11+27+45=83 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.25% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B1B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1B2D is #F4E4D2. Grayscale: #181818. Windows color (decimal): -16049363 or 2956043. OLE color: 2956043.
HSL color Cylindrical-coordinate representation of color #0B1B2D: hue angle of 211.76º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B1B2D is Cyan = 0.76, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 27 | 45 | - |
| CMYK | 0.76 | 0.4 | 0 | 0.82 |
| HSL | 211.76º | 0.61% | 0.11% | - |
| HSV(B) | 211.76º | 0.76% | 0.18% | - |
| XYZ | 1 | 1.04 | 2.63 | - |
| YUV | 24.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 27 | 45 | 0.76 | 0.4 | 0 | 0.82 | 211.76 | 0.61 | 0.11 |
| Hex | B | 1B | 2D | 4C | 28 | 0 | 52 | D4 | 3D | B |
| Octal | 13 | 33 | 55 | 114 | 50 | 0 | 122 | 324 | 75 | 13 |
| Binary | 1011 | 11011 | 101101 | 1001100 | 101000 | 0 | 1010010 | 11010100 | 111101 | 1011 |
Color Harmonies of #0B1B2D
Complementary color
Monochromatic Colors of #0B1B2D
Black with #0B1B2D
Text Example
Text Example
White with #0B1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1B2D; }
p { color: rgb(11,27,45); }
H1.HeaderClassName
{
color: #0B1B2D;
}
.AnyTagClassName
{
color: #0B1B2D;
}
</style>
background-color css
<style>
a { background-color: #0B1B2D; }
a { background-color: rgb(11,27,45); }
div.DivClassName
{
background-color: #0B1B2D;
}
.BgClassName
{
background-color: #0B1B2D;
}
</style>
border-color css
<style>
span { border-color: #0B1B2D; }
span { border-color: rgb(11,27,45); }
td.TdClassName
{
border-color: #0B1B2D;
}
.TagClassName
{
border-color: #0B1B2D;
}
</style>