Shades of Black Bean #040C06
Tints of Black Bean #040C06
RGB
CMYK
RGB Variations
Color information
#040C06 (or 0x040C06) is known color: Black Bean. HEX triplet: 04, 0C and 06. RGB value is (4,12,6). Sum of RGB (Red+Green+Blue) = 4+12+6=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 12 (5.08% from 255 or 54.55% from 22); Blue value is 6 (2.73% from 255 or 27.27% from 22); Max value from RGB is 12 - color contains mainly: green. Hex color #040C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C06 is #FBF3F9. Grayscale: #080808. Windows color (decimal): -16511994 or 396292. OLE color: 396292.
HSL color Cylindrical-coordinate representation of color #040C06: hue angle of 135º 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 #040C06 is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 4 | 12 | 6 | - |
| CMYK | 0.67 | 0 | 0.50 | 0.95 |
| HSL | 135º | 0.5% | 0.03% | - |
| HSV(B) | 135º | 0.67% | 0.05% | - |
| XYZ | 0.21 | 0.3 | 0.22 | - |
| YUV | 8.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 6 | 0.67 | 0 | 0.50 | 0.95 | 135 | 0.5 | 0.03 |
| Hex | 4 | C | 6 | 43 | 0 | 32 | 5F | 87 | 32 | 3 |
| Octal | 4 | 14 | 6 | 103 | 0 | 62 | 137 | 207 | 62 | 3 |
| Binary | 100 | 1100 | 110 | 1000011 | 0 | 110010 | 1011111 | 10000111 | 110010 | 11 |
Color Harmonies of #040C06
Complementary color
Monochromatic Colors of #040C06
Black with #040C06
Text Example
Text Example
White with #040C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C06; }
p { color: rgb(4,12,6); }
H1.HeaderClassName
{
color: #040C06;
}
.AnyTagClassName
{
color: #040C06;
}
</style>
background-color css
<style>
a { background-color: #040C06; }
a { background-color: rgb(4,12,6); }
div.DivClassName
{
background-color: #040C06;
}
.BgClassName
{
background-color: #040C06;
}
</style>
border-color css
<style>
span { border-color: #040C06; }
span { border-color: rgb(4,12,6); }
td.TdClassName
{
border-color: #040C06;
}
.TagClassName
{
border-color: #040C06;
}
</style>