Shades of Black Bean #1C2E1F
Tints of Black Bean #1C2E1F
RGB
CMYK
RGB Variations
Color information
#1C2E1F (or 0x1C2E1F) is known color: Black Bean. HEX triplet: 1C, 2E and 1F. RGB value is (28,46,31). Sum of RGB (Red+Green+Blue) = 28+46+31=105 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.67% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #1C2E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2E1F is #E3D1E0. Grayscale: #262626. Windows color (decimal): -14930401 or 2043420. OLE color: 2043420.
HSL color Cylindrical-coordinate representation of color #1C2E1F: hue angle of 130º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1C2E1F is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 46 | 31 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.82 |
| HSL | 130º | 0.24% | 0.15% | - |
| HSV(B) | 130º | 0.39% | 0.18% | - |
| XYZ | 1.7 | 2.3 | 1.65 | - |
| YUV | 38.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 46 | 31 | 0.39 | 0 | 0.33 | 0.82 | 130 | 0.24 | 0.15 |
| Hex | 1C | 2E | 1F | 27 | 0 | 21 | 52 | 82 | 18 | F |
| Octal | 34 | 56 | 37 | 47 | 0 | 41 | 122 | 202 | 30 | 17 |
| Binary | 11100 | 101110 | 11111 | 100111 | 0 | 100001 | 1010010 | 10000010 | 11000 | 1111 |
Color Harmonies of #1C2E1F
Complementary color
Monochromatic Colors of #1C2E1F
Black with #1C2E1F
Text Example
Text Example
White with #1C2E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2E1F; }
p { color: rgb(28,46,31); }
H1.HeaderClassName
{
color: #1C2E1F;
}
.AnyTagClassName
{
color: #1C2E1F;
}
</style>
background-color css
<style>
a { background-color: #1C2E1F; }
a { background-color: rgb(28,46,31); }
div.DivClassName
{
background-color: #1C2E1F;
}
.BgClassName
{
background-color: #1C2E1F;
}
</style>
border-color css
<style>
span { border-color: #1C2E1F; }
span { border-color: rgb(28,46,31); }
td.TdClassName
{
border-color: #1C2E1F;
}
.TagClassName
{
border-color: #1C2E1F;
}
</style>