Shades of Black Bean #0B230C
Tints of Black Bean #0B230C
RGB
CMYK
RGB Variations
Color information
#0B230C (or 0x0B230C) is known color: Black Bean. HEX triplet: 0B, 23 and 0C. RGB value is (11,35,12). Sum of RGB (Red+Green+Blue) = 11+35+12=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #0B230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B230C is #F4DCF3. Grayscale: #191919. Windows color (decimal): -16047348 or 795403. OLE color: 795403.
HSL color Cylindrical-coordinate representation of color #0B230C: hue angle of 122.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 #0B230C is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 35 | 12 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.86 |
| HSL | 122.5º | 0.52% | 0.09% | - |
| HSV(B) | 122.5º | 0.69% | 0.14% | - |
| XYZ | 0.81 | 1.3 | 0.56 | - |
| YUV | 25.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 35 | 12 | 0.69 | 0 | 0.66 | 0.86 | 122.5 | 0.52 | 0.09 |
| Hex | B | 23 | C | 45 | 0 | 42 | 56 | 7B | 34 | 9 |
| Octal | 13 | 43 | 14 | 105 | 0 | 102 | 126 | 173 | 64 | 11 |
| Binary | 1011 | 100011 | 1100 | 1000101 | 0 | 1000010 | 1010110 | 1111011 | 110100 | 1001 |
Color Harmonies of #0B230C
Complementary color
Monochromatic Colors of #0B230C
Black with #0B230C
Text Example
Text Example
White with #0B230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B230C; }
p { color: rgb(11,35,12); }
H1.HeaderClassName
{
color: #0B230C;
}
.AnyTagClassName
{
color: #0B230C;
}
</style>
background-color css
<style>
a { background-color: #0B230C; }
a { background-color: rgb(11,35,12); }
div.DivClassName
{
background-color: #0B230C;
}
.BgClassName
{
background-color: #0B230C;
}
</style>
border-color css
<style>
span { border-color: #0B230C; }
span { border-color: rgb(11,35,12); }
td.TdClassName
{
border-color: #0B230C;
}
.TagClassName
{
border-color: #0B230C;
}
</style>