Shades of Black Bean #0B190C
Tints of Black Bean #0B190C
RGB
CMYK
RGB Variations
Color information
#0B190C (or 0x0B190C) is known color: Black Bean. HEX triplet: 0B, 19 and 0C. RGB value is (11,25,12). Sum of RGB (Red+Green+Blue) = 11+25+12=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #0B190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B190C is #F4E6F3. Grayscale: #131313. Windows color (decimal): -16049908 or 792843. OLE color: 792843.
HSL color Cylindrical-coordinate representation of color #0B190C: hue angle of 124.29º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0B190C is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 25 | 12 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.90 |
| HSL | 124.29º | 0.39% | 0.07% | - |
| HSV(B) | 124.29º | 0.56% | 0.1% | - |
| XYZ | 0.55 | 0.79 | 0.47 | - |
| YUV | 19.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 12 | 0.56 | 0 | 0.52 | 0.90 | 124.29 | 0.39 | 0.07 |
| Hex | B | 19 | C | 38 | 0 | 34 | 5A | 7C | 27 | 7 |
| Octal | 13 | 31 | 14 | 70 | 0 | 64 | 132 | 174 | 47 | 7 |
| Binary | 1011 | 11001 | 1100 | 111000 | 0 | 110100 | 1011010 | 1111100 | 100111 | 111 |
Color Harmonies of #0B190C
Complementary color
Monochromatic Colors of #0B190C
Black with #0B190C
Text Example
Text Example
White with #0B190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B190C; }
p { color: rgb(11,25,12); }
H1.HeaderClassName
{
color: #0B190C;
}
.AnyTagClassName
{
color: #0B190C;
}
</style>
background-color css
<style>
a { background-color: #0B190C; }
a { background-color: rgb(11,25,12); }
div.DivClassName
{
background-color: #0B190C;
}
.BgClassName
{
background-color: #0B190C;
}
</style>
border-color css
<style>
span { border-color: #0B190C; }
span { border-color: rgb(11,25,12); }
td.TdClassName
{
border-color: #0B190C;
}
.TagClassName
{
border-color: #0B190C;
}
</style>