Shades of Black Bean #1F271F
Tints of Black Bean #1F271F
RGB
CMYK
RGB Variations
Color information
#1F271F (or 0x1F271F) is known color: Black Bean. HEX triplet: 1F, 27 and 1F. RGB value is (31,39,31). Sum of RGB (Red+Green+Blue) = 31+39+31=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 39 - color contains mainly: green. Hex color #1F271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F271F is #E0D8E0. Grayscale: #232323. Windows color (decimal): -14735585 or 2041631. OLE color: 2041631.
HSL color Cylindrical-coordinate representation of color #1F271F: hue angle of 120º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1F271F is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 39 | 31 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.85 |
| HSL | 120º | 0.11% | 0.14% | - |
| HSV(B) | 120º | 0.21% | 0.15% | - |
| XYZ | 1.54 | 1.84 | 1.57 | - |
| YUV | 35.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 31 | 0.21 | 0 | 0.21 | 0.85 | 120 | 0.11 | 0.14 |
| Hex | 1F | 27 | 1F | 15 | 0 | 15 | 55 | 78 | B | E |
| Octal | 37 | 47 | 37 | 25 | 0 | 25 | 125 | 170 | 13 | 16 |
| Binary | 11111 | 100111 | 11111 | 10101 | 0 | 10101 | 1010101 | 1111000 | 1011 | 1110 |
Color Harmonies of #1F271F
Complementary color
Monochromatic Colors of #1F271F
Black with #1F271F
Text Example
Text Example
White with #1F271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F271F; }
p { color: rgb(31,39,31); }
H1.HeaderClassName
{
color: #1F271F;
}
.AnyTagClassName
{
color: #1F271F;
}
</style>
background-color css
<style>
a { background-color: #1F271F; }
a { background-color: rgb(31,39,31); }
div.DivClassName
{
background-color: #1F271F;
}
.BgClassName
{
background-color: #1F271F;
}
</style>
border-color css
<style>
span { border-color: #1F271F; }
span { border-color: rgb(31,39,31); }
td.TdClassName
{
border-color: #1F271F;
}
.TagClassName
{
border-color: #1F271F;
}
</style>