Shades of Black Pearl #0B192D
Tints of Black Pearl #0B192D
RGB
CMYK
RGB Variations
Color information
#0B192D (or 0x0B192D) is known color: Black Pearl. HEX triplet: 0B, 19 and 2D. RGB value is (11,25,45). Sum of RGB (Red+Green+Blue) = 11+25+45=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B192D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B192D is #F4E6D2. Grayscale: #171717. Windows color (decimal): -16049875 or 2955531. OLE color: 2955531.
HSL color Cylindrical-coordinate representation of color #0B192D: hue angle of 215.29º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B192D is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 25 | 45 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.82 |
| HSL | 215.29º | 0.61% | 0.11% | - |
| HSV(B) | 215.29º | 0.76% | 0.18% | - |
| XYZ | 0.96 | 0.96 | 2.62 | - |
| YUV | 23.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 45 | 0.76 | 0.44 | 0 | 0.82 | 215.29 | 0.61 | 0.11 |
| Hex | B | 19 | 2D | 4C | 2C | 0 | 52 | D7 | 3D | B |
| Octal | 13 | 31 | 55 | 114 | 54 | 0 | 122 | 327 | 75 | 13 |
| Binary | 1011 | 11001 | 101101 | 1001100 | 101100 | 0 | 1010010 | 11010111 | 111101 | 1011 |
Color Harmonies of #0B192D
Complementary color
Monochromatic Colors of #0B192D
Black with #0B192D
Text Example
Text Example
White with #0B192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B192D; }
p { color: rgb(11,25,45); }
H1.HeaderClassName
{
color: #0B192D;
}
.AnyTagClassName
{
color: #0B192D;
}
</style>
background-color css
<style>
a { background-color: #0B192D; }
a { background-color: rgb(11,25,45); }
div.DivClassName
{
background-color: #0B192D;
}
.BgClassName
{
background-color: #0B192D;
}
</style>
border-color css
<style>
span { border-color: #0B192D; }
span { border-color: rgb(11,25,45); }
td.TdClassName
{
border-color: #0B192D;
}
.TagClassName
{
border-color: #0B192D;
}
</style>