Shades of Black Pearl #0B1219
Tints of Black Pearl #0B1219
RGB
CMYK
RGB Variations
Color information
#0B1219 (or 0x0B1219) is known color: Black Pearl. HEX triplet: 0B, 12 and 19. RGB value is (11,18,25). Sum of RGB (Red+Green+Blue) = 11+18+25=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #0B1219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1219 is #F4EDE6. Grayscale: #101010. Windows color (decimal): -16051687 or 1643019. OLE color: 1643019.
HSL color Cylindrical-coordinate representation of color #0B1219: hue angle of 210º 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 #0B1219 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 18 | 25 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.90 |
| HSL | 210º | 0.39% | 0.07% | - |
| HSV(B) | 210º | 0.56% | 0.1% | - |
| XYZ | 0.53 | 0.57 | 1 | - |
| YUV | 16.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 25 | 0.56 | 0.28 | 0 | 0.90 | 210 | 0.39 | 0.07 |
| Hex | B | 12 | 19 | 38 | 1C | 0 | 5A | D2 | 27 | 7 |
| Octal | 13 | 22 | 31 | 70 | 34 | 0 | 132 | 322 | 47 | 7 |
| Binary | 1011 | 10010 | 11001 | 111000 | 11100 | 0 | 1011010 | 11010010 | 100111 | 111 |
Color Harmonies of #0B1219
Complementary color
Monochromatic Colors of #0B1219
Black with #0B1219
Text Example
Text Example
White with #0B1219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1219; }
p { color: rgb(11,18,25); }
H1.HeaderClassName
{
color: #0B1219;
}
.AnyTagClassName
{
color: #0B1219;
}
</style>
background-color css
<style>
a { background-color: #0B1219; }
a { background-color: rgb(11,18,25); }
div.DivClassName
{
background-color: #0B1219;
}
.BgClassName
{
background-color: #0B1219;
}
</style>
border-color css
<style>
span { border-color: #0B1219; }
span { border-color: rgb(11,18,25); }
td.TdClassName
{
border-color: #0B1219;
}
.TagClassName
{
border-color: #0B1219;
}
</style>