Shades of Black Bean #051908
Tints of Black Bean #051908
RGB
CMYK
RGB Variations
Color information
#051908 (or 0x051908) is known color: Black Bean. HEX triplet: 05, 19 and 08. RGB value is (5,25,8). Sum of RGB (Red+Green+Blue) = 5+25+8=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 25 (10.16% from 255 or 65.79% from 38); Blue value is 8 (3.52% from 255 or 21.05% from 38); Max value from RGB is 25 - color contains mainly: green. Hex color #051908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051908 is #FAE6F7. Grayscale: #111111. Windows color (decimal): -16443128 or 530693. OLE color: 530693.
HSL color Cylindrical-coordinate representation of color #051908: hue angle of 129º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051908 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 25 | 8 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.90 |
| HSL | 129º | 0.67% | 0.06% | - |
| HSV(B) | 129º | 0.8% | 0.1% | - |
| XYZ | 0.45 | 0.75 | 0.35 | - |
| YUV | 17.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 8 | 0.80 | 0 | 0.68 | 0.90 | 129 | 0.67 | 0.06 |
| Hex | 5 | 19 | 8 | 50 | 0 | 44 | 5A | 81 | 43 | 6 |
| Octal | 5 | 31 | 10 | 120 | 0 | 104 | 132 | 201 | 103 | 6 |
| Binary | 101 | 11001 | 1000 | 1010000 | 0 | 1000100 | 1011010 | 10000001 | 1000011 | 110 |
Color Harmonies of #051908
Complementary color
Monochromatic Colors of #051908
Black with #051908
Text Example
Text Example
White with #051908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051908; }
p { color: rgb(5,25,8); }
H1.HeaderClassName
{
color: #051908;
}
.AnyTagClassName
{
color: #051908;
}
</style>
background-color css
<style>
a { background-color: #051908; }
a { background-color: rgb(5,25,8); }
div.DivClassName
{
background-color: #051908;
}
.BgClassName
{
background-color: #051908;
}
</style>
border-color css
<style>
span { border-color: #051908; }
span { border-color: rgb(5,25,8); }
td.TdClassName
{
border-color: #051908;
}
.TagClassName
{
border-color: #051908;
}
</style>