Shades of Black Pearl #0B0E0F
Tints of Black Pearl #0B0E0F
RGB
CMYK
RGB Variations
Color information
#0B0E0F (or 0x0B0E0F) is known color: Black Pearl. HEX triplet: 0B, 0E and 0F. RGB value is (11,14,15). Sum of RGB (Red+Green+Blue) = 11+14+15=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 14 (5.86% from 255 or 35% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B0E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0E0F is #F4F1F0. Grayscale: #0D0D0D. Windows color (decimal): -16052721 or 986635. OLE color: 986635.
HSL color Cylindrical-coordinate representation of color #0B0E0F: hue angle of 195º degrees, saturation: 0.15, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #0B0E0F is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
RGB | 11 | 14 | 15 | - |
CMYK | 0.27 | 0.07 | 0 | 0.94 |
HSL | 195º | 0.15% | 0.05% | - |
HSV(B) | 195º | 0.27% | 0.06% | - |
XYZ | 0.38 | 0.42 | 0.51 | - |
YUV | 13.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 14 | 15 | 0.27 | 0.07 | 0 | 0.94 | 195 | 0.15 | 0.05 |
Hex | B | E | F | 1B | 7 | 0 | 5E | C3 | F | 5 |
Octal | 13 | 16 | 17 | 33 | 7 | 0 | 136 | 303 | 17 | 5 |
Binary | 1011 | 1110 | 1111 | 11011 | 111 | 0 | 1011110 | 11000011 | 1111 | 101 |
Color Harmonies of #0B0E0F
Complementary color
Monochromatic Colors of #0B0E0F
Black with #0B0E0F
Text Example
Text Example
White with #0B0E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0E0F; }
p { color: rgb(11,14,15); }
H1.HeaderClassName
{
color: #0B0E0F;
}
.AnyTagClassName
{
color: #0B0E0F;
}
</style>
background-color css
<style>
a { background-color: #0B0E0F; }
a { background-color: rgb(11,14,15); }
div.DivClassName
{
background-color: #0B0E0F;
}
.BgClassName
{
background-color: #0B0E0F;
}
</style>
border-color css
<style>
span { border-color: #0B0E0F; }
span { border-color: rgb(11,14,15); }
td.TdClassName
{
border-color: #0B0E0F;
}
.TagClassName
{
border-color: #0B0E0F;
}
</style>