Shades of Black Pearl #0B181A
Tints of Black Pearl #0B181A
RGB
CMYK
RGB Variations
Color information
#0B181A (or 0x0B181A) is known color: Black Pearl. HEX triplet: 0B, 18 and 1A. RGB value is (11,24,26). Sum of RGB (Red+Green+Blue) = 11+24+26=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B181A is #F4E7E5. Grayscale: #141414. Windows color (decimal): -16050150 or 1710091. OLE color: 1710091.
HSL color Cylindrical-coordinate representation of color #0B181A: hue angle of 188º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B181A is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 24 | 26 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.90 |
| HSL | 188º | 0.41% | 0.07% | - |
| HSV(B) | 188º | 0.58% | 0.1% | - |
| XYZ | 0.65 | 0.8 | 1.1 | - |
| YUV | 20.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 26 | 0.58 | 0.08 | 0 | 0.90 | 188 | 0.41 | 0.07 |
| Hex | B | 18 | 1A | 3A | 8 | 0 | 5A | BC | 29 | 7 |
| Octal | 13 | 30 | 32 | 72 | 10 | 0 | 132 | 274 | 51 | 7 |
| Binary | 1011 | 11000 | 11010 | 111010 | 1000 | 0 | 1011010 | 10111100 | 101001 | 111 |
Color Harmonies of #0B181A
Complementary color
Monochromatic Colors of #0B181A
Black with #0B181A
Text Example
Text Example
White with #0B181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B181A; }
p { color: rgb(11,24,26); }
H1.HeaderClassName
{
color: #0B181A;
}
.AnyTagClassName
{
color: #0B181A;
}
</style>
background-color css
<style>
a { background-color: #0B181A; }
a { background-color: rgb(11,24,26); }
div.DivClassName
{
background-color: #0B181A;
}
.BgClassName
{
background-color: #0B181A;
}
</style>
border-color css
<style>
span { border-color: #0B181A; }
span { border-color: rgb(11,24,26); }
td.TdClassName
{
border-color: #0B181A;
}
.TagClassName
{
border-color: #0B181A;
}
</style>