Shades of Black Bean #18231A
Tints of Black Bean #18231A
RGB
CMYK
RGB Variations
Color information
#18231A (or 0x18231A) is known color: Black Bean. HEX triplet: 18, 23 and 1A. RGB value is (24,35,26). Sum of RGB (Red+Green+Blue) = 24+35+26=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 35 - color contains mainly: green. Hex color #18231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18231A is #E7DCE5. Grayscale: #1E1E1E. Windows color (decimal): -15195366 or 1712920. OLE color: 1712920.
HSL color Cylindrical-coordinate representation of color #18231A: hue angle of 130.91º 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 #18231A is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 35 | 26 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.86 |
| HSL | 130.91º | 0.19% | 0.12% | - |
| HSV(B) | 130.91º | 0.31% | 0.14% | - |
| XYZ | 1.16 | 1.47 | 1.2 | - |
| YUV | 30.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 26 | 0.31 | 0 | 0.26 | 0.86 | 130.91 | 0.19 | 0.12 |
| Hex | 18 | 23 | 1A | 1F | 0 | 1A | 56 | 83 | 13 | C |
| Octal | 30 | 43 | 32 | 37 | 0 | 32 | 126 | 203 | 23 | 14 |
| Binary | 11000 | 100011 | 11010 | 11111 | 0 | 11010 | 1010110 | 10000011 | 10011 | 1100 |
Color Harmonies of #18231A
Complementary color
Monochromatic Colors of #18231A
Black with #18231A
Text Example
Text Example
White with #18231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18231A; }
p { color: rgb(24,35,26); }
H1.HeaderClassName
{
color: #18231A;
}
.AnyTagClassName
{
color: #18231A;
}
</style>
background-color css
<style>
a { background-color: #18231A; }
a { background-color: rgb(24,35,26); }
div.DivClassName
{
background-color: #18231A;
}
.BgClassName
{
background-color: #18231A;
}
</style>
border-color css
<style>
span { border-color: #18231A; }
span { border-color: rgb(24,35,26); }
td.TdClassName
{
border-color: #18231A;
}
.TagClassName
{
border-color: #18231A;
}
</style>