Shades of Black Bean #181B19
Tints of Black Bean #181B19
RGB
CMYK
RGB Variations
Color information
#181B19 (or 0x181B19) is known color: Black Bean. HEX triplet: 18, 1B and 19. RGB value is (24,27,25). Sum of RGB (Red+Green+Blue) = 24+27+25=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 27 - color contains mainly: green. Hex color #181B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B19 is #E7E4E6. Grayscale: #191919. Windows color (decimal): -15197415 or 1645336. OLE color: 1645336.
HSL color Cylindrical-coordinate representation of color #181B19: hue angle of 140º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #181B19 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 25 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.89 |
| HSL | 140º | 0.06% | 0.1% | - |
| HSV(B) | 140º | 0.11% | 0.11% | - |
| XYZ | 0.94 | 1.05 | 1.07 | - |
| YUV | 25.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 25 | 0.11 | 0 | 0.07 | 0.89 | 140 | 0.06 | 0.1 |
| Hex | 18 | 1B | 19 | B | 0 | 7 | 59 | 8C | 6 | A |
| Octal | 30 | 33 | 31 | 13 | 0 | 7 | 131 | 214 | 6 | 12 |
| Binary | 11000 | 11011 | 11001 | 1011 | 0 | 111 | 1011001 | 10001100 | 110 | 1010 |
Color Harmonies of #181B19
Complementary color
Monochromatic Colors of #181B19
Black with #181B19
Text Example
Text Example
White with #181B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B19; }
p { color: rgb(24,27,25); }
H1.HeaderClassName
{
color: #181B19;
}
.AnyTagClassName
{
color: #181B19;
}
</style>
background-color css
<style>
a { background-color: #181B19; }
a { background-color: rgb(24,27,25); }
div.DivClassName
{
background-color: #181B19;
}
.BgClassName
{
background-color: #181B19;
}
</style>
border-color css
<style>
span { border-color: #181B19; }
span { border-color: rgb(24,27,25); }
td.TdClassName
{
border-color: #181B19;
}
.TagClassName
{
border-color: #181B19;
}
</style>