Shades of Black Bean #18261B
Tints of Black Bean #18261B
RGB
CMYK
RGB Variations
Color information
#18261B (or 0x18261B) is known color: Black Bean. HEX triplet: 18, 26 and 1B. RGB value is (24,38,27). Sum of RGB (Red+Green+Blue) = 24+38+27=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #18261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18261B is #E7D9E4. Grayscale: #202020. Windows color (decimal): -15194597 or 1779224. OLE color: 1779224.
HSL color Cylindrical-coordinate representation of color #18261B: hue angle of 132.86º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #18261B is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 38 | 27 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.85 |
| HSL | 132.86º | 0.23% | 0.12% | - |
| HSV(B) | 132.86º | 0.37% | 0.15% | - |
| XYZ | 1.27 | 1.66 | 1.29 | - |
| YUV | 32.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 27 | 0.37 | 0 | 0.29 | 0.85 | 132.86 | 0.23 | 0.12 |
| Hex | 18 | 26 | 1B | 25 | 0 | 1D | 55 | 85 | 17 | C |
| Octal | 30 | 46 | 33 | 45 | 0 | 35 | 125 | 205 | 27 | 14 |
| Binary | 11000 | 100110 | 11011 | 100101 | 0 | 11101 | 1010101 | 10000101 | 10111 | 1100 |
Color Harmonies of #18261B
Complementary color
Monochromatic Colors of #18261B
Black with #18261B
Text Example
Text Example
White with #18261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18261B; }
p { color: rgb(24,38,27); }
H1.HeaderClassName
{
color: #18261B;
}
.AnyTagClassName
{
color: #18261B;
}
</style>
background-color css
<style>
a { background-color: #18261B; }
a { background-color: rgb(24,38,27); }
div.DivClassName
{
background-color: #18261B;
}
.BgClassName
{
background-color: #18261B;
}
</style>
border-color css
<style>
span { border-color: #18261B; }
span { border-color: rgb(24,38,27); }
td.TdClassName
{
border-color: #18261B;
}
.TagClassName
{
border-color: #18261B;
}
</style>