Shades of Black Bean #030B02
Tints of Black Bean #030B02
RGB
CMYK
RGB Variations
Color information
#030B02 (or 0x030B02) is known color: Black Bean. HEX triplet: 03, 0B and 02. RGB value is (3,11,2). Sum of RGB (Red+Green+Blue) = 3+11+2=16 (2% of max value = 765). Red value is 3 (1.56% from 255 or 18.75% from 16); Green value is 11 (4.69% from 255 or 68.75% from 16); Blue value is 2 (1.17% from 255 or 12.5% from 16); Max value from RGB is 11 - color contains mainly: green. Hex color #030B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B02 is #FCF4FD. Grayscale: #070707. Windows color (decimal): -16577790 or 133891. OLE color: 133891.
HSL color Cylindrical-coordinate representation of color #030B02: hue angle of 113.33º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #030B02 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 11 | 2 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.96 |
| HSL | 113.33º | 0.69% | 0.03% | - |
| HSV(B) | 113.33º | 0.82% | 0.04% | - |
| XYZ | 0.17 | 0.26 | 0.1 | - |
| YUV | 7.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 2 | 0.73 | 0 | 0.82 | 0.96 | 113.33 | 0.69 | 0.03 |
| Hex | 3 | B | 2 | 49 | 0 | 52 | 60 | 71 | 45 | 3 |
| Octal | 3 | 13 | 2 | 111 | 0 | 122 | 140 | 161 | 105 | 3 |
| Binary | 11 | 1011 | 10 | 1001001 | 0 | 1010010 | 1100000 | 1110001 | 1000101 | 11 |
Color Harmonies of #030B02
Complementary color
Monochromatic Colors of #030B02
Black with #030B02
Text Example
Text Example
White with #030B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B02; }
p { color: rgb(3,11,2); }
H1.HeaderClassName
{
color: #030B02;
}
.AnyTagClassName
{
color: #030B02;
}
</style>
background-color css
<style>
a { background-color: #030B02; }
a { background-color: rgb(3,11,2); }
div.DivClassName
{
background-color: #030B02;
}
.BgClassName
{
background-color: #030B02;
}
</style>
border-color css
<style>
span { border-color: #030B02; }
span { border-color: rgb(3,11,2); }
td.TdClassName
{
border-color: #030B02;
}
.TagClassName
{
border-color: #030B02;
}
</style>