Shades of Black Bean #1C251C
Tints of Black Bean #1C251C
RGB
CMYK
RGB Variations
Color information
#1C251C (or 0x1C251C) is known color: Black Bean. HEX triplet: 1C, 25 and 1C. RGB value is (28,37,28). Sum of RGB (Red+Green+Blue) = 28+37+28=93 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.11% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #1C251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C251C is #E3DAE3. Grayscale: #212121. Windows color (decimal): -14932708 or 1844508. OLE color: 1844508.
HSL color Cylindrical-coordinate representation of color #1C251C: hue angle of 120º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1C251C is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 37 | 28 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.85 |
| HSL | 120º | 0.14% | 0.13% | - |
| HSV(B) | 120º | 0.24% | 0.15% | - |
| XYZ | 1.35 | 1.65 | 1.35 | - |
| YUV | 33.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 28 | 0.24 | 0 | 0.24 | 0.85 | 120 | 0.14 | 0.13 |
| Hex | 1C | 25 | 1C | 18 | 0 | 18 | 55 | 78 | E | D |
| Octal | 34 | 45 | 34 | 30 | 0 | 30 | 125 | 170 | 16 | 15 |
| Binary | 11100 | 100101 | 11100 | 11000 | 0 | 11000 | 1010101 | 1111000 | 1110 | 1101 |
Color Harmonies of #1C251C
Complementary color
Monochromatic Colors of #1C251C
Black with #1C251C
Text Example
Text Example
White with #1C251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C251C; }
p { color: rgb(28,37,28); }
H1.HeaderClassName
{
color: #1C251C;
}
.AnyTagClassName
{
color: #1C251C;
}
</style>
background-color css
<style>
a { background-color: #1C251C; }
a { background-color: rgb(28,37,28); }
div.DivClassName
{
background-color: #1C251C;
}
.BgClassName
{
background-color: #1C251C;
}
</style>
border-color css
<style>
span { border-color: #1C251C; }
span { border-color: rgb(28,37,28); }
td.TdClassName
{
border-color: #1C251C;
}
.TagClassName
{
border-color: #1C251C;
}
</style>