Shades of Black Bean #031403
Tints of Black Bean #031403
RGB
CMYK
RGB Variations
Color information
#031403 (or 0x031403) is known color: Black Bean. HEX triplet: 03, 14 and 03. RGB value is (3,20,3). Sum of RGB (Red+Green+Blue) = 3+20+3=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 20 (8.20% from 255 or 76.92% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 20 - color contains mainly: green. Hex color #031403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031403 is #FCEBFC. Grayscale: #0D0D0D. Windows color (decimal): -16575485 or 201731. OLE color: 201731.
HSL color Cylindrical-coordinate representation of color #031403: hue angle of 120º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031403 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 20 | 3 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.92 |
| HSL | 120º | 0.74% | 0.05% | - |
| HSV(B) | 120º | 0.85% | 0.08% | - |
| XYZ | 0.3 | 0.53 | 0.17 | - |
| YUV | 12.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 3 | 0.85 | 0 | 0.85 | 0.92 | 120 | 0.74 | 0.05 |
| Hex | 3 | 14 | 3 | 55 | 0 | 55 | 5C | 78 | 4A | 5 |
| Octal | 3 | 24 | 3 | 125 | 0 | 125 | 134 | 170 | 112 | 5 |
| Binary | 11 | 10100 | 11 | 1010101 | 0 | 1010101 | 1011100 | 1111000 | 1001010 | 101 |
Color Harmonies of #031403
Complementary color
Monochromatic Colors of #031403
Black with #031403
Text Example
Text Example
White with #031403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031403; }
p { color: rgb(3,20,3); }
H1.HeaderClassName
{
color: #031403;
}
.AnyTagClassName
{
color: #031403;
}
</style>
background-color css
<style>
a { background-color: #031403; }
a { background-color: rgb(3,20,3); }
div.DivClassName
{
background-color: #031403;
}
.BgClassName
{
background-color: #031403;
}
</style>
border-color css
<style>
span { border-color: #031403; }
span { border-color: rgb(3,20,3); }
td.TdClassName
{
border-color: #031403;
}
.TagClassName
{
border-color: #031403;
}
</style>