Shades of Black Bean #042807
Tints of Black Bean #042807
RGB
CMYK
RGB Variations
Color information
#042807 (or 0x042807) is known color: Black Bean. HEX triplet: 04, 28 and 07. RGB value is (4,40,7). Sum of RGB (Red+Green+Blue) = 4+40+7=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 40 (16.02% from 255 or 78.43% from 51); Blue value is 7 (3.12% from 255 or 13.73% from 51); Max value from RGB is 40 - color contains mainly: green. Hex color #042807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042807 is #FBD7F8. Grayscale: #191919. Windows color (decimal): -16504825 or 468996. OLE color: 468996.
HSL color Cylindrical-coordinate representation of color #042807: hue angle of 125º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042807 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 40 | 7 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.84 |
| HSL | 125º | 0.82% | 0.09% | - |
| HSV(B) | 125º | 0.9% | 0.16% | - |
| XYZ | 0.85 | 1.56 | 0.46 | - |
| YUV | 25.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 7 | 0.90 | 0 | 0.83 | 0.84 | 125 | 0.82 | 0.09 |
| Hex | 4 | 28 | 7 | 5A | 0 | 53 | 54 | 7D | 52 | 9 |
| Octal | 4 | 50 | 7 | 132 | 0 | 123 | 124 | 175 | 122 | 11 |
| Binary | 100 | 101000 | 111 | 1011010 | 0 | 1010011 | 1010100 | 1111101 | 1010010 | 1001 |
Color Harmonies of #042807
Complementary color
Monochromatic Colors of #042807
Black with #042807
Text Example
Text Example
White with #042807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042807; }
p { color: rgb(4,40,7); }
H1.HeaderClassName
{
color: #042807;
}
.AnyTagClassName
{
color: #042807;
}
</style>
background-color css
<style>
a { background-color: #042807; }
a { background-color: rgb(4,40,7); }
div.DivClassName
{
background-color: #042807;
}
.BgClassName
{
background-color: #042807;
}
</style>
border-color css
<style>
span { border-color: #042807; }
span { border-color: rgb(4,40,7); }
td.TdClassName
{
border-color: #042807;
}
.TagClassName
{
border-color: #042807;
}
</style>