Shades of Black Bean #1A301E
Tints of Black Bean #1A301E
RGB
CMYK
RGB Variations
Color information
#1A301E (or 0x1A301E) is known color: Black Bean. HEX triplet: 1A, 30 and 1E. RGB value is (26,48,30). Sum of RGB (Red+Green+Blue) = 26+48+30=104 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #1A301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A301E is #E5CFE1. Grayscale: #272727. Windows color (decimal): -15060962 or 1978394. OLE color: 1978394.
HSL color Cylindrical-coordinate representation of color #1A301E: hue angle of 130.91º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A301E is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 48 | 30 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.81 |
| HSL | 130.91º | 0.3% | 0.15% | - |
| HSV(B) | 130.91º | 0.46% | 0.19% | - |
| XYZ | 1.72 | 2.43 | 1.61 | - |
| YUV | 39.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 30 | 0.46 | 0 | 0.37 | 0.81 | 130.91 | 0.3 | 0.15 |
| Hex | 1A | 30 | 1E | 2E | 0 | 25 | 51 | 83 | 1E | F |
| Octal | 32 | 60 | 36 | 56 | 0 | 45 | 121 | 203 | 36 | 17 |
| Binary | 11010 | 110000 | 11110 | 101110 | 0 | 100101 | 1010001 | 10000011 | 11110 | 1111 |
Color Harmonies of #1A301E
Complementary color
Monochromatic Colors of #1A301E
Black with #1A301E
Text Example
Text Example
White with #1A301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A301E; }
p { color: rgb(26,48,30); }
H1.HeaderClassName
{
color: #1A301E;
}
.AnyTagClassName
{
color: #1A301E;
}
</style>
background-color css
<style>
a { background-color: #1A301E; }
a { background-color: rgb(26,48,30); }
div.DivClassName
{
background-color: #1A301E;
}
.BgClassName
{
background-color: #1A301E;
}
</style>
border-color css
<style>
span { border-color: #1A301E; }
span { border-color: rgb(26,48,30); }
td.TdClassName
{
border-color: #1A301E;
}
.TagClassName
{
border-color: #1A301E;
}
</style>