Shades of Black Bean #1C2D1F
Tints of Black Bean #1C2D1F
RGB
CMYK
RGB Variations
Color information
#1C2D1F (or 0x1C2D1F) is known color: Black Bean. HEX triplet: 1C, 2D and 1F. RGB value is (28,45,31). Sum of RGB (Red+Green+Blue) = 28+45+31=104 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.92% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 45 - color contains mainly: green. Hex color #1C2D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2D1F is #E3D2E0. Grayscale: #262626. Windows color (decimal): -14930657 or 2043164. OLE color: 2043164.
HSL color Cylindrical-coordinate representation of color #1C2D1F: hue angle of 130.59º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1C2D1F is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 45 | 31 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.82 |
| HSL | 130.59º | 0.23% | 0.14% | - |
| HSV(B) | 130.59º | 0.38% | 0.18% | - |
| XYZ | 1.66 | 2.22 | 1.64 | - |
| YUV | 38.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 31 | 0.38 | 0 | 0.31 | 0.82 | 130.59 | 0.23 | 0.14 |
| Hex | 1C | 2D | 1F | 26 | 0 | 1F | 52 | 83 | 17 | E |
| Octal | 34 | 55 | 37 | 46 | 0 | 37 | 122 | 203 | 27 | 16 |
| Binary | 11100 | 101101 | 11111 | 100110 | 0 | 11111 | 1010010 | 10000011 | 10111 | 1110 |
Color Harmonies of #1C2D1F
Complementary color
Monochromatic Colors of #1C2D1F
Black with #1C2D1F
Text Example
Text Example
White with #1C2D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2D1F; }
p { color: rgb(28,45,31); }
H1.HeaderClassName
{
color: #1C2D1F;
}
.AnyTagClassName
{
color: #1C2D1F;
}
</style>
background-color css
<style>
a { background-color: #1C2D1F; }
a { background-color: rgb(28,45,31); }
div.DivClassName
{
background-color: #1C2D1F;
}
.BgClassName
{
background-color: #1C2D1F;
}
</style>
border-color css
<style>
span { border-color: #1C2D1F; }
span { border-color: rgb(28,45,31); }
td.TdClassName
{
border-color: #1C2D1F;
}
.TagClassName
{
border-color: #1C2D1F;
}
</style>