Shades of Black Bean #151F18
Tints of Black Bean #151F18
RGB
CMYK
RGB Variations
Color information
#151F18 (or 0x151F18) is known color: Black Bean. HEX triplet: 15, 1F and 18. RGB value is (21,31,24). Sum of RGB (Red+Green+Blue) = 21+31+24=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 31 - color contains mainly: green. Hex color #151F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151F18 is #EAE0E7. Grayscale: #1B1B1B. Windows color (decimal): -15393000 or 1580821. OLE color: 1580821.
HSL color Cylindrical-coordinate representation of color #151F18: hue angle of 138º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #151F18 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 31 | 24 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.88 |
| HSL | 138º | 0.19% | 0.1% | - |
| HSV(B) | 138º | 0.32% | 0.12% | - |
| XYZ | 0.96 | 1.21 | 1.05 | - |
| YUV | 27.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 24 | 0.32 | 0 | 0.23 | 0.88 | 138 | 0.19 | 0.1 |
| Hex | 15 | 1F | 18 | 20 | 0 | 17 | 58 | 8A | 13 | A |
| Octal | 25 | 37 | 30 | 40 | 0 | 27 | 130 | 212 | 23 | 12 |
| Binary | 10101 | 11111 | 11000 | 100000 | 0 | 10111 | 1011000 | 10001010 | 10011 | 1010 |
Color Harmonies of #151F18
Complementary color
Monochromatic Colors of #151F18
Black with #151F18
Text Example
Text Example
White with #151F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F18; }
p { color: rgb(21,31,24); }
H1.HeaderClassName
{
color: #151F18;
}
.AnyTagClassName
{
color: #151F18;
}
</style>
background-color css
<style>
a { background-color: #151F18; }
a { background-color: rgb(21,31,24); }
div.DivClassName
{
background-color: #151F18;
}
.BgClassName
{
background-color: #151F18;
}
</style>
border-color css
<style>
span { border-color: #151F18; }
span { border-color: rgb(21,31,24); }
td.TdClassName
{
border-color: #151F18;
}
.TagClassName
{
border-color: #151F18;
}
</style>