Shades of Black Bean #1B241D
Tints of Black Bean #1B241D
RGB
CMYK
RGB Variations
Color information
#1B241D (or 0x1B241D) is known color: Black Bean. HEX triplet: 1B, 24 and 1D. RGB value is (27,36,29). Sum of RGB (Red+Green+Blue) = 27+36+29=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 36 - color contains mainly: green. Hex color #1B241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B241D is #E4DBE2. Grayscale: #202020. Windows color (decimal): -14998499 or 1909787. OLE color: 1909787.
HSL color Cylindrical-coordinate representation of color #1B241D: hue angle of 133.33º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1B241D is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 36 | 29 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.86 |
| HSL | 133.33º | 0.14% | 0.12% | - |
| HSV(B) | 133.33º | 0.25% | 0.14% | - |
| XYZ | 1.3 | 1.58 | 1.4 | - |
| YUV | 32.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 36 | 29 | 0.25 | 0 | 0.19 | 0.86 | 133.33 | 0.14 | 0.12 |
| Hex | 1B | 24 | 1D | 19 | 0 | 13 | 56 | 85 | E | C |
| Octal | 33 | 44 | 35 | 31 | 0 | 23 | 126 | 205 | 16 | 14 |
| Binary | 11011 | 100100 | 11101 | 11001 | 0 | 10011 | 1010110 | 10000101 | 1110 | 1100 |
Color Harmonies of #1B241D
Complementary color
Monochromatic Colors of #1B241D
Black with #1B241D
Text Example
Text Example
White with #1B241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B241D; }
p { color: rgb(27,36,29); }
H1.HeaderClassName
{
color: #1B241D;
}
.AnyTagClassName
{
color: #1B241D;
}
</style>
background-color css
<style>
a { background-color: #1B241D; }
a { background-color: rgb(27,36,29); }
div.DivClassName
{
background-color: #1B241D;
}
.BgClassName
{
background-color: #1B241D;
}
</style>
border-color css
<style>
span { border-color: #1B241D; }
span { border-color: rgb(27,36,29); }
td.TdClassName
{
border-color: #1B241D;
}
.TagClassName
{
border-color: #1B241D;
}
</style>