Shades of Black Bean #072308
Tints of Black Bean #072308
RGB
CMYK
RGB Variations
Color information
#072308 (or 0x072308) is known color: Black Bean. HEX triplet: 07, 23 and 08. RGB value is (7,35,8). Sum of RGB (Red+Green+Blue) = 7+35+8=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 35 (14.06% from 255 or 70% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 35 - color contains mainly: green. Hex color #072308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072308 is #F8DCF7. Grayscale: #171717. Windows color (decimal): -16309496 or 533255. OLE color: 533255.
HSL color Cylindrical-coordinate representation of color #072308: hue angle of 122.14º 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 #072308 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
RGB | 7 | 35 | 8 | - |
CMYK | 0.80 | 0 | 0.77 | 0.86 |
HSL | 122.14º | 0.67% | 0.08% | - |
HSV(B) | 122.14º | 0.8% | 0.14% | - |
XYZ | 0.73 | 1.26 | 0.44 | - |
YUV | 23.55 | 119.22 | 116.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 35 | 8 | 0.80 | 0 | 0.77 | 0.86 | 122.14 | 0.67 | 0.08 |
Hex | 7 | 23 | 8 | 50 | 0 | 4D | 56 | 7A | 43 | 8 |
Octal | 7 | 43 | 10 | 120 | 0 | 115 | 126 | 172 | 103 | 10 |
Binary | 111 | 100011 | 1000 | 1010000 | 0 | 1001101 | 1010110 | 1111010 | 1000011 | 1000 |
Color Harmonies of #072308
Complementary color
Monochromatic Colors of #072308
Black with #072308
Text Example
Text Example
White with #072308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072308; }
p { color: rgb(7,35,8); }
H1.HeaderClassName
{
color: #072308;
}
.AnyTagClassName
{
color: #072308;
}
</style>
background-color css
<style>
a { background-color: #072308; }
a { background-color: rgb(7,35,8); }
div.DivClassName
{
background-color: #072308;
}
.BgClassName
{
background-color: #072308;
}
</style>
border-color css
<style>
span { border-color: #072308; }
span { border-color: rgb(7,35,8); }
td.TdClassName
{
border-color: #072308;
}
.TagClassName
{
border-color: #072308;
}
</style>