Shades of Black Pearl #0B2330
Tints of Black Pearl #0B2330
RGB
CMYK
RGB Variations
Color information
#0B2330 (or 0x0B2330) is known color: Black Pearl. HEX triplet: 0B, 23 and 30. RGB value is (11,35,48). Sum of RGB (Red+Green+Blue) = 11+35+48=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B2330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2330 is #F4DCCF. Grayscale: #1D1D1D. Windows color (decimal): -16047312 or 3154699. OLE color: 3154699.
HSL color Cylindrical-coordinate representation of color #0B2330: hue angle of 201.08º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B2330 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 35 | 48 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.81 |
| HSL | 201.08º | 0.63% | 0.12% | - |
| HSV(B) | 201.08º | 0.77% | 0.19% | - |
| XYZ | 1.27 | 1.49 | 3.02 | - |
| YUV | 29.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 35 | 48 | 0.77 | 0.27 | 0 | 0.81 | 201.08 | 0.63 | 0.12 |
| Hex | B | 23 | 30 | 4D | 1B | 0 | 51 | C9 | 3F | C |
| Octal | 13 | 43 | 60 | 115 | 33 | 0 | 121 | 311 | 77 | 14 |
| Binary | 1011 | 100011 | 110000 | 1001101 | 11011 | 0 | 1010001 | 11001001 | 111111 | 1100 |
Color Harmonies of #0B2330
Complementary color
Monochromatic Colors of #0B2330
Black with #0B2330
Text Example
Text Example
White with #0B2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2330; }
p { color: rgb(11,35,48); }
H1.HeaderClassName
{
color: #0B2330;
}
.AnyTagClassName
{
color: #0B2330;
}
</style>
background-color css
<style>
a { background-color: #0B2330; }
a { background-color: rgb(11,35,48); }
div.DivClassName
{
background-color: #0B2330;
}
.BgClassName
{
background-color: #0B2330;
}
</style>
border-color css
<style>
span { border-color: #0B2330; }
span { border-color: rgb(11,35,48); }
td.TdClassName
{
border-color: #0B2330;
}
.TagClassName
{
border-color: #0B2330;
}
</style>