Shades of Black Pearl #0B182D
Tints of Black Pearl #0B182D
RGB
CMYK
RGB Variations
Color information
#0B182D (or 0x0B182D) is known color: Black Pearl. HEX triplet: 0B, 18 and 2D. RGB value is (11,24,45). Sum of RGB (Red+Green+Blue) = 11+24+45=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B182D is #F4E7D2. Grayscale: #161616. Windows color (decimal): -16050131 or 2955275. OLE color: 2955275.
HSL color Cylindrical-coordinate representation of color #0B182D: hue angle of 217.06º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B182D is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 24 | 45 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.82 |
| HSL | 217.06º | 0.61% | 0.11% | - |
| HSV(B) | 217.06º | 0.76% | 0.18% | - |
| XYZ | 0.94 | 0.91 | 2.61 | - |
| YUV | 22.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 45 | 0.76 | 0.47 | 0 | 0.82 | 217.06 | 0.61 | 0.11 |
| Hex | B | 18 | 2D | 4C | 2F | 0 | 52 | D9 | 3D | B |
| Octal | 13 | 30 | 55 | 114 | 57 | 0 | 122 | 331 | 75 | 13 |
| Binary | 1011 | 11000 | 101101 | 1001100 | 101111 | 0 | 1010010 | 11011001 | 111101 | 1011 |
Color Harmonies of #0B182D
Complementary color
Monochromatic Colors of #0B182D
Black with #0B182D
Text Example
Text Example
White with #0B182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B182D; }
p { color: rgb(11,24,45); }
H1.HeaderClassName
{
color: #0B182D;
}
.AnyTagClassName
{
color: #0B182D;
}
</style>
background-color css
<style>
a { background-color: #0B182D; }
a { background-color: rgb(11,24,45); }
div.DivClassName
{
background-color: #0B182D;
}
.BgClassName
{
background-color: #0B182D;
}
</style>
border-color css
<style>
span { border-color: #0B182D; }
span { border-color: rgb(11,24,45); }
td.TdClassName
{
border-color: #0B182D;
}
.TagClassName
{
border-color: #0B182D;
}
</style>