Shades of Black Bean #07230B
Tints of Black Bean #07230B
RGB
CMYK
RGB Variations
Color information
#07230B (or 0x07230B) is known color: Black Bean. HEX triplet: 07, 23 and 0B. RGB value is (7,35,11). Sum of RGB (Red+Green+Blue) = 7+35+11=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #07230B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07230B is #F8DCF4. Grayscale: #171717. Windows color (decimal): -16309493 or 729863. OLE color: 729863.
HSL color Cylindrical-coordinate representation of color #07230B: hue angle of 128.57º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #07230B is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 35 | 11 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.86 |
| HSL | 128.57º | 0.67% | 0.08% | - |
| HSV(B) | 128.57º | 0.8% | 0.14% | - |
| XYZ | 0.75 | 1.27 | 0.52 | - |
| YUV | 23.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 11 | 0.80 | 0 | 0.69 | 0.86 | 128.57 | 0.67 | 0.08 |
| Hex | 7 | 23 | B | 50 | 0 | 45 | 56 | 81 | 43 | 8 |
| Octal | 7 | 43 | 13 | 120 | 0 | 105 | 126 | 201 | 103 | 10 |
| Binary | 111 | 100011 | 1011 | 1010000 | 0 | 1000101 | 1010110 | 10000001 | 1000011 | 1000 |
Color Harmonies of #07230B
Complementary color
Monochromatic Colors of #07230B
Black with #07230B
Text Example
Text Example
White with #07230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07230B; }
p { color: rgb(7,35,11); }
H1.HeaderClassName
{
color: #07230B;
}
.AnyTagClassName
{
color: #07230B;
}
</style>
background-color css
<style>
a { background-color: #07230B; }
a { background-color: rgb(7,35,11); }
div.DivClassName
{
background-color: #07230B;
}
.BgClassName
{
background-color: #07230B;
}
</style>
border-color css
<style>
span { border-color: #07230B; }
span { border-color: rgb(7,35,11); }
td.TdClassName
{
border-color: #07230B;
}
.TagClassName
{
border-color: #07230B;
}
</style>