Shades of Black Pearl #0B1924
Tints of Black Pearl #0B1924
RGB
CMYK
RGB Variations
Color information
#0B1924 (or 0x0B1924) is known color: Black Pearl. HEX triplet: 0B, 19 and 24. RGB value is (11,25,36). Sum of RGB (Red+Green+Blue) = 11+25+36=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #0B1924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1924 is #F4E6DB. Grayscale: #161616. Windows color (decimal): -16049884 or 2365707. OLE color: 2365707.
HSL color Cylindrical-coordinate representation of color #0B1924: hue angle of 206.4º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B1924 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 25 | 36 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.86 |
| HSL | 206.4º | 0.53% | 0.09% | - |
| HSV(B) | 206.4º | 0.69% | 0.14% | - |
| XYZ | 0.8 | 0.89 | 1.8 | - |
| YUV | 22.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 36 | 0.69 | 0.31 | 0 | 0.86 | 206.4 | 0.53 | 0.09 |
| Hex | B | 19 | 24 | 45 | 1F | 0 | 56 | CE | 35 | 9 |
| Octal | 13 | 31 | 44 | 105 | 37 | 0 | 126 | 316 | 65 | 11 |
| Binary | 1011 | 11001 | 100100 | 1000101 | 11111 | 0 | 1010110 | 11001110 | 110101 | 1001 |
Color Harmonies of #0B1924
Complementary color
Monochromatic Colors of #0B1924
Black with #0B1924
Text Example
Text Example
White with #0B1924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1924; }
p { color: rgb(11,25,36); }
H1.HeaderClassName
{
color: #0B1924;
}
.AnyTagClassName
{
color: #0B1924;
}
</style>
background-color css
<style>
a { background-color: #0B1924; }
a { background-color: rgb(11,25,36); }
div.DivClassName
{
background-color: #0B1924;
}
.BgClassName
{
background-color: #0B1924;
}
</style>
border-color css
<style>
span { border-color: #0B1924; }
span { border-color: rgb(11,25,36); }
td.TdClassName
{
border-color: #0B1924;
}
.TagClassName
{
border-color: #0B1924;
}
</style>