Shades of Black Pearl #0B172A
Tints of Black Pearl #0B172A
RGB
CMYK
RGB Variations
Color information
#0B172A (or 0x0B172A) is known color: Black Pearl. HEX triplet: 0B, 17 and 2A. RGB value is (11,23,42). Sum of RGB (Red+Green+Blue) = 11+23+42=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #0B172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B172A is #F4E8D5. Grayscale: #151515. Windows color (decimal): -16050390 or 2758411. OLE color: 2758411.
HSL color Cylindrical-coordinate representation of color #0B172A: hue angle of 216.77º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B172A is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 23 | 42 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.84 |
| HSL | 216.77º | 0.58% | 0.1% | - |
| HSV(B) | 216.77º | 0.74% | 0.16% | - |
| XYZ | 0.86 | 0.85 | 2.31 | - |
| YUV | 21.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 42 | 0.74 | 0.45 | 0 | 0.84 | 216.77 | 0.58 | 0.1 |
| Hex | B | 17 | 2A | 4A | 2D | 0 | 54 | D9 | 3A | A |
| Octal | 13 | 27 | 52 | 112 | 55 | 0 | 124 | 331 | 72 | 12 |
| Binary | 1011 | 10111 | 101010 | 1001010 | 101101 | 0 | 1010100 | 11011001 | 111010 | 1010 |
Color Harmonies of #0B172A
Complementary color
Monochromatic Colors of #0B172A
Black with #0B172A
Text Example
Text Example
White with #0B172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B172A; }
p { color: rgb(11,23,42); }
H1.HeaderClassName
{
color: #0B172A;
}
.AnyTagClassName
{
color: #0B172A;
}
</style>
background-color css
<style>
a { background-color: #0B172A; }
a { background-color: rgb(11,23,42); }
div.DivClassName
{
background-color: #0B172A;
}
.BgClassName
{
background-color: #0B172A;
}
</style>
border-color css
<style>
span { border-color: #0B172A; }
span { border-color: rgb(11,23,42); }
td.TdClassName
{
border-color: #0B172A;
}
.TagClassName
{
border-color: #0B172A;
}
</style>