Shades of Black Bean #18261A
Tints of Black Bean #18261A
RGB
CMYK
RGB Variations
Color information
#18261A (or 0x18261A) is known color: Black Bean. HEX triplet: 18, 26 and 1A. RGB value is (24,38,26). Sum of RGB (Red+Green+Blue) = 24+38+26=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #18261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18261A is #E7D9E5. Grayscale: #202020. Windows color (decimal): -15194598 or 1713688. OLE color: 1713688.
HSL color Cylindrical-coordinate representation of color #18261A: hue angle of 128.57º 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 #18261A is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 38 | 26 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.85 |
| HSL | 128.57º | 0.23% | 0.12% | - |
| HSV(B) | 128.57º | 0.37% | 0.15% | - |
| XYZ | 1.26 | 1.65 | 1.23 | - |
| YUV | 32.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 26 | 0.37 | 0 | 0.32 | 0.85 | 128.57 | 0.23 | 0.12 |
| Hex | 18 | 26 | 1A | 25 | 0 | 20 | 55 | 81 | 17 | C |
| Octal | 30 | 46 | 32 | 45 | 0 | 40 | 125 | 201 | 27 | 14 |
| Binary | 11000 | 100110 | 11010 | 100101 | 0 | 100000 | 1010101 | 10000001 | 10111 | 1100 |
Color Harmonies of #18261A
Complementary color
Monochromatic Colors of #18261A
Black with #18261A
Text Example
Text Example
White with #18261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18261A; }
p { color: rgb(24,38,26); }
H1.HeaderClassName
{
color: #18261A;
}
.AnyTagClassName
{
color: #18261A;
}
</style>
background-color css
<style>
a { background-color: #18261A; }
a { background-color: rgb(24,38,26); }
div.DivClassName
{
background-color: #18261A;
}
.BgClassName
{
background-color: #18261A;
}
</style>
border-color css
<style>
span { border-color: #18261A; }
span { border-color: rgb(24,38,26); }
td.TdClassName
{
border-color: #18261A;
}
.TagClassName
{
border-color: #18261A;
}
</style>