Shades of Black Bean #18231B
Tints of Black Bean #18231B
RGB
CMYK
RGB Variations
Color information
#18231B (or 0x18231B) is known color: Black Bean. HEX triplet: 18, 23 and 1B. RGB value is (24,35,27). Sum of RGB (Red+Green+Blue) = 24+35+27=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 35 - color contains mainly: green. Hex color #18231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18231B is #E7DCE4. Grayscale: #1E1E1E. Windows color (decimal): -15195365 or 1778456. OLE color: 1778456.
HSL color Cylindrical-coordinate representation of color #18231B: hue angle of 136.36º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #18231B is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 35 | 27 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.86 |
| HSL | 136.36º | 0.19% | 0.12% | - |
| HSV(B) | 136.36º | 0.31% | 0.14% | - |
| XYZ | 1.18 | 1.48 | 1.26 | - |
| YUV | 30.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 27 | 0.31 | 0 | 0.23 | 0.86 | 136.36 | 0.19 | 0.12 |
| Hex | 18 | 23 | 1B | 1F | 0 | 17 | 56 | 88 | 13 | C |
| Octal | 30 | 43 | 33 | 37 | 0 | 27 | 126 | 210 | 23 | 14 |
| Binary | 11000 | 100011 | 11011 | 11111 | 0 | 10111 | 1010110 | 10001000 | 10011 | 1100 |
Color Harmonies of #18231B
Complementary color
Monochromatic Colors of #18231B
Black with #18231B
Text Example
Text Example
White with #18231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18231B; }
p { color: rgb(24,35,27); }
H1.HeaderClassName
{
color: #18231B;
}
.AnyTagClassName
{
color: #18231B;
}
</style>
background-color css
<style>
a { background-color: #18231B; }
a { background-color: rgb(24,35,27); }
div.DivClassName
{
background-color: #18231B;
}
.BgClassName
{
background-color: #18231B;
}
</style>
border-color css
<style>
span { border-color: #18231B; }
span { border-color: rgb(24,35,27); }
td.TdClassName
{
border-color: #18231B;
}
.TagClassName
{
border-color: #18231B;
}
</style>