Shades of Black Bean #262B27
Tints of Black Bean #262B27
RGB
CMYK
RGB Variations
Color information
#262B27 (or 0x262B27) is known color: Black Bean. HEX triplet: 26, 2B and 27. RGB value is (38,43,39). Sum of RGB (Red+Green+Blue) = 38+43+39=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 43 - color contains mainly: green. Hex color #262B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262B27 is #D9D4D8. Grayscale: #292929. Windows color (decimal): -14275801 or 2566950. OLE color: 2566950.
HSL color Cylindrical-coordinate representation of color #262B27: hue angle of 132º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #262B27 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 43 | 39 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.83 |
| HSL | 132º | 0.06% | 0.16% | - |
| HSV(B) | 132º | 0.12% | 0.17% | - |
| XYZ | 2.03 | 2.29 | 2.25 | - |
| YUV | 41.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 39 | 0.12 | 0 | 0.09 | 0.83 | 132 | 0.06 | 0.16 |
| Hex | 26 | 2B | 27 | C | 0 | 9 | 53 | 84 | 6 | 10 |
| Octal | 46 | 53 | 47 | 14 | 0 | 11 | 123 | 204 | 6 | 20 |
| Binary | 100110 | 101011 | 100111 | 1100 | 0 | 1001 | 1010011 | 10000100 | 110 | 10000 |
Color Harmonies of #262B27
Complementary color
Monochromatic Colors of #262B27
Black with #262B27
Text Example
Text Example
White with #262B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B27; }
p { color: rgb(38,43,39); }
H1.HeaderClassName
{
color: #262B27;
}
.AnyTagClassName
{
color: #262B27;
}
</style>
background-color css
<style>
a { background-color: #262B27; }
a { background-color: rgb(38,43,39); }
div.DivClassName
{
background-color: #262B27;
}
.BgClassName
{
background-color: #262B27;
}
</style>
border-color css
<style>
span { border-color: #262B27; }
span { border-color: rgb(38,43,39); }
td.TdClassName
{
border-color: #262B27;
}
.TagClassName
{
border-color: #262B27;
}
</style>