Shades of Black Bean #030D05
Tints of Black Bean #030D05
RGB
CMYK
RGB Variations
Color information
#030D05 (or 0x030D05) is known color: Black Bean. HEX triplet: 03, 0D and 05. RGB value is (3,13,5). Sum of RGB (Red+Green+Blue) = 3+13+5=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 13 (5.47% from 255 or 61.90% from 21); Blue value is 5 (2.34% from 255 or 23.81% from 21); Max value from RGB is 13 - color contains mainly: green. Hex color #030D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D05 is #FCF2FA. Grayscale: #090909. Windows color (decimal): -16577275 or 331011. OLE color: 331011.
HSL color Cylindrical-coordinate representation of color #030D05: hue angle of 132º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #030D05 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 13 | 5 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.95 |
| HSL | 132º | 0.63% | 0.03% | - |
| HSV(B) | 132º | 0.77% | 0.05% | - |
| XYZ | 0.21 | 0.32 | 0.19 | - |
| YUV | 9.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 5 | 0.77 | 0 | 0.62 | 0.95 | 132 | 0.63 | 0.03 |
| Hex | 3 | D | 5 | 4D | 0 | 3E | 5F | 84 | 3E | 3 |
| Octal | 3 | 15 | 5 | 115 | 0 | 76 | 137 | 204 | 76 | 3 |
| Binary | 11 | 1101 | 101 | 1001101 | 0 | 111110 | 1011111 | 10000100 | 111110 | 11 |
Color Harmonies of #030D05
Complementary color
Monochromatic Colors of #030D05
Black with #030D05
Text Example
Text Example
White with #030D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D05; }
p { color: rgb(3,13,5); }
H1.HeaderClassName
{
color: #030D05;
}
.AnyTagClassName
{
color: #030D05;
}
</style>
background-color css
<style>
a { background-color: #030D05; }
a { background-color: rgb(3,13,5); }
div.DivClassName
{
background-color: #030D05;
}
.BgClassName
{
background-color: #030D05;
}
</style>
border-color css
<style>
span { border-color: #030D05; }
span { border-color: rgb(3,13,5); }
td.TdClassName
{
border-color: #030D05;
}
.TagClassName
{
border-color: #030D05;
}
</style>