Shades of Black Bean #1A2A1B
Tints of Black Bean #1A2A1B
RGB
CMYK
RGB Variations
Color information
#1A2A1B (or 0x1A2A1B) is known color: Black Bean. HEX triplet: 1A, 2A and 1B. RGB value is (26,42,27). Sum of RGB (Red+Green+Blue) = 26+42+27=95 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.37% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #1A2A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2A1B is #E5D5E4. Grayscale: #232323. Windows color (decimal): -15062501 or 1780250. OLE color: 1780250.
HSL color Cylindrical-coordinate representation of color #1A2A1B: hue angle of 123.75º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A2A1B is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
RGB | 26 | 42 | 27 | - |
CMYK | 0.38 | 0 | 0.36 | 0.84 |
HSL | 123.75º | 0.24% | 0.13% | - |
HSV(B) | 123.75º | 0.38% | 0.16% | - |
XYZ | 1.45 | 1.95 | 1.34 | - |
YUV | 35.51 | 123.2 | 121.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 42 | 27 | 0.38 | 0 | 0.36 | 0.84 | 123.75 | 0.24 | 0.13 |
Hex | 1A | 2A | 1B | 26 | 0 | 24 | 54 | 7C | 18 | D |
Octal | 32 | 52 | 33 | 46 | 0 | 44 | 124 | 174 | 30 | 15 |
Binary | 11010 | 101010 | 11011 | 100110 | 0 | 100100 | 1010100 | 1111100 | 11000 | 1101 |
Color Harmonies of #1A2A1B
Complementary color
Monochromatic Colors of #1A2A1B
Black with #1A2A1B
Text Example
Text Example
White with #1A2A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2A1B; }
p { color: rgb(26,42,27); }
H1.HeaderClassName
{
color: #1A2A1B;
}
.AnyTagClassName
{
color: #1A2A1B;
}
</style>
background-color css
<style>
a { background-color: #1A2A1B; }
a { background-color: rgb(26,42,27); }
div.DivClassName
{
background-color: #1A2A1B;
}
.BgClassName
{
background-color: #1A2A1B;
}
</style>
border-color css
<style>
span { border-color: #1A2A1B; }
span { border-color: rgb(26,42,27); }
td.TdClassName
{
border-color: #1A2A1B;
}
.TagClassName
{
border-color: #1A2A1B;
}
</style>