Shades of Black Bean #28322B
Tints of Black Bean #28322B
RGB
CMYK
RGB Variations
Color information
#28322B (or 0x28322B) is known color: Black Bean. HEX triplet: 28, 32 and 2B. RGB value is (40,50,43). Sum of RGB (Red+Green+Blue) = 40+50+43=133 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.08% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 50 - color contains mainly: green. Hex color #28322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28322B is #D7CDD4. Grayscale: #2E2E2E. Windows color (decimal): -14142933 or 2830888. OLE color: 2830888.
HSL color Cylindrical-coordinate representation of color #28322B: hue angle of 138º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #28322B is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 43 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.80 |
| HSL | 138º | 0.11% | 0.18% | - |
| HSV(B) | 138º | 0.2% | 0.2% | - |
| XYZ | 2.45 | 2.91 | 2.72 | - |
| YUV | 46.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 43 | 0.20 | 0 | 0.14 | 0.80 | 138 | 0.11 | 0.18 |
| Hex | 28 | 32 | 2B | 14 | 0 | E | 50 | 8A | B | 12 |
| Octal | 50 | 62 | 53 | 24 | 0 | 16 | 120 | 212 | 13 | 22 |
| Binary | 101000 | 110010 | 101011 | 10100 | 0 | 1110 | 1010000 | 10001010 | 1011 | 10010 |
Color Harmonies of #28322B
Complementary color
Monochromatic Colors of #28322B
Black with #28322B
Text Example
Text Example
White with #28322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28322B; }
p { color: rgb(40,50,43); }
H1.HeaderClassName
{
color: #28322B;
}
.AnyTagClassName
{
color: #28322B;
}
</style>
background-color css
<style>
a { background-color: #28322B; }
a { background-color: rgb(40,50,43); }
div.DivClassName
{
background-color: #28322B;
}
.BgClassName
{
background-color: #28322B;
}
</style>
border-color css
<style>
span { border-color: #28322B; }
span { border-color: rgb(40,50,43); }
td.TdClassName
{
border-color: #28322B;
}
.TagClassName
{
border-color: #28322B;
}
</style>