Shades of Black Bean #061305
Tints of Black Bean #061305
RGB
CMYK
RGB Variations
Color information
#061305 (or 0x061305) is known color: Black Bean. HEX triplet: 06, 13 and 05. RGB value is (6,19,5). Sum of RGB (Red+Green+Blue) = 6+19+5=30 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20% from 30); Green value is 19 (7.81% from 255 or 63.33% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 19 - color contains mainly: green. Hex color #061305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061305 is #F9ECFA. Grayscale: #0D0D0D. Windows color (decimal): -16379131 or 332550. OLE color: 332550.
HSL color Cylindrical-coordinate representation of color #061305: hue angle of 115.71º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #061305 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 19 | 5 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.93 |
| HSL | 115.71º | 0.58% | 0.05% | - |
| HSV(B) | 115.71º | 0.74% | 0.07% | - |
| XYZ | 0.34 | 0.52 | 0.23 | - |
| YUV | 13.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 5 | 0.68 | 0 | 0.74 | 0.93 | 115.71 | 0.58 | 0.05 |
| Hex | 6 | 13 | 5 | 44 | 0 | 4A | 5D | 74 | 3A | 5 |
| Octal | 6 | 23 | 5 | 104 | 0 | 112 | 135 | 164 | 72 | 5 |
| Binary | 110 | 10011 | 101 | 1000100 | 0 | 1001010 | 1011101 | 1110100 | 111010 | 101 |
Color Harmonies of #061305
Complementary color
Monochromatic Colors of #061305
Black with #061305
Text Example
Text Example
White with #061305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061305; }
p { color: rgb(6,19,5); }
H1.HeaderClassName
{
color: #061305;
}
.AnyTagClassName
{
color: #061305;
}
</style>
background-color css
<style>
a { background-color: #061305; }
a { background-color: rgb(6,19,5); }
div.DivClassName
{
background-color: #061305;
}
.BgClassName
{
background-color: #061305;
}
</style>
border-color css
<style>
span { border-color: #061305; }
span { border-color: rgb(6,19,5); }
td.TdClassName
{
border-color: #061305;
}
.TagClassName
{
border-color: #061305;
}
</style>