Shades of Black Bean #040C04
Tints of Black Bean #040C04
RGB
CMYK
RGB Variations
Color information
#040C04 (or 0x040C04) is known color: Black Bean. HEX triplet: 04, 0C and 04. RGB value is (4,12,4). Sum of RGB (Red+Green+Blue) = 4+12+4=20 (2% of max value = 765). Red value is 4 (1.95% from 255 or 20% from 20); Green value is 12 (5.08% from 255 or 60% from 20); Blue value is 4 (1.95% from 255 or 20% from 20); Max value from RGB is 12 - color contains mainly: green. Hex color #040C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C04 is #FBF3FB. Grayscale: #080808. Windows color (decimal): -16511996 or 265220. OLE color: 265220.
HSL color Cylindrical-coordinate representation of color #040C04: hue angle of 120º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #040C04 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 4 | 12 | 4 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.95 |
| HSL | 120º | 0.5% | 0.03% | - |
| HSV(B) | 120º | 0.67% | 0.05% | - |
| XYZ | 0.2 | 0.3 | 0.16 | - |
| YUV | 8.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 4 | 0.67 | 0 | 0.67 | 0.95 | 120 | 0.5 | 0.03 |
| Hex | 4 | C | 4 | 43 | 0 | 43 | 5F | 78 | 32 | 3 |
| Octal | 4 | 14 | 4 | 103 | 0 | 103 | 137 | 170 | 62 | 3 |
| Binary | 100 | 1100 | 100 | 1000011 | 0 | 1000011 | 1011111 | 1111000 | 110010 | 11 |
Color Harmonies of #040C04
Complementary color
Monochromatic Colors of #040C04
Black with #040C04
Text Example
Text Example
White with #040C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C04; }
p { color: rgb(4,12,4); }
H1.HeaderClassName
{
color: #040C04;
}
.AnyTagClassName
{
color: #040C04;
}
</style>
background-color css
<style>
a { background-color: #040C04; }
a { background-color: rgb(4,12,4); }
div.DivClassName
{
background-color: #040C04;
}
.BgClassName
{
background-color: #040C04;
}
</style>
border-color css
<style>
span { border-color: #040C04; }
span { border-color: rgb(4,12,4); }
td.TdClassName
{
border-color: #040C04;
}
.TagClassName
{
border-color: #040C04;
}
</style>