Shades of Black Pearl #0B172B
Tints of Black Pearl #0B172B
RGB
CMYK
RGB Variations
Color information
#0B172B (or 0x0B172B) is known color: Black Pearl. HEX triplet: 0B, 17 and 2B. RGB value is (11,23,43). Sum of RGB (Red+Green+Blue) = 11+23+43=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #0B172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B172B is #F4E8D4. Grayscale: #151515. Windows color (decimal): -16050389 or 2823947. OLE color: 2823947.
HSL color Cylindrical-coordinate representation of color #0B172B: hue angle of 217.5º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B172B is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 23 | 43 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.83 |
| HSL | 217.5º | 0.59% | 0.11% | - |
| HSV(B) | 217.5º | 0.74% | 0.17% | - |
| XYZ | 0.88 | 0.86 | 2.4 | - |
| YUV | 21.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 43 | 0.74 | 0.47 | 0 | 0.83 | 217.5 | 0.59 | 0.11 |
| Hex | B | 17 | 2B | 4A | 2F | 0 | 53 | DA | 3B | B |
| Octal | 13 | 27 | 53 | 112 | 57 | 0 | 123 | 332 | 73 | 13 |
| Binary | 1011 | 10111 | 101011 | 1001010 | 101111 | 0 | 1010011 | 11011010 | 111011 | 1011 |
Color Harmonies of #0B172B
Complementary color
Monochromatic Colors of #0B172B
Black with #0B172B
Text Example
Text Example
White with #0B172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B172B; }
p { color: rgb(11,23,43); }
H1.HeaderClassName
{
color: #0B172B;
}
.AnyTagClassName
{
color: #0B172B;
}
</style>
background-color css
<style>
a { background-color: #0B172B; }
a { background-color: rgb(11,23,43); }
div.DivClassName
{
background-color: #0B172B;
}
.BgClassName
{
background-color: #0B172B;
}
</style>
border-color css
<style>
span { border-color: #0B172B; }
span { border-color: rgb(11,23,43); }
td.TdClassName
{
border-color: #0B172B;
}
.TagClassName
{
border-color: #0B172B;
}
</style>