Shades of Black Bean #233027
Tints of Black Bean #233027
RGB
CMYK
RGB Variations
Color information
#233027 (or 0x233027) is known color: Black Bean. HEX triplet: 23, 30 and 27. RGB value is (35,48,39). Sum of RGB (Red+Green+Blue) = 35+48+39=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 48 - color contains mainly: green. Hex color #233027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233027 is #DCCFD8. Grayscale: #2B2B2B. Windows color (decimal): -14471129 or 2568227. OLE color: 2568227.
HSL color Cylindrical-coordinate representation of color #233027: hue angle of 138.46º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #233027 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 48 | 39 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.81 |
| HSL | 138.46º | 0.16% | 0.16% | - |
| HSV(B) | 138.46º | 0.27% | 0.19% | - |
| XYZ | 2.12 | 2.62 | 2.31 | - |
| YUV | 43.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 39 | 0.27 | 0 | 0.19 | 0.81 | 138.46 | 0.16 | 0.16 |
| Hex | 23 | 30 | 27 | 1B | 0 | 13 | 51 | 8A | 10 | 10 |
| Octal | 43 | 60 | 47 | 33 | 0 | 23 | 121 | 212 | 20 | 20 |
| Binary | 100011 | 110000 | 100111 | 11011 | 0 | 10011 | 1010001 | 10001010 | 10000 | 10000 |
Color Harmonies of #233027
Complementary color
Monochromatic Colors of #233027
Black with #233027
Text Example
Text Example
White with #233027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233027; }
p { color: rgb(35,48,39); }
H1.HeaderClassName
{
color: #233027;
}
.AnyTagClassName
{
color: #233027;
}
</style>
background-color css
<style>
a { background-color: #233027; }
a { background-color: rgb(35,48,39); }
div.DivClassName
{
background-color: #233027;
}
.BgClassName
{
background-color: #233027;
}
</style>
border-color css
<style>
span { border-color: #233027; }
span { border-color: rgb(35,48,39); }
td.TdClassName
{
border-color: #233027;
}
.TagClassName
{
border-color: #233027;
}
</style>