Shades of Black Bean #1F3123
Tints of Black Bean #1F3123
RGB
CMYK
RGB Variations
Color information
#1F3123 (or 0x1F3123) is known color: Black Bean. HEX triplet: 1F, 31 and 23. RGB value is (31,49,35). Sum of RGB (Red+Green+Blue) = 31+49+35=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3123 is #E0CEDC. Grayscale: #2A2A2A. Windows color (decimal): -14733021 or 2306335. OLE color: 2306335.
HSL color Cylindrical-coordinate representation of color #1F3123: hue angle of 133.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F3123 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 35 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.81 |
| HSL | 133.33º | 0.23% | 0.16% | - |
| HSV(B) | 133.33º | 0.37% | 0.19% | - |
| XYZ | 1.97 | 2.61 | 1.99 | - |
| YUV | 42.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 35 | 0.37 | 0 | 0.29 | 0.81 | 133.33 | 0.23 | 0.16 |
| Hex | 1F | 31 | 23 | 25 | 0 | 1D | 51 | 85 | 16 | 10 |
| Octal | 37 | 61 | 43 | 45 | 0 | 35 | 121 | 205 | 26 | 20 |
| Binary | 11111 | 110001 | 100011 | 100101 | 0 | 11101 | 1010001 | 10000101 | 10110 | 10000 |
Color Harmonies of #1F3123
Complementary color
Monochromatic Colors of #1F3123
Black with #1F3123
Text Example
Text Example
White with #1F3123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3123; }
p { color: rgb(31,49,35); }
H1.HeaderClassName
{
color: #1F3123;
}
.AnyTagClassName
{
color: #1F3123;
}
</style>
background-color css
<style>
a { background-color: #1F3123; }
a { background-color: rgb(31,49,35); }
div.DivClassName
{
background-color: #1F3123;
}
.BgClassName
{
background-color: #1F3123;
}
</style>
border-color css
<style>
span { border-color: #1F3123; }
span { border-color: rgb(31,49,35); }
td.TdClassName
{
border-color: #1F3123;
}
.TagClassName
{
border-color: #1F3123;
}
</style>