Shades of Black Bean #041A08
Tints of Black Bean #041A08
RGB
CMYK
RGB Variations
Color information
#041A08 (or 0x041A08) is known color: Black Bean. HEX triplet: 04, 1A and 08. RGB value is (4,26,8). Sum of RGB (Red+Green+Blue) = 4+26+8=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 26 (10.55% from 255 or 68.42% from 38); Blue value is 8 (3.52% from 255 or 21.05% from 38); Max value from RGB is 26 - color contains mainly: green. Hex color #041A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041A08 is #FBE5F7. Grayscale: #111111. Windows color (decimal): -16508408 or 530948. OLE color: 530948.
HSL color Cylindrical-coordinate representation of color #041A08: hue angle of 130.91º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #041A08 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 26 | 8 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.90 |
| HSL | 130.91º | 0.73% | 0.06% | - |
| HSV(B) | 130.91º | 0.85% | 0.1% | - |
| XYZ | 0.46 | 0.78 | 0.36 | - |
| YUV | 17.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 8 | 0.85 | 0 | 0.69 | 0.90 | 130.91 | 0.73 | 0.06 |
| Hex | 4 | 1A | 8 | 55 | 0 | 45 | 5A | 83 | 49 | 6 |
| Octal | 4 | 32 | 10 | 125 | 0 | 105 | 132 | 203 | 111 | 6 |
| Binary | 100 | 11010 | 1000 | 1010101 | 0 | 1000101 | 1011010 | 10000011 | 1001001 | 110 |
Color Harmonies of #041A08
Complementary color
Monochromatic Colors of #041A08
Black with #041A08
Text Example
Text Example
White with #041A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A08; }
p { color: rgb(4,26,8); }
H1.HeaderClassName
{
color: #041A08;
}
.AnyTagClassName
{
color: #041A08;
}
</style>
background-color css
<style>
a { background-color: #041A08; }
a { background-color: rgb(4,26,8); }
div.DivClassName
{
background-color: #041A08;
}
.BgClassName
{
background-color: #041A08;
}
</style>
border-color css
<style>
span { border-color: #041A08; }
span { border-color: rgb(4,26,8); }
td.TdClassName
{
border-color: #041A08;
}
.TagClassName
{
border-color: #041A08;
}
</style>