Shades of Black Bean #18361D
Tints of Black Bean #18361D
RGB
CMYK
RGB Variations
Color information
#18361D (or 0x18361D) is known color: Black Bean. HEX triplet: 18, 36 and 1D. RGB value is (24,54,29). Sum of RGB (Red+Green+Blue) = 24+54+29=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #18361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18361D is #E7C9E2. Grayscale: #2A2A2A. Windows color (decimal): -15190499 or 1914392. OLE color: 1914392.
HSL color Cylindrical-coordinate representation of color #18361D: hue angle of 130º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18361D is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 54 | 29 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.79 |
| HSL | 130º | 0.38% | 0.15% | - |
| HSV(B) | 130º | 0.56% | 0.21% | - |
| XYZ | 1.92 | 2.92 | 1.63 | - |
| YUV | 42.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 29 | 0.56 | 0 | 0.46 | 0.79 | 130 | 0.38 | 0.15 |
| Hex | 18 | 36 | 1D | 38 | 0 | 2E | 4F | 82 | 26 | F |
| Octal | 30 | 66 | 35 | 70 | 0 | 56 | 117 | 202 | 46 | 17 |
| Binary | 11000 | 110110 | 11101 | 111000 | 0 | 101110 | 1001111 | 10000010 | 100110 | 1111 |
Color Harmonies of #18361D
Complementary color
Monochromatic Colors of #18361D
Black with #18361D
Text Example
Text Example
White with #18361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18361D; }
p { color: rgb(24,54,29); }
H1.HeaderClassName
{
color: #18361D;
}
.AnyTagClassName
{
color: #18361D;
}
</style>
background-color css
<style>
a { background-color: #18361D; }
a { background-color: rgb(24,54,29); }
div.DivClassName
{
background-color: #18361D;
}
.BgClassName
{
background-color: #18361D;
}
</style>
border-color css
<style>
span { border-color: #18361D; }
span { border-color: rgb(24,54,29); }
td.TdClassName
{
border-color: #18361D;
}
.TagClassName
{
border-color: #18361D;
}
</style>