Shades of Black Pearl #0B202B
Tints of Black Pearl #0B202B
RGB
CMYK
RGB Variations
Color information
#0B202B (or 0x0B202B) is known color: Black Pearl. HEX triplet: 0B, 20 and 2B. RGB value is (11,32,43). Sum of RGB (Red+Green+Blue) = 11+32+43=86 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.79% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #0B202B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B202B is #F4DFD4. Grayscale: #1A1A1A. Windows color (decimal): -16048085 or 2826251. OLE color: 2826251.
HSL color Cylindrical-coordinate representation of color #0B202B: hue angle of 200.62º 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 #0B202B is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 32 | 43 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.83 |
| HSL | 200.63º | 0.59% | 0.11% | - |
| HSV(B) | 200.63º | 0.74% | 0.17% | - |
| XYZ | 1.09 | 1.28 | 2.47 | - |
| YUV | 26.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 43 | 0.74 | 0.26 | 0 | 0.83 | 200.63 | 0.59 | 0.11 |
| Hex | B | 20 | 2B | 4A | 1A | 0 | 53 | C9 | 3B | B |
| Octal | 13 | 40 | 53 | 112 | 32 | 0 | 123 | 311 | 73 | 13 |
| Binary | 1011 | 100000 | 101011 | 1001010 | 11010 | 0 | 1010011 | 11001001 | 111011 | 1011 |
Color Harmonies of #0B202B
Complementary color
Monochromatic Colors of #0B202B
Black with #0B202B
Text Example
Text Example
White with #0B202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B202B; }
p { color: rgb(11,32,43); }
H1.HeaderClassName
{
color: #0B202B;
}
.AnyTagClassName
{
color: #0B202B;
}
</style>
background-color css
<style>
a { background-color: #0B202B; }
a { background-color: rgb(11,32,43); }
div.DivClassName
{
background-color: #0B202B;
}
.BgClassName
{
background-color: #0B202B;
}
</style>
border-color css
<style>
span { border-color: #0B202B; }
span { border-color: rgb(11,32,43); }
td.TdClassName
{
border-color: #0B202B;
}
.TagClassName
{
border-color: #0B202B;
}
</style>