Shades of Black Pearl #0B1A1E
Tints of Black Pearl #0B1A1E
RGB
CMYK
RGB Variations
Color information
#0B1A1E (or 0x0B1A1E) is known color: Black Pearl. HEX triplet: 0B, 1A and 1E. RGB value is (11,26,30). Sum of RGB (Red+Green+Blue) = 11+26+30=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B1A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1A1E is #F4E5E1. Grayscale: #151515. Windows color (decimal): -16049634 or 1972747. OLE color: 1972747.
HSL color Cylindrical-coordinate representation of color #0B1A1E: hue angle of 192.63º 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 #0B1A1E is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 26 | 30 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.88 |
| HSL | 192.63º | 0.46% | 0.08% | - |
| HSV(B) | 192.63º | 0.63% | 0.12% | - |
| XYZ | 0.74 | 0.9 | 1.36 | - |
| YUV | 21.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 30 | 0.63 | 0.13 | 0 | 0.88 | 192.63 | 0.46 | 0.08 |
| Hex | B | 1A | 1E | 3F | D | 0 | 58 | C1 | 2E | 8 |
| Octal | 13 | 32 | 36 | 77 | 15 | 0 | 130 | 301 | 56 | 10 |
| Binary | 1011 | 11010 | 11110 | 111111 | 1101 | 0 | 1011000 | 11000001 | 101110 | 1000 |
Color Harmonies of #0B1A1E
Complementary color
Monochromatic Colors of #0B1A1E
Black with #0B1A1E
Text Example
Text Example
White with #0B1A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A1E; }
p { color: rgb(11,26,30); }
H1.HeaderClassName
{
color: #0B1A1E;
}
.AnyTagClassName
{
color: #0B1A1E;
}
</style>
background-color css
<style>
a { background-color: #0B1A1E; }
a { background-color: rgb(11,26,30); }
div.DivClassName
{
background-color: #0B1A1E;
}
.BgClassName
{
background-color: #0B1A1E;
}
</style>
border-color css
<style>
span { border-color: #0B1A1E; }
span { border-color: rgb(11,26,30); }
td.TdClassName
{
border-color: #0B1A1E;
}
.TagClassName
{
border-color: #0B1A1E;
}
</style>