Shades of Black Bean #243027
Tints of Black Bean #243027
RGB
CMYK
RGB Variations
Color information
#243027 (or 0x243027) is known color: Black Bean. HEX triplet: 24, 30 and 27. RGB value is (36,48,39). Sum of RGB (Red+Green+Blue) = 36+48+39=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 48 - color contains mainly: green. Hex color #243027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243027 is #DBCFD8. Grayscale: #2B2B2B. Windows color (decimal): -14405593 or 2568228. OLE color: 2568228.
HSL color Cylindrical-coordinate representation of color #243027: hue angle of 135º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #243027 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 48 | 39 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.81 |
| HSL | 135º | 0.14% | 0.16% | - |
| HSV(B) | 135º | 0.25% | 0.19% | - |
| XYZ | 2.15 | 2.64 | 2.31 | - |
| YUV | 43.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 39 | 0.25 | 0 | 0.19 | 0.81 | 135 | 0.14 | 0.16 |
| Hex | 24 | 30 | 27 | 19 | 0 | 13 | 51 | 87 | E | 10 |
| Octal | 44 | 60 | 47 | 31 | 0 | 23 | 121 | 207 | 16 | 20 |
| Binary | 100100 | 110000 | 100111 | 11001 | 0 | 10011 | 1010001 | 10000111 | 1110 | 10000 |
Color Harmonies of #243027
Complementary color
Monochromatic Colors of #243027
Black with #243027
Text Example
Text Example
White with #243027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243027; }
p { color: rgb(36,48,39); }
H1.HeaderClassName
{
color: #243027;
}
.AnyTagClassName
{
color: #243027;
}
</style>
background-color css
<style>
a { background-color: #243027; }
a { background-color: rgb(36,48,39); }
div.DivClassName
{
background-color: #243027;
}
.BgClassName
{
background-color: #243027;
}
</style>
border-color css
<style>
span { border-color: #243027; }
span { border-color: rgb(36,48,39); }
td.TdClassName
{
border-color: #243027;
}
.TagClassName
{
border-color: #243027;
}
</style>