Shades of Black Pearl #0B171B
Tints of Black Pearl #0B171B
RGB
CMYK
RGB Variations
Color information
#0B171B (or 0x0B171B) is known color: Black Pearl. HEX triplet: 0B, 17 and 1B. RGB value is (11,23,27). Sum of RGB (Red+Green+Blue) = 11+23+27=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #0B171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B171B is #F4E8E4. Grayscale: #131313. Windows color (decimal): -16050405 or 1775371. OLE color: 1775371.
HSL color Cylindrical-coordinate representation of color #0B171B: hue angle of 195º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0B171B is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 23 | 27 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.89 |
| HSL | 195º | 0.42% | 0.07% | - |
| HSV(B) | 195º | 0.59% | 0.11% | - |
| XYZ | 0.64 | 0.76 | 1.15 | - |
| YUV | 19.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 27 | 0.59 | 0.15 | 0 | 0.89 | 195 | 0.42 | 0.07 |
| Hex | B | 17 | 1B | 3B | F | 0 | 59 | C3 | 2A | 7 |
| Octal | 13 | 27 | 33 | 73 | 17 | 0 | 131 | 303 | 52 | 7 |
| Binary | 1011 | 10111 | 11011 | 111011 | 1111 | 0 | 1011001 | 11000011 | 101010 | 111 |
Color Harmonies of #0B171B
Complementary color
Monochromatic Colors of #0B171B
Black with #0B171B
Text Example
Text Example
White with #0B171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B171B; }
p { color: rgb(11,23,27); }
H1.HeaderClassName
{
color: #0B171B;
}
.AnyTagClassName
{
color: #0B171B;
}
</style>
background-color css
<style>
a { background-color: #0B171B; }
a { background-color: rgb(11,23,27); }
div.DivClassName
{
background-color: #0B171B;
}
.BgClassName
{
background-color: #0B171B;
}
</style>
border-color css
<style>
span { border-color: #0B171B; }
span { border-color: rgb(11,23,27); }
td.TdClassName
{
border-color: #0B171B;
}
.TagClassName
{
border-color: #0B171B;
}
</style>