Shades of Black Pearl #0B202C
Tints of Black Pearl #0B202C
RGB
CMYK
RGB Variations
Color information
#0B202C (or 0x0B202C) is known color: Black Pearl. HEX triplet: 0B, 20 and 2C. RGB value is (11,32,44). Sum of RGB (Red+Green+Blue) = 11+32+44=87 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.64% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B202C is #F4DFD3. Grayscale: #1B1B1B. Windows color (decimal): -16048084 or 2891787. OLE color: 2891787.
HSL color Cylindrical-coordinate representation of color #0B202C: hue angle of 201.82º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B202C is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 32 | 44 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.83 |
| HSL | 201.82º | 0.6% | 0.11% | - |
| HSV(B) | 201.82º | 0.75% | 0.17% | - |
| XYZ | 1.11 | 1.29 | 2.57 | - |
| YUV | 27.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 44 | 0.75 | 0.27 | 0 | 0.83 | 201.82 | 0.6 | 0.11 |
| Hex | B | 20 | 2C | 4B | 1B | 0 | 53 | CA | 3C | B |
| Octal | 13 | 40 | 54 | 113 | 33 | 0 | 123 | 312 | 74 | 13 |
| Binary | 1011 | 100000 | 101100 | 1001011 | 11011 | 0 | 1010011 | 11001010 | 111100 | 1011 |
Color Harmonies of #0B202C
Complementary color
Monochromatic Colors of #0B202C
Black with #0B202C
Text Example
Text Example
White with #0B202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B202C; }
p { color: rgb(11,32,44); }
H1.HeaderClassName
{
color: #0B202C;
}
.AnyTagClassName
{
color: #0B202C;
}
</style>
background-color css
<style>
a { background-color: #0B202C; }
a { background-color: rgb(11,32,44); }
div.DivClassName
{
background-color: #0B202C;
}
.BgClassName
{
background-color: #0B202C;
}
</style>
border-color css
<style>
span { border-color: #0B202C; }
span { border-color: rgb(11,32,44); }
td.TdClassName
{
border-color: #0B202C;
}
.TagClassName
{
border-color: #0B202C;
}
</style>