Shades of Black Bean #041305
Tints of Black Bean #041305
RGB
CMYK
RGB Variations
Color information
#041305 (or 0x041305) is known color: Black Bean. HEX triplet: 04, 13 and 05. RGB value is (4,19,5). Sum of RGB (Red+Green+Blue) = 4+19+5=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 19 (7.81% from 255 or 67.86% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 19 - color contains mainly: green. Hex color #041305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041305 is #FBECFA. Grayscale: #0C0C0C. Windows color (decimal): -16510203 or 332548. OLE color: 332548.
HSL color Cylindrical-coordinate representation of color #041305: hue angle of 124º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #041305 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 19 | 5 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.93 |
| HSL | 124º | 0.65% | 0.05% | - |
| HSV(B) | 124º | 0.79% | 0.07% | - |
| XYZ | 0.31 | 0.5 | 0.22 | - |
| YUV | 12.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 5 | 0.79 | 0 | 0.74 | 0.93 | 124 | 0.65 | 0.05 |
| Hex | 4 | 13 | 5 | 4F | 0 | 4A | 5D | 7C | 41 | 5 |
| Octal | 4 | 23 | 5 | 117 | 0 | 112 | 135 | 174 | 101 | 5 |
| Binary | 100 | 10011 | 101 | 1001111 | 0 | 1001010 | 1011101 | 1111100 | 1000001 | 101 |
Color Harmonies of #041305
Complementary color
Monochromatic Colors of #041305
Black with #041305
Text Example
Text Example
White with #041305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041305; }
p { color: rgb(4,19,5); }
H1.HeaderClassName
{
color: #041305;
}
.AnyTagClassName
{
color: #041305;
}
</style>
background-color css
<style>
a { background-color: #041305; }
a { background-color: rgb(4,19,5); }
div.DivClassName
{
background-color: #041305;
}
.BgClassName
{
background-color: #041305;
}
</style>
border-color css
<style>
span { border-color: #041305; }
span { border-color: rgb(4,19,5); }
td.TdClassName
{
border-color: #041305;
}
.TagClassName
{
border-color: #041305;
}
</style>