Shades of Black Bean #282F2A
Tints of Black Bean #282F2A
RGB
CMYK
RGB Variations
Color information
#282F2A (or 0x282F2A) is known color: Black Bean. HEX triplet: 28, 2F and 2A. RGB value is (40,47,42). Sum of RGB (Red+Green+Blue) = 40+47+42=129 (17% of max value = 765). Red value is 40 (16.02% from 255 or 31.01% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 47 - color contains mainly: green. Hex color #282F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F2A is #D7D0D5. Grayscale: #2C2C2C. Windows color (decimal): -14143702 or 2764584. OLE color: 2764584.
HSL color Cylindrical-coordinate representation of color #282F2A: hue angle of 137.14º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #282F2A is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 42 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.82 |
| HSL | 137.14º | 0.08% | 0.17% | - |
| HSV(B) | 137.14º | 0.15% | 0.18% | - |
| XYZ | 2.31 | 2.65 | 2.58 | - |
| YUV | 44.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 42 | 0.15 | 0 | 0.11 | 0.82 | 137.14 | 0.08 | 0.17 |
| Hex | 28 | 2F | 2A | F | 0 | B | 52 | 89 | 8 | 11 |
| Octal | 50 | 57 | 52 | 17 | 0 | 13 | 122 | 211 | 10 | 21 |
| Binary | 101000 | 101111 | 101010 | 1111 | 0 | 1011 | 1010010 | 10001001 | 1000 | 10001 |
Color Harmonies of #282F2A
Complementary color
Monochromatic Colors of #282F2A
Black with #282F2A
Text Example
Text Example
White with #282F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F2A; }
p { color: rgb(40,47,42); }
H1.HeaderClassName
{
color: #282F2A;
}
.AnyTagClassName
{
color: #282F2A;
}
</style>
background-color css
<style>
a { background-color: #282F2A; }
a { background-color: rgb(40,47,42); }
div.DivClassName
{
background-color: #282F2A;
}
.BgClassName
{
background-color: #282F2A;
}
</style>
border-color css
<style>
span { border-color: #282F2A; }
span { border-color: rgb(40,47,42); }
td.TdClassName
{
border-color: #282F2A;
}
.TagClassName
{
border-color: #282F2A;
}
</style>