Shades of Black Pearl #0B1719
Tints of Black Pearl #0B1719
RGB
CMYK
RGB Variations
Color information
#0B1719 (or 0x0B1719) is known color: Black Pearl. HEX triplet: 0B, 17 and 19. RGB value is (11,23,25). Sum of RGB (Red+Green+Blue) = 11+23+25=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #0B1719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1719 is #F4E8E6. Grayscale: #131313. Windows color (decimal): -16050407 or 1644299. OLE color: 1644299.
HSL color Cylindrical-coordinate representation of color #0B1719: hue angle of 188.57º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0B1719 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 23 | 25 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.90 |
| HSL | 188.57º | 0.39% | 0.07% | - |
| HSV(B) | 188.57º | 0.56% | 0.1% | - |
| XYZ | 0.62 | 0.75 | 1.03 | - |
| YUV | 19.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 25 | 0.56 | 0.08 | 0 | 0.90 | 188.57 | 0.39 | 0.07 |
| Hex | B | 17 | 19 | 38 | 8 | 0 | 5A | BD | 27 | 7 |
| Octal | 13 | 27 | 31 | 70 | 10 | 0 | 132 | 275 | 47 | 7 |
| Binary | 1011 | 10111 | 11001 | 111000 | 1000 | 0 | 1011010 | 10111101 | 100111 | 111 |
Color Harmonies of #0B1719
Complementary color
Monochromatic Colors of #0B1719
Black with #0B1719
Text Example
Text Example
White with #0B1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1719; }
p { color: rgb(11,23,25); }
H1.HeaderClassName
{
color: #0B1719;
}
.AnyTagClassName
{
color: #0B1719;
}
</style>
background-color css
<style>
a { background-color: #0B1719; }
a { background-color: rgb(11,23,25); }
div.DivClassName
{
background-color: #0B1719;
}
.BgClassName
{
background-color: #0B1719;
}
</style>
border-color css
<style>
span { border-color: #0B1719; }
span { border-color: rgb(11,23,25); }
td.TdClassName
{
border-color: #0B1719;
}
.TagClassName
{
border-color: #0B1719;
}
</style>