Shades of Black Bean #1C341F
Tints of Black Bean #1C341F
RGB
CMYK
RGB Variations
Color information
#1C341F (or 0x1C341F) is known color: Black Bean. HEX triplet: 1C, 34 and 1F. RGB value is (28,52,31). Sum of RGB (Red+Green+Blue) = 28+52+31=111 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.23% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #1C341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C341F is #E3CBE0. Grayscale: #2A2A2A. Windows color (decimal): -14928865 or 2044956. OLE color: 2044956.
HSL color Cylindrical-coordinate representation of color #1C341F: hue angle of 127.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C341F is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 52 | 31 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.80 |
| HSL | 127.5º | 0.3% | 0.16% | - |
| HSV(B) | 127.5º | 0.46% | 0.2% | - |
| XYZ | 1.95 | 2.8 | 1.73 | - |
| YUV | 42.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 31 | 0.46 | 0 | 0.40 | 0.80 | 127.5 | 0.3 | 0.16 |
| Hex | 1C | 34 | 1F | 2E | 0 | 28 | 50 | 80 | 1E | 10 |
| Octal | 34 | 64 | 37 | 56 | 0 | 50 | 120 | 200 | 36 | 20 |
| Binary | 11100 | 110100 | 11111 | 101110 | 0 | 101000 | 1010000 | 10000000 | 11110 | 10000 |
Color Harmonies of #1C341F
Complementary color
Monochromatic Colors of #1C341F
Black with #1C341F
Text Example
Text Example
White with #1C341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C341F; }
p { color: rgb(28,52,31); }
H1.HeaderClassName
{
color: #1C341F;
}
.AnyTagClassName
{
color: #1C341F;
}
</style>
background-color css
<style>
a { background-color: #1C341F; }
a { background-color: rgb(28,52,31); }
div.DivClassName
{
background-color: #1C341F;
}
.BgClassName
{
background-color: #1C341F;
}
</style>
border-color css
<style>
span { border-color: #1C341F; }
span { border-color: rgb(28,52,31); }
td.TdClassName
{
border-color: #1C341F;
}
.TagClassName
{
border-color: #1C341F;
}
</style>