Shades of Black Bean #1C251E
Tints of Black Bean #1C251E
RGB
CMYK
RGB Variations
Color information
#1C251E (or 0x1C251E) is known color: Black Bean. HEX triplet: 1C, 25 and 1E. RGB value is (28,37,30). Sum of RGB (Red+Green+Blue) = 28+37+30=95 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.47% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #1C251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C251E is #E3DAE1. Grayscale: #212121. Windows color (decimal): -14932706 or 1975580. OLE color: 1975580.
HSL color Cylindrical-coordinate representation of color #1C251E: hue angle of 133.33º 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 #1C251E is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 37 | 30 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.85 |
| HSL | 133.33º | 0.14% | 0.13% | - |
| HSV(B) | 133.33º | 0.24% | 0.15% | - |
| XYZ | 1.37 | 1.66 | 1.48 | - |
| YUV | 33.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 30 | 0.24 | 0 | 0.19 | 0.85 | 133.33 | 0.14 | 0.13 |
| Hex | 1C | 25 | 1E | 18 | 0 | 13 | 55 | 85 | E | D |
| Octal | 34 | 45 | 36 | 30 | 0 | 23 | 125 | 205 | 16 | 15 |
| Binary | 11100 | 100101 | 11110 | 11000 | 0 | 10011 | 1010101 | 10000101 | 1110 | 1101 |
Color Harmonies of #1C251E
Complementary color
Monochromatic Colors of #1C251E
Black with #1C251E
Text Example
Text Example
White with #1C251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C251E; }
p { color: rgb(28,37,30); }
H1.HeaderClassName
{
color: #1C251E;
}
.AnyTagClassName
{
color: #1C251E;
}
</style>
background-color css
<style>
a { background-color: #1C251E; }
a { background-color: rgb(28,37,30); }
div.DivClassName
{
background-color: #1C251E;
}
.BgClassName
{
background-color: #1C251E;
}
</style>
border-color css
<style>
span { border-color: #1C251E; }
span { border-color: rgb(28,37,30); }
td.TdClassName
{
border-color: #1C251E;
}
.TagClassName
{
border-color: #1C251E;
}
</style>