Shades of Black Pearl #0B171A
Tints of Black Pearl #0B171A
RGB
CMYK
RGB Variations
Color information
#0B171A (or 0x0B171A) is known color: Black Pearl. HEX triplet: 0B, 17 and 1A. RGB value is (11,23,26). Sum of RGB (Red+Green+Blue) = 11+23+26=60 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.33% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B171A is #F4E8E5. Grayscale: #131313. Windows color (decimal): -16050406 or 1709835. OLE color: 1709835.
HSL color Cylindrical-coordinate representation of color #0B171A: hue angle of 192º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B171A is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 23 | 26 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.90 |
| HSL | 192º | 0.41% | 0.07% | - |
| HSV(B) | 192º | 0.58% | 0.1% | - |
| XYZ | 0.63 | 0.76 | 1.09 | - |
| YUV | 19.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 26 | 0.58 | 0.12 | 0 | 0.90 | 192 | 0.41 | 0.07 |
| Hex | B | 17 | 1A | 3A | C | 0 | 5A | C0 | 29 | 7 |
| Octal | 13 | 27 | 32 | 72 | 14 | 0 | 132 | 300 | 51 | 7 |
| Binary | 1011 | 10111 | 11010 | 111010 | 1100 | 0 | 1011010 | 11000000 | 101001 | 111 |
Color Harmonies of #0B171A
Complementary color
Monochromatic Colors of #0B171A
Black with #0B171A
Text Example
Text Example
White with #0B171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B171A; }
p { color: rgb(11,23,26); }
H1.HeaderClassName
{
color: #0B171A;
}
.AnyTagClassName
{
color: #0B171A;
}
</style>
background-color css
<style>
a { background-color: #0B171A; }
a { background-color: rgb(11,23,26); }
div.DivClassName
{
background-color: #0B171A;
}
.BgClassName
{
background-color: #0B171A;
}
</style>
border-color css
<style>
span { border-color: #0B171A; }
span { border-color: rgb(11,23,26); }
td.TdClassName
{
border-color: #0B171A;
}
.TagClassName
{
border-color: #0B171A;
}
</style>