Shades of Black Pearl #0B1423
Tints of Black Pearl #0B1423
RGB
CMYK
RGB Variations
Color information
#0B1423 (or 0x0B1423) is known color: Black Pearl. HEX triplet: 0B, 14 and 23. RGB value is (11,20,35). Sum of RGB (Red+Green+Blue) = 11+20+35=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 35 (14.06% from 255 or 53.03% from 66); Max value from RGB is 35 - color contains mainly: blue. Hex color #0B1423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1423 is #F4EBDC. Grayscale: #121212. Windows color (decimal): -16051165 or 2298891. OLE color: 2298891.
HSL color Cylindrical-coordinate representation of color #0B1423: hue angle of 217.5º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B1423 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 20 | 35 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.86 |
| HSL | 217.5º | 0.52% | 0.09% | - |
| HSV(B) | 217.5º | 0.69% | 0.14% | - |
| XYZ | 0.69 | 0.69 | 1.69 | - |
| YUV | 19.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 35 | 0.69 | 0.43 | 0 | 0.86 | 217.5 | 0.52 | 0.09 |
| Hex | B | 14 | 23 | 45 | 2B | 0 | 56 | DA | 34 | 9 |
| Octal | 13 | 24 | 43 | 105 | 53 | 0 | 126 | 332 | 64 | 11 |
| Binary | 1011 | 10100 | 100011 | 1000101 | 101011 | 0 | 1010110 | 11011010 | 110100 | 1001 |
Color Harmonies of #0B1423
Complementary color
Monochromatic Colors of #0B1423
Black with #0B1423
Text Example
Text Example
White with #0B1423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1423; }
p { color: rgb(11,20,35); }
H1.HeaderClassName
{
color: #0B1423;
}
.AnyTagClassName
{
color: #0B1423;
}
</style>
background-color css
<style>
a { background-color: #0B1423; }
a { background-color: rgb(11,20,35); }
div.DivClassName
{
background-color: #0B1423;
}
.BgClassName
{
background-color: #0B1423;
}
</style>
border-color css
<style>
span { border-color: #0B1423; }
span { border-color: rgb(11,20,35); }
td.TdClassName
{
border-color: #0B1423;
}
.TagClassName
{
border-color: #0B1423;
}
</style>