Shades of Black Bean #102F14
Tints of Black Bean #102F14
RGB
CMYK
RGB Variations
Color information
#102F14 (or 0x102F14) is known color: Black Bean. HEX triplet: 10, 2F and 14. RGB value is (16,47,20). Sum of RGB (Red+Green+Blue) = 16+47+20=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 47 (18.75% from 255 or 56.63% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 47 - color contains mainly: green. Hex color #102F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102F14 is #EFD0EB. Grayscale: #222222. Windows color (decimal): -15716588 or 1322768. OLE color: 1322768.
HSL color Cylindrical-coordinate representation of color #102F14: hue angle of 127.74º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #102F14 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 47 | 20 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.82 |
| HSL | 127.74º | 0.49% | 0.12% | - |
| HSV(B) | 127.74º | 0.66% | 0.18% | - |
| XYZ | 1.36 | 2.19 | 1.01 | - |
| YUV | 34.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 20 | 0.66 | 0 | 0.57 | 0.82 | 127.74 | 0.49 | 0.12 |
| Hex | 10 | 2F | 14 | 42 | 0 | 39 | 52 | 80 | 31 | C |
| Octal | 20 | 57 | 24 | 102 | 0 | 71 | 122 | 200 | 61 | 14 |
| Binary | 10000 | 101111 | 10100 | 1000010 | 0 | 111001 | 1010010 | 10000000 | 110001 | 1100 |
Color Harmonies of #102F14
Complementary color
Monochromatic Colors of #102F14
Black with #102F14
Text Example
Text Example
White with #102F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F14; }
p { color: rgb(16,47,20); }
H1.HeaderClassName
{
color: #102F14;
}
.AnyTagClassName
{
color: #102F14;
}
</style>
background-color css
<style>
a { background-color: #102F14; }
a { background-color: rgb(16,47,20); }
div.DivClassName
{
background-color: #102F14;
}
.BgClassName
{
background-color: #102F14;
}
</style>
border-color css
<style>
span { border-color: #102F14; }
span { border-color: rgb(16,47,20); }
td.TdClassName
{
border-color: #102F14;
}
.TagClassName
{
border-color: #102F14;
}
</style>