Shades of Black Bean #181C18
Tints of Black Bean #181C18
RGB
CMYK
RGB Variations
Color information
#181C18 (or 0x181C18) is known color: Black Bean. HEX triplet: 18, 1C and 18. RGB value is (24,28,24). Sum of RGB (Red+Green+Blue) = 24+28+24=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 28 - color contains mainly: green. Hex color #181C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C18 is #E7E3E7. Grayscale: #1A1A1A. Windows color (decimal): -15197160 or 1580056. OLE color: 1580056.
HSL color Cylindrical-coordinate representation of color #181C18: hue angle of 120º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #181C18 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 28 | 24 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.89 |
| HSL | 120º | 0.08% | 0.1% | - |
| HSV(B) | 120º | 0.14% | 0.11% | - |
| XYZ | 0.96 | 1.09 | 1.02 | - |
| YUV | 26.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 24 | 0.14 | 0 | 0.14 | 0.89 | 120 | 0.08 | 0.1 |
| Hex | 18 | 1C | 18 | E | 0 | E | 59 | 78 | 8 | A |
| Octal | 30 | 34 | 30 | 16 | 0 | 16 | 131 | 170 | 10 | 12 |
| Binary | 11000 | 11100 | 11000 | 1110 | 0 | 1110 | 1011001 | 1111000 | 1000 | 1010 |
Color Harmonies of #181C18
Complementary color
Monochromatic Colors of #181C18
Black with #181C18
Text Example
Text Example
White with #181C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C18; }
p { color: rgb(24,28,24); }
H1.HeaderClassName
{
color: #181C18;
}
.AnyTagClassName
{
color: #181C18;
}
</style>
background-color css
<style>
a { background-color: #181C18; }
a { background-color: rgb(24,28,24); }
div.DivClassName
{
background-color: #181C18;
}
.BgClassName
{
background-color: #181C18;
}
</style>
border-color css
<style>
span { border-color: #181C18; }
span { border-color: rgb(24,28,24); }
td.TdClassName
{
border-color: #181C18;
}
.TagClassName
{
border-color: #181C18;
}
</style>