Shades of Black Bean #061A08
Tints of Black Bean #061A08
RGB
CMYK
RGB Variations
Color information
#061A08 (or 0x061A08) is known color: Black Bean. HEX triplet: 06, 1A and 08. RGB value is (6,26,8). Sum of RGB (Red+Green+Blue) = 6+26+8=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 26 (10.55% from 255 or 65% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 26 - color contains mainly: green. Hex color #061A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A08 is #F9E5F7. Grayscale: #121212. Windows color (decimal): -16377336 or 530950. OLE color: 530950.
HSL color Cylindrical-coordinate representation of color #061A08: hue angle of 126º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #061A08 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 26 | 8 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.90 |
| HSL | 126º | 0.63% | 0.06% | - |
| HSV(B) | 126º | 0.77% | 0.1% | - |
| XYZ | 0.49 | 0.8 | 0.36 | - |
| YUV | 17.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 8 | 0.77 | 0 | 0.69 | 0.90 | 126 | 0.63 | 0.06 |
| Hex | 6 | 1A | 8 | 4D | 0 | 45 | 5A | 7E | 3E | 6 |
| Octal | 6 | 32 | 10 | 115 | 0 | 105 | 132 | 176 | 76 | 6 |
| Binary | 110 | 11010 | 1000 | 1001101 | 0 | 1000101 | 1011010 | 1111110 | 111110 | 110 |
Color Harmonies of #061A08
Complementary color
Monochromatic Colors of #061A08
Black with #061A08
Text Example
Text Example
White with #061A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A08; }
p { color: rgb(6,26,8); }
H1.HeaderClassName
{
color: #061A08;
}
.AnyTagClassName
{
color: #061A08;
}
</style>
background-color css
<style>
a { background-color: #061A08; }
a { background-color: rgb(6,26,8); }
div.DivClassName
{
background-color: #061A08;
}
.BgClassName
{
background-color: #061A08;
}
</style>
border-color css
<style>
span { border-color: #061A08; }
span { border-color: rgb(6,26,8); }
td.TdClassName
{
border-color: #061A08;
}
.TagClassName
{
border-color: #061A08;
}
</style>