Shades of Black Pearl #0B181E
Tints of Black Pearl #0B181E
RGB
CMYK
RGB Variations
Color information
#0B181E (or 0x0B181E) is known color: Black Pearl. HEX triplet: 0B, 18 and 1E. RGB value is (11,24,30). Sum of RGB (Red+Green+Blue) = 11+24+30=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B181E is #F4E7E1. Grayscale: #141414. Windows color (decimal): -16050146 or 1972235. OLE color: 1972235.
HSL color Cylindrical-coordinate representation of color #0B181E: hue angle of 198.95º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B181E is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 24 | 30 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.88 |
| HSL | 198.95º | 0.46% | 0.08% | - |
| HSV(B) | 198.95º | 0.63% | 0.12% | - |
| XYZ | 0.7 | 0.82 | 1.35 | - |
| YUV | 20.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 30 | 0.63 | 0.20 | 0 | 0.88 | 198.95 | 0.46 | 0.08 |
| Hex | B | 18 | 1E | 3F | 14 | 0 | 58 | C7 | 2E | 8 |
| Octal | 13 | 30 | 36 | 77 | 24 | 0 | 130 | 307 | 56 | 10 |
| Binary | 1011 | 11000 | 11110 | 111111 | 10100 | 0 | 1011000 | 11000111 | 101110 | 1000 |
Color Harmonies of #0B181E
Complementary color
Monochromatic Colors of #0B181E
Black with #0B181E
Text Example
Text Example
White with #0B181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B181E; }
p { color: rgb(11,24,30); }
H1.HeaderClassName
{
color: #0B181E;
}
.AnyTagClassName
{
color: #0B181E;
}
</style>
background-color css
<style>
a { background-color: #0B181E; }
a { background-color: rgb(11,24,30); }
div.DivClassName
{
background-color: #0B181E;
}
.BgClassName
{
background-color: #0B181E;
}
</style>
border-color css
<style>
span { border-color: #0B181E; }
span { border-color: rgb(11,24,30); }
td.TdClassName
{
border-color: #0B181E;
}
.TagClassName
{
border-color: #0B181E;
}
</style>