Shades of Black Pearl #0B181C
Tints of Black Pearl #0B181C
RGB
CMYK
RGB Variations
Color information
#0B181C (or 0x0B181C) is known color: Black Pearl. HEX triplet: 0B, 18 and 1C. RGB value is (11,24,28). Sum of RGB (Red+Green+Blue) = 11+24+28=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B181C is #F4E7E3. Grayscale: #141414. Windows color (decimal): -16050148 or 1841163. OLE color: 1841163.
HSL color Cylindrical-coordinate representation of color #0B181C: hue angle of 194.12º 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 #0B181C is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 24 | 28 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.89 |
| HSL | 194.12º | 0.44% | 0.08% | - |
| HSV(B) | 194.12º | 0.61% | 0.11% | - |
| XYZ | 0.67 | 0.81 | 1.22 | - |
| YUV | 20.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 28 | 0.61 | 0.14 | 0 | 0.89 | 194.12 | 0.44 | 0.08 |
| Hex | B | 18 | 1C | 3D | E | 0 | 59 | C2 | 2C | 8 |
| Octal | 13 | 30 | 34 | 75 | 16 | 0 | 131 | 302 | 54 | 10 |
| Binary | 1011 | 11000 | 11100 | 111101 | 1110 | 0 | 1011001 | 11000010 | 101100 | 1000 |
Color Harmonies of #0B181C
Complementary color
Monochromatic Colors of #0B181C
Black with #0B181C
Text Example
Text Example
White with #0B181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B181C; }
p { color: rgb(11,24,28); }
H1.HeaderClassName
{
color: #0B181C;
}
.AnyTagClassName
{
color: #0B181C;
}
</style>
background-color css
<style>
a { background-color: #0B181C; }
a { background-color: rgb(11,24,28); }
div.DivClassName
{
background-color: #0B181C;
}
.BgClassName
{
background-color: #0B181C;
}
</style>
border-color css
<style>
span { border-color: #0B181C; }
span { border-color: rgb(11,24,28); }
td.TdClassName
{
border-color: #0B181C;
}
.TagClassName
{
border-color: #0B181C;
}
</style>