Shades of Black Bean #030F05
Tints of Black Bean #030F05
RGB
CMYK
RGB Variations
Color information
#030F05 (or 0x030F05) is known color: Black Bean. HEX triplet: 03, 0F and 05. RGB value is (3,15,5). Sum of RGB (Red+Green+Blue) = 3+15+5=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 15 (6.25% from 255 or 65.22% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 15 - color contains mainly: green. Hex color #030F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F05 is #FCF0FA. Grayscale: #0A0A0A. Windows color (decimal): -16576763 or 331523. OLE color: 331523.
HSL color Cylindrical-coordinate representation of color #030F05: hue angle of 130º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #030F05 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 15 | 5 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.94 |
| HSL | 130º | 0.67% | 0.04% | - |
| HSV(B) | 130º | 0.8% | 0.06% | - |
| XYZ | 0.24 | 0.37 | 0.2 | - |
| YUV | 10.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 5 | 0.80 | 0 | 0.67 | 0.94 | 130 | 0.67 | 0.04 |
| Hex | 3 | F | 5 | 50 | 0 | 43 | 5E | 82 | 43 | 4 |
| Octal | 3 | 17 | 5 | 120 | 0 | 103 | 136 | 202 | 103 | 4 |
| Binary | 11 | 1111 | 101 | 1010000 | 0 | 1000011 | 1011110 | 10000010 | 1000011 | 100 |
Color Harmonies of #030F05
Complementary color
Monochromatic Colors of #030F05
Black with #030F05
Text Example
Text Example
White with #030F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F05; }
p { color: rgb(3,15,5); }
H1.HeaderClassName
{
color: #030F05;
}
.AnyTagClassName
{
color: #030F05;
}
</style>
background-color css
<style>
a { background-color: #030F05; }
a { background-color: rgb(3,15,5); }
div.DivClassName
{
background-color: #030F05;
}
.BgClassName
{
background-color: #030F05;
}
</style>
border-color css
<style>
span { border-color: #030F05; }
span { border-color: rgb(3,15,5); }
td.TdClassName
{
border-color: #030F05;
}
.TagClassName
{
border-color: #030F05;
}
</style>