Shades of Black Bean #032007
Tints of Black Bean #032007
RGB
CMYK
RGB Variations
Color information
#032007 (or 0x032007) is known color: Black Bean. HEX triplet: 03, 20 and 07. RGB value is (3,32,7). Sum of RGB (Red+Green+Blue) = 3+32+7=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 32 (12.89% from 255 or 76.19% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 32 - color contains mainly: green. Hex color #032007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032007 is #FCDFF8. Grayscale: #141414. Windows color (decimal): -16572409 or 466947. OLE color: 466947.
HSL color Cylindrical-coordinate representation of color #032007: hue angle of 128.28º degrees, saturation: 0.83, 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 #032007 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 32 | 7 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.87 |
| HSL | 128.28º | 0.83% | 0.07% | - |
| HSV(B) | 128.28º | 0.91% | 0.13% | - |
| XYZ | 0.59 | 1.07 | 0.38 | - |
| YUV | 20.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 7 | 0.91 | 0 | 0.78 | 0.87 | 128.28 | 0.83 | 0.07 |
| Hex | 3 | 20 | 7 | 5B | 0 | 4E | 57 | 80 | 53 | 7 |
| Octal | 3 | 40 | 7 | 133 | 0 | 116 | 127 | 200 | 123 | 7 |
| Binary | 11 | 100000 | 111 | 1011011 | 0 | 1001110 | 1010111 | 10000000 | 1010011 | 111 |
Color Harmonies of #032007
Complementary color
Monochromatic Colors of #032007
Black with #032007
Text Example
Text Example
White with #032007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032007; }
p { color: rgb(3,32,7); }
H1.HeaderClassName
{
color: #032007;
}
.AnyTagClassName
{
color: #032007;
}
</style>
background-color css
<style>
a { background-color: #032007; }
a { background-color: rgb(3,32,7); }
div.DivClassName
{
background-color: #032007;
}
.BgClassName
{
background-color: #032007;
}
</style>
border-color css
<style>
span { border-color: #032007; }
span { border-color: rgb(3,32,7); }
td.TdClassName
{
border-color: #032007;
}
.TagClassName
{
border-color: #032007;
}
</style>