Shades of Black Bean #032205
Tints of Black Bean #032205
RGB
CMYK
RGB Variations
Color information
#032205 (or 0x032205) is known color: Black Bean. HEX triplet: 03, 22 and 05. RGB value is (3,34,5). Sum of RGB (Red+Green+Blue) = 3+34+5=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 34 (13.67% from 255 or 80.95% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 34 - color contains mainly: green. Hex color #032205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032205 is #FCDDFA. Grayscale: #151515. Windows color (decimal): -16571899 or 336387. OLE color: 336387.
HSL color Cylindrical-coordinate representation of color #032205: hue angle of 123.87º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032205 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 34 | 5 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.87 |
| HSL | 123.87º | 0.84% | 0.07% | - |
| HSV(B) | 123.87º | 0.91% | 0.13% | - |
| XYZ | 0.64 | 1.17 | 0.34 | - |
| YUV | 21.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 5 | 0.91 | 0 | 0.85 | 0.87 | 123.87 | 0.84 | 0.07 |
| Hex | 3 | 22 | 5 | 5B | 0 | 55 | 57 | 7C | 54 | 7 |
| Octal | 3 | 42 | 5 | 133 | 0 | 125 | 127 | 174 | 124 | 7 |
| Binary | 11 | 100010 | 101 | 1011011 | 0 | 1010101 | 1010111 | 1111100 | 1010100 | 111 |
Color Harmonies of #032205
Complementary color
Monochromatic Colors of #032205
Black with #032205
Text Example
Text Example
White with #032205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032205; }
p { color: rgb(3,34,5); }
H1.HeaderClassName
{
color: #032205;
}
.AnyTagClassName
{
color: #032205;
}
</style>
background-color css
<style>
a { background-color: #032205; }
a { background-color: rgb(3,34,5); }
div.DivClassName
{
background-color: #032205;
}
.BgClassName
{
background-color: #032205;
}
</style>
border-color css
<style>
span { border-color: #032205; }
span { border-color: rgb(3,34,5); }
td.TdClassName
{
border-color: #032205;
}
.TagClassName
{
border-color: #032205;
}
</style>