Shades of Black Pearl #0B191C
Tints of Black Pearl #0B191C
RGB
CMYK
RGB Variations
Color information
#0B191C (or 0x0B191C) is known color: Black Pearl. HEX triplet: 0B, 19 and 1C. RGB value is (11,25,28). Sum of RGB (Red+Green+Blue) = 11+25+28=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B191C is #F4E6E3. Grayscale: #151515. Windows color (decimal): -16049892 or 1841419. OLE color: 1841419.
HSL color Cylindrical-coordinate representation of color #0B191C: hue angle of 190.59º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0B191C is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 25 | 28 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.89 |
| HSL | 190.59º | 0.44% | 0.08% | - |
| HSV(B) | 190.59º | 0.61% | 0.11% | - |
| XYZ | 0.7 | 0.85 | 1.23 | - |
| YUV | 21.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 28 | 0.61 | 0.11 | 0 | 0.89 | 190.59 | 0.44 | 0.08 |
| Hex | B | 19 | 1C | 3D | B | 0 | 59 | BF | 2C | 8 |
| Octal | 13 | 31 | 34 | 75 | 13 | 0 | 131 | 277 | 54 | 10 |
| Binary | 1011 | 11001 | 11100 | 111101 | 1011 | 0 | 1011001 | 10111111 | 101100 | 1000 |
Color Harmonies of #0B191C
Complementary color
Monochromatic Colors of #0B191C
Black with #0B191C
Text Example
Text Example
White with #0B191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B191C; }
p { color: rgb(11,25,28); }
H1.HeaderClassName
{
color: #0B191C;
}
.AnyTagClassName
{
color: #0B191C;
}
</style>
background-color css
<style>
a { background-color: #0B191C; }
a { background-color: rgb(11,25,28); }
div.DivClassName
{
background-color: #0B191C;
}
.BgClassName
{
background-color: #0B191C;
}
</style>
border-color css
<style>
span { border-color: #0B191C; }
span { border-color: rgb(11,25,28); }
td.TdClassName
{
border-color: #0B191C;
}
.TagClassName
{
border-color: #0B191C;
}
</style>