Shades of Black Pearl #0B282F
Tints of Black Pearl #0B282F
RGB
CMYK
RGB Variations
Color information
#0B282F (or 0x0B282F) is known color: Black Pearl. HEX triplet: 0B, 28 and 2F. RGB value is (11,40,47). Sum of RGB (Red+Green+Blue) = 11+40+47=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B282F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B282F is #F4D7D0. Grayscale: #202020. Windows color (decimal): -16046033 or 3090443. OLE color: 3090443.
HSL color Cylindrical-coordinate representation of color #0B282F: hue angle of 191.67º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B282F is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 40 | 47 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.82 |
| HSL | 191.67º | 0.62% | 0.11% | - |
| HSV(B) | 191.67º | 0.77% | 0.18% | - |
| XYZ | 1.41 | 1.79 | 2.96 | - |
| YUV | 32.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 47 | 0.77 | 0.15 | 0 | 0.82 | 191.67 | 0.62 | 0.11 |
| Hex | B | 28 | 2F | 4D | F | 0 | 52 | C0 | 3E | B |
| Octal | 13 | 50 | 57 | 115 | 17 | 0 | 122 | 300 | 76 | 13 |
| Binary | 1011 | 101000 | 101111 | 1001101 | 1111 | 0 | 1010010 | 11000000 | 111110 | 1011 |
Color Harmonies of #0B282F
Complementary color
Monochromatic Colors of #0B282F
Black with #0B282F
Text Example
Text Example
White with #0B282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B282F; }
p { color: rgb(11,40,47); }
H1.HeaderClassName
{
color: #0B282F;
}
.AnyTagClassName
{
color: #0B282F;
}
</style>
background-color css
<style>
a { background-color: #0B282F; }
a { background-color: rgb(11,40,47); }
div.DivClassName
{
background-color: #0B282F;
}
.BgClassName
{
background-color: #0B282F;
}
</style>
border-color css
<style>
span { border-color: #0B282F; }
span { border-color: rgb(11,40,47); }
td.TdClassName
{
border-color: #0B282F;
}
.TagClassName
{
border-color: #0B282F;
}
</style>