Shades of Black Bean #263129
Tints of Black Bean #263129
RGB
CMYK
RGB Variations
Color information
#263129 (or 0x263129) is known color: Black Bean. HEX triplet: 26, 31 and 29. RGB value is (38,49,41). Sum of RGB (Red+Green+Blue) = 38+49+41=128 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.69% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #263129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263129 is #D9CED6. Grayscale: #2C2C2C. Windows color (decimal): -14274263 or 2699558. OLE color: 2699558.
HSL color Cylindrical-coordinate representation of color #263129: hue angle of 136.36º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #263129 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 49 | 41 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.81 |
| HSL | 136.36º | 0.13% | 0.17% | - |
| HSV(B) | 136.36º | 0.22% | 0.19% | - |
| XYZ | 2.3 | 2.77 | 2.51 | - |
| YUV | 44.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 41 | 0.22 | 0 | 0.16 | 0.81 | 136.36 | 0.13 | 0.17 |
| Hex | 26 | 31 | 29 | 16 | 0 | 10 | 51 | 88 | D | 11 |
| Octal | 46 | 61 | 51 | 26 | 0 | 20 | 121 | 210 | 15 | 21 |
| Binary | 100110 | 110001 | 101001 | 10110 | 0 | 10000 | 1010001 | 10001000 | 1101 | 10001 |
Color Harmonies of #263129
Complementary color
Monochromatic Colors of #263129
Black with #263129
Text Example
Text Example
White with #263129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263129; }
p { color: rgb(38,49,41); }
H1.HeaderClassName
{
color: #263129;
}
.AnyTagClassName
{
color: #263129;
}
</style>
background-color css
<style>
a { background-color: #263129; }
a { background-color: rgb(38,49,41); }
div.DivClassName
{
background-color: #263129;
}
.BgClassName
{
background-color: #263129;
}
</style>
border-color css
<style>
span { border-color: #263129; }
span { border-color: rgb(38,49,41); }
td.TdClassName
{
border-color: #263129;
}
.TagClassName
{
border-color: #263129;
}
</style>