Shades of Black Pearl #0B1F2C
Tints of Black Pearl #0B1F2C
RGB
CMYK
RGB Variations
Color information
#0B1F2C (or 0x0B1F2C) is known color: Black Pearl. HEX triplet: 0B, 1F and 2C. RGB value is (11,31,44). Sum of RGB (Red+Green+Blue) = 11+31+44=86 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.79% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B1F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1F2C is #F4E0D3. Grayscale: #1A1A1A. Windows color (decimal): -16048340 or 2891531. OLE color: 2891531.
HSL color Cylindrical-coordinate representation of color #0B1F2C: hue angle of 203.64º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B1F2C is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 31 | 44 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.83 |
| HSL | 203.64º | 0.6% | 0.11% | - |
| HSV(B) | 203.64º | 0.75% | 0.17% | - |
| XYZ | 1.08 | 1.23 | 2.56 | - |
| YUV | 26.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 44 | 0.75 | 0.30 | 0 | 0.83 | 203.64 | 0.6 | 0.11 |
| Hex | B | 1F | 2C | 4B | 1E | 0 | 53 | CC | 3C | B |
| Octal | 13 | 37 | 54 | 113 | 36 | 0 | 123 | 314 | 74 | 13 |
| Binary | 1011 | 11111 | 101100 | 1001011 | 11110 | 0 | 1010011 | 11001100 | 111100 | 1011 |
Color Harmonies of #0B1F2C
Complementary color
Monochromatic Colors of #0B1F2C
Black with #0B1F2C
Text Example
Text Example
White with #0B1F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1F2C; }
p { color: rgb(11,31,44); }
H1.HeaderClassName
{
color: #0B1F2C;
}
.AnyTagClassName
{
color: #0B1F2C;
}
</style>
background-color css
<style>
a { background-color: #0B1F2C; }
a { background-color: rgb(11,31,44); }
div.DivClassName
{
background-color: #0B1F2C;
}
.BgClassName
{
background-color: #0B1F2C;
}
</style>
border-color css
<style>
span { border-color: #0B1F2C; }
span { border-color: rgb(11,31,44); }
td.TdClassName
{
border-color: #0B1F2C;
}
.TagClassName
{
border-color: #0B1F2C;
}
</style>