Shades of Black Bean #042008
Tints of Black Bean #042008
RGB
CMYK
RGB Variations
Color information
#042008 (or 0x042008) is known color: Black Bean. HEX triplet: 04, 20 and 08. RGB value is (4,32,8). Sum of RGB (Red+Green+Blue) = 4+32+8=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 32 (12.89% from 255 or 72.73% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 32 - color contains mainly: green. Hex color #042008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042008 is #FBDFF7. Grayscale: #141414. Windows color (decimal): -16506872 or 532484. OLE color: 532484.
HSL color Cylindrical-coordinate representation of color #042008: hue angle of 128.57º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042008 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 4 | 32 | 8 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.87 |
| HSL | 128.57º | 0.78% | 0.07% | - |
| HSV(B) | 128.57º | 0.88% | 0.13% | - |
| XYZ | 0.61 | 1.08 | 0.41 | - |
| YUV | 20.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 8 | 0.87 | 0 | 0.75 | 0.87 | 128.57 | 0.78 | 0.07 |
| Hex | 4 | 20 | 8 | 57 | 0 | 4B | 57 | 81 | 4E | 7 |
| Octal | 4 | 40 | 10 | 127 | 0 | 113 | 127 | 201 | 116 | 7 |
| Binary | 100 | 100000 | 1000 | 1010111 | 0 | 1001011 | 1010111 | 10000001 | 1001110 | 111 |
Color Harmonies of #042008
Complementary color
Monochromatic Colors of #042008
Black with #042008
Text Example
Text Example
White with #042008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042008; }
p { color: rgb(4,32,8); }
H1.HeaderClassName
{
color: #042008;
}
.AnyTagClassName
{
color: #042008;
}
</style>
background-color css
<style>
a { background-color: #042008; }
a { background-color: rgb(4,32,8); }
div.DivClassName
{
background-color: #042008;
}
.BgClassName
{
background-color: #042008;
}
</style>
border-color css
<style>
span { border-color: #042008; }
span { border-color: rgb(4,32,8); }
td.TdClassName
{
border-color: #042008;
}
.TagClassName
{
border-color: #042008;
}
</style>