Shades of Black Pearl #0B2429
Tints of Black Pearl #0B2429
RGB
CMYK
RGB Variations
Color information
#0B2429 (or 0x0B2429) is known color: Black Pearl. HEX triplet: 0B, 24 and 29. RGB value is (11,36,41). Sum of RGB (Red+Green+Blue) = 11+36+41=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 41 (16.41% from 255 or 46.59% from 88); Max value from RGB is 41 - color contains mainly: blue. Hex color #0B2429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2429 is #F4DBD6. Grayscale: #1D1D1D. Windows color (decimal): -16047063 or 2696203. OLE color: 2696203.
HSL color Cylindrical-coordinate representation of color #0B2429: hue angle of 190º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B2429 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 36 | 41 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.84 |
| HSL | 190º | 0.58% | 0.1% | - |
| HSV(B) | 190º | 0.73% | 0.16% | - |
| XYZ | 1.17 | 1.49 | 2.32 | - |
| YUV | 29.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 41 | 0.73 | 0.12 | 0 | 0.84 | 190 | 0.58 | 0.1 |
| Hex | B | 24 | 29 | 49 | C | 0 | 54 | BE | 3A | A |
| Octal | 13 | 44 | 51 | 111 | 14 | 0 | 124 | 276 | 72 | 12 |
| Binary | 1011 | 100100 | 101001 | 1001001 | 1100 | 0 | 1010100 | 10111110 | 111010 | 1010 |
Color Harmonies of #0B2429
Complementary color
Monochromatic Colors of #0B2429
Black with #0B2429
Text Example
Text Example
White with #0B2429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2429; }
p { color: rgb(11,36,41); }
H1.HeaderClassName
{
color: #0B2429;
}
.AnyTagClassName
{
color: #0B2429;
}
</style>
background-color css
<style>
a { background-color: #0B2429; }
a { background-color: rgb(11,36,41); }
div.DivClassName
{
background-color: #0B2429;
}
.BgClassName
{
background-color: #0B2429;
}
</style>
border-color css
<style>
span { border-color: #0B2429; }
span { border-color: rgb(11,36,41); }
td.TdClassName
{
border-color: #0B2429;
}
.TagClassName
{
border-color: #0B2429;
}
</style>