Shades of Black Pearl #0B191E
Tints of Black Pearl #0B191E
RGB
CMYK
RGB Variations
Color information
#0B191E (or 0x0B191E) is known color: Black Pearl. HEX triplet: 0B, 19 and 1E. RGB value is (11,25,30). Sum of RGB (Red+Green+Blue) = 11+25+30=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B191E is #F4E6E1. Grayscale: #151515. Windows color (decimal): -16049890 or 1972491. OLE color: 1972491.
HSL color Cylindrical-coordinate representation of color #0B191E: hue angle of 195.79º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B191E is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 25 | 30 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.88 |
| HSL | 195.79º | 0.46% | 0.08% | - |
| HSV(B) | 195.79º | 0.63% | 0.12% | - |
| XYZ | 0.72 | 0.86 | 1.36 | - |
| YUV | 21.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 30 | 0.63 | 0.17 | 0 | 0.88 | 195.79 | 0.46 | 0.08 |
| Hex | B | 19 | 1E | 3F | 11 | 0 | 58 | C4 | 2E | 8 |
| Octal | 13 | 31 | 36 | 77 | 21 | 0 | 130 | 304 | 56 | 10 |
| Binary | 1011 | 11001 | 11110 | 111111 | 10001 | 0 | 1011000 | 11000100 | 101110 | 1000 |
Color Harmonies of #0B191E
Complementary color
Monochromatic Colors of #0B191E
Black with #0B191E
Text Example
Text Example
White with #0B191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B191E; }
p { color: rgb(11,25,30); }
H1.HeaderClassName
{
color: #0B191E;
}
.AnyTagClassName
{
color: #0B191E;
}
</style>
background-color css
<style>
a { background-color: #0B191E; }
a { background-color: rgb(11,25,30); }
div.DivClassName
{
background-color: #0B191E;
}
.BgClassName
{
background-color: #0B191E;
}
</style>
border-color css
<style>
span { border-color: #0B191E; }
span { border-color: rgb(11,25,30); }
td.TdClassName
{
border-color: #0B191E;
}
.TagClassName
{
border-color: #0B191E;
}
</style>