Shades of Black Bean #1A201A
Tints of Black Bean #1A201A
RGB
CMYK
RGB Variations
Color information
#1A201A (or 0x1A201A) is known color: Black Bean. HEX triplet: 1A, 20 and 1A. RGB value is (26,32,26). Sum of RGB (Red+Green+Blue) = 26+32+26=84 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.95% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 32 - color contains mainly: green. Hex color #1A201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A201A is #E5DFE5. Grayscale: #1D1D1D. Windows color (decimal): -15065062 or 1712154. OLE color: 1712154.
HSL color Cylindrical-coordinate representation of color #1A201A: hue angle of 120º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A201A is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
RGB | 26 | 32 | 26 | - |
CMYK | 0.19 | 0 | 0.19 | 0.87 |
HSL | 120º | 0.1% | 0.11% | - |
HSV(B) | 120º | 0.19% | 0.13% | - |
XYZ | 1.13 | 1.33 | 1.17 | - |
YUV | 29.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 32 | 26 | 0.19 | 0 | 0.19 | 0.87 | 120 | 0.1 | 0.11 |
Hex | 1A | 20 | 1A | 13 | 0 | 13 | 57 | 78 | A | B |
Octal | 32 | 40 | 32 | 23 | 0 | 23 | 127 | 170 | 12 | 13 |
Binary | 11010 | 100000 | 11010 | 10011 | 0 | 10011 | 1010111 | 1111000 | 1010 | 1011 |
Color Harmonies of #1A201A
Complementary color
Monochromatic Colors of #1A201A
Black with #1A201A
Text Example
Text Example
White with #1A201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A201A; }
p { color: rgb(26,32,26); }
H1.HeaderClassName
{
color: #1A201A;
}
.AnyTagClassName
{
color: #1A201A;
}
</style>
background-color css
<style>
a { background-color: #1A201A; }
a { background-color: rgb(26,32,26); }
div.DivClassName
{
background-color: #1A201A;
}
.BgClassName
{
background-color: #1A201A;
}
</style>
border-color css
<style>
span { border-color: #1A201A; }
span { border-color: rgb(26,32,26); }
td.TdClassName
{
border-color: #1A201A;
}
.TagClassName
{
border-color: #1A201A;
}
</style>