Shades of Black Bean #1A261D
Tints of Black Bean #1A261D
RGB
CMYK
RGB Variations
Color information
#1A261D (or 0x1A261D) is known color: Black Bean. HEX triplet: 1A, 26 and 1D. RGB value is (26,38,29). Sum of RGB (Red+Green+Blue) = 26+38+29=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 38 - color contains mainly: green. Hex color #1A261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A261D is #E5D9E2. Grayscale: #212121. Windows color (decimal): -15063523 or 1910298. OLE color: 1910298.
HSL color Cylindrical-coordinate representation of color #1A261D: hue angle of 135º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1A261D is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 38 | 29 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.85 |
| HSL | 135º | 0.19% | 0.13% | - |
| HSV(B) | 135º | 0.32% | 0.15% | - |
| XYZ | 1.34 | 1.69 | 1.42 | - |
| YUV | 33.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 29 | 0.32 | 0 | 0.24 | 0.85 | 135 | 0.19 | 0.13 |
| Hex | 1A | 26 | 1D | 20 | 0 | 18 | 55 | 87 | 13 | D |
| Octal | 32 | 46 | 35 | 40 | 0 | 30 | 125 | 207 | 23 | 15 |
| Binary | 11010 | 100110 | 11101 | 100000 | 0 | 11000 | 1010101 | 10000111 | 10011 | 1101 |
Color Harmonies of #1A261D
Complementary color
Monochromatic Colors of #1A261D
Black with #1A261D
Text Example
Text Example
White with #1A261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A261D; }
p { color: rgb(26,38,29); }
H1.HeaderClassName
{
color: #1A261D;
}
.AnyTagClassName
{
color: #1A261D;
}
</style>
background-color css
<style>
a { background-color: #1A261D; }
a { background-color: rgb(26,38,29); }
div.DivClassName
{
background-color: #1A261D;
}
.BgClassName
{
background-color: #1A261D;
}
</style>
border-color css
<style>
span { border-color: #1A261D; }
span { border-color: rgb(26,38,29); }
td.TdClassName
{
border-color: #1A261D;
}
.TagClassName
{
border-color: #1A261D;
}
</style>