Shades of Black Bean #1A251B
Tints of Black Bean #1A251B
RGB
CMYK
RGB Variations
Color information
#1A251B (or 0x1A251B) is known color: Black Bean. HEX triplet: 1A, 25 and 1B. RGB value is (26,37,27). Sum of RGB (Red+Green+Blue) = 26+37+27=90 (11% of max value = 765). Red value is 26 (10.55% from 255 or 28.89% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #1A251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A251B is #E5DAE4. Grayscale: #202020. Windows color (decimal): -15063781 or 1778970. OLE color: 1778970.
HSL color Cylindrical-coordinate representation of color #1A251B: hue angle of 125.45º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1A251B is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
RGB | 26 | 37 | 27 | - |
CMYK | 0.30 | 0 | 0.27 | 0.85 |
HSL | 125.45º | 0.17% | 0.12% | - |
HSV(B) | 125.45º | 0.3% | 0.15% | - |
XYZ | 1.29 | 1.62 | 1.28 | - |
YUV | 32.57 | 124.86 | 123.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 37 | 27 | 0.30 | 0 | 0.27 | 0.85 | 125.45 | 0.17 | 0.12 |
Hex | 1A | 25 | 1B | 1E | 0 | 1B | 55 | 7D | 11 | C |
Octal | 32 | 45 | 33 | 36 | 0 | 33 | 125 | 175 | 21 | 14 |
Binary | 11010 | 100101 | 11011 | 11110 | 0 | 11011 | 1010101 | 1111101 | 10001 | 1100 |
Color Harmonies of #1A251B
Complementary color
Monochromatic Colors of #1A251B
Black with #1A251B
Text Example
Text Example
White with #1A251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A251B; }
p { color: rgb(26,37,27); }
H1.HeaderClassName
{
color: #1A251B;
}
.AnyTagClassName
{
color: #1A251B;
}
</style>
background-color css
<style>
a { background-color: #1A251B; }
a { background-color: rgb(26,37,27); }
div.DivClassName
{
background-color: #1A251B;
}
.BgClassName
{
background-color: #1A251B;
}
</style>
border-color css
<style>
span { border-color: #1A251B; }
span { border-color: rgb(26,37,27); }
td.TdClassName
{
border-color: #1A251B;
}
.TagClassName
{
border-color: #1A251B;
}
</style>