Shades of Black Bean #1A301C
Tints of Black Bean #1A301C
RGB
CMYK
RGB Variations
Color information
#1A301C (or 0x1A301C) is known color: Black Bean. HEX triplet: 1A, 30 and 1C. RGB value is (26,48,28). Sum of RGB (Red+Green+Blue) = 26+48+28=102 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.49% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #1A301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A301C is #E5CFE3. Grayscale: #272727. Windows color (decimal): -15060964 or 1847322. OLE color: 1847322.
HSL color Cylindrical-coordinate representation of color #1A301C: hue angle of 125.45º 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 #1A301C is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 48 | 28 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.81 |
| HSL | 125.45º | 0.3% | 0.15% | - |
| HSV(B) | 125.45º | 0.46% | 0.19% | - |
| XYZ | 1.69 | 2.42 | 1.48 | - |
| YUV | 39.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 28 | 0.46 | 0 | 0.42 | 0.81 | 125.45 | 0.3 | 0.15 |
| Hex | 1A | 30 | 1C | 2E | 0 | 2A | 51 | 7D | 1E | F |
| Octal | 32 | 60 | 34 | 56 | 0 | 52 | 121 | 175 | 36 | 17 |
| Binary | 11010 | 110000 | 11100 | 101110 | 0 | 101010 | 1010001 | 1111101 | 11110 | 1111 |
Color Harmonies of #1A301C
Complementary color
Monochromatic Colors of #1A301C
Black with #1A301C
Text Example
Text Example
White with #1A301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A301C; }
p { color: rgb(26,48,28); }
H1.HeaderClassName
{
color: #1A301C;
}
.AnyTagClassName
{
color: #1A301C;
}
</style>
background-color css
<style>
a { background-color: #1A301C; }
a { background-color: rgb(26,48,28); }
div.DivClassName
{
background-color: #1A301C;
}
.BgClassName
{
background-color: #1A301C;
}
</style>
border-color css
<style>
span { border-color: #1A301C; }
span { border-color: rgb(26,48,28); }
td.TdClassName
{
border-color: #1A301C;
}
.TagClassName
{
border-color: #1A301C;
}
</style>