Shades of Black Bean #032108
Tints of Black Bean #032108
RGB
CMYK
RGB Variations
Color information
#032108 (or 0x032108) is known color: Black Bean. HEX triplet: 03, 21 and 08. RGB value is (3,33,8). Sum of RGB (Red+Green+Blue) = 3+33+8=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 33 (13.28% from 255 or 75% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 33 - color contains mainly: green. Hex color #032108 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032108 is #FCDEF7. Grayscale: #151515. Windows color (decimal): -16572152 or 532739. OLE color: 532739.
HSL color Cylindrical-coordinate representation of color #032108: hue angle of 130º 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 #032108 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 33 | 8 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.87 |
| HSL | 130º | 0.83% | 0.07% | - |
| HSV(B) | 130º | 0.91% | 0.13% | - |
| XYZ | 0.63 | 1.12 | 0.41 | - |
| YUV | 21.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 8 | 0.91 | 0 | 0.76 | 0.87 | 130 | 0.83 | 0.07 |
| Hex | 3 | 21 | 8 | 5B | 0 | 4C | 57 | 82 | 53 | 7 |
| Octal | 3 | 41 | 10 | 133 | 0 | 114 | 127 | 202 | 123 | 7 |
| Binary | 11 | 100001 | 1000 | 1011011 | 0 | 1001100 | 1010111 | 10000010 | 1010011 | 111 |
Color Harmonies of #032108
Complementary color
Monochromatic Colors of #032108
Black with #032108
Text Example
Text Example
White with #032108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032108; }
p { color: rgb(3,33,8); }
H1.HeaderClassName
{
color: #032108;
}
.AnyTagClassName
{
color: #032108;
}
</style>
background-color css
<style>
a { background-color: #032108; }
a { background-color: rgb(3,33,8); }
div.DivClassName
{
background-color: #032108;
}
.BgClassName
{
background-color: #032108;
}
</style>
border-color css
<style>
span { border-color: #032108; }
span { border-color: rgb(3,33,8); }
td.TdClassName
{
border-color: #032108;
}
.TagClassName
{
border-color: #032108;
}
</style>