Shades of Black Bean #031C04
Tints of Black Bean #031C04
RGB
CMYK
RGB Variations
Color information
#031C04 (or 0x031C04) is known color: Black Bean. HEX triplet: 03, 1C and 04. RGB value is (3,28,4). Sum of RGB (Red+Green+Blue) = 3+28+4=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 28 (11.33% from 255 or 80% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 28 - color contains mainly: green. Hex color #031C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C04 is #FCE3FB. Grayscale: #111111. Windows color (decimal): -16573436 or 269315. OLE color: 269315.
HSL color Cylindrical-coordinate representation of color #031C04: hue angle of 122.4º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031C04 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 28 | 4 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.89 |
| HSL | 122.4º | 0.81% | 0.06% | - |
| HSV(B) | 122.4º | 0.89% | 0.11% | - |
| XYZ | 0.47 | 0.86 | 0.26 | - |
| YUV | 17.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 4 | 0.89 | 0 | 0.86 | 0.89 | 122.4 | 0.81 | 0.06 |
| Hex | 3 | 1C | 4 | 59 | 0 | 56 | 59 | 7A | 51 | 6 |
| Octal | 3 | 34 | 4 | 131 | 0 | 126 | 131 | 172 | 121 | 6 |
| Binary | 11 | 11100 | 100 | 1011001 | 0 | 1010110 | 1011001 | 1111010 | 1010001 | 110 |
Color Harmonies of #031C04
Complementary color
Monochromatic Colors of #031C04
Black with #031C04
Text Example
Text Example
White with #031C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C04; }
p { color: rgb(3,28,4); }
H1.HeaderClassName
{
color: #031C04;
}
.AnyTagClassName
{
color: #031C04;
}
</style>
background-color css
<style>
a { background-color: #031C04; }
a { background-color: rgb(3,28,4); }
div.DivClassName
{
background-color: #031C04;
}
.BgClassName
{
background-color: #031C04;
}
</style>
border-color css
<style>
span { border-color: #031C04; }
span { border-color: rgb(3,28,4); }
td.TdClassName
{
border-color: #031C04;
}
.TagClassName
{
border-color: #031C04;
}
</style>