Shades of Black Bean #031C08
Tints of Black Bean #031C08
RGB
CMYK
RGB Variations
Color information
#031C08 (or 0x031C08) is known color: Black Bean. HEX triplet: 03, 1C and 08. RGB value is (3,28,8). Sum of RGB (Red+Green+Blue) = 3+28+8=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 28 (11.33% from 255 or 71.79% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 28 - color contains mainly: green. Hex color #031C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C08 is #FCE3F7. Grayscale: #121212. Windows color (decimal): -16573432 or 531459. OLE color: 531459.
HSL color Cylindrical-coordinate representation of color #031C08: hue angle of 132º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031C08 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 28 | 8 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.89 |
| HSL | 132º | 0.81% | 0.06% | - |
| HSV(B) | 132º | 0.89% | 0.11% | - |
| XYZ | 0.5 | 0.87 | 0.37 | - |
| YUV | 18.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 8 | 0.89 | 0 | 0.71 | 0.89 | 132 | 0.81 | 0.06 |
| Hex | 3 | 1C | 8 | 59 | 0 | 47 | 59 | 84 | 51 | 6 |
| Octal | 3 | 34 | 10 | 131 | 0 | 107 | 131 | 204 | 121 | 6 |
| Binary | 11 | 11100 | 1000 | 1011001 | 0 | 1000111 | 1011001 | 10000100 | 1010001 | 110 |
Color Harmonies of #031C08
Complementary color
Monochromatic Colors of #031C08
Black with #031C08
Text Example
Text Example
White with #031C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C08; }
p { color: rgb(3,28,8); }
H1.HeaderClassName
{
color: #031C08;
}
.AnyTagClassName
{
color: #031C08;
}
</style>
background-color css
<style>
a { background-color: #031C08; }
a { background-color: rgb(3,28,8); }
div.DivClassName
{
background-color: #031C08;
}
.BgClassName
{
background-color: #031C08;
}
</style>
border-color css
<style>
span { border-color: #031C08; }
span { border-color: rgb(3,28,8); }
td.TdClassName
{
border-color: #031C08;
}
.TagClassName
{
border-color: #031C08;
}
</style>