Shades of Black Bean #18261C
Tints of Black Bean #18261C
RGB
CMYK
RGB Variations
Color information
#18261C (or 0x18261C) is known color: Black Bean. HEX triplet: 18, 26 and 1C. RGB value is (24,38,28). Sum of RGB (Red+Green+Blue) = 24+38+28=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #18261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18261C is #E7D9E3. Grayscale: #202020. Windows color (decimal): -15194596 or 1844760. OLE color: 1844760.
HSL color Cylindrical-coordinate representation of color #18261C: hue angle of 137.14º 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 #18261C is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 38 | 28 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.85 |
| HSL | 137.14º | 0.23% | 0.12% | - |
| HSV(B) | 137.14º | 0.37% | 0.15% | - |
| XYZ | 1.28 | 1.66 | 1.35 | - |
| YUV | 32.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 28 | 0.37 | 0 | 0.26 | 0.85 | 137.14 | 0.23 | 0.12 |
| Hex | 18 | 26 | 1C | 25 | 0 | 1A | 55 | 89 | 17 | C |
| Octal | 30 | 46 | 34 | 45 | 0 | 32 | 125 | 211 | 27 | 14 |
| Binary | 11000 | 100110 | 11100 | 100101 | 0 | 11010 | 1010101 | 10001001 | 10111 | 1100 |
Color Harmonies of #18261C
Complementary color
Monochromatic Colors of #18261C
Black with #18261C
Text Example
Text Example
White with #18261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18261C; }
p { color: rgb(24,38,28); }
H1.HeaderClassName
{
color: #18261C;
}
.AnyTagClassName
{
color: #18261C;
}
</style>
background-color css
<style>
a { background-color: #18261C; }
a { background-color: rgb(24,38,28); }
div.DivClassName
{
background-color: #18261C;
}
.BgClassName
{
background-color: #18261C;
}
</style>
border-color css
<style>
span { border-color: #18261C; }
span { border-color: rgb(24,38,28); }
td.TdClassName
{
border-color: #18261C;
}
.TagClassName
{
border-color: #18261C;
}
</style>