Shades of Black Bean #102F13
Tints of Black Bean #102F13
RGB
CMYK
RGB Variations
Color information
#102F13 (or 0x102F13) is known color: Black Bean. HEX triplet: 10, 2F and 13. RGB value is (16,47,19). Sum of RGB (Red+Green+Blue) = 16+47+19=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #102F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102F13 is #EFD0EC. Grayscale: #222222. Windows color (decimal): -15716589 or 1257232. OLE color: 1257232.
HSL color Cylindrical-coordinate representation of color #102F13: hue angle of 125.81º 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 #102F13 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 47 | 19 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.82 |
| HSL | 125.81º | 0.49% | 0.12% | - |
| HSV(B) | 125.81º | 0.66% | 0.18% | - |
| XYZ | 1.35 | 2.19 | 0.97 | - |
| YUV | 34.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 19 | 0.66 | 0 | 0.60 | 0.82 | 125.81 | 0.49 | 0.12 |
| Hex | 10 | 2F | 13 | 42 | 0 | 3C | 52 | 7E | 31 | C |
| Octal | 20 | 57 | 23 | 102 | 0 | 74 | 122 | 176 | 61 | 14 |
| Binary | 10000 | 101111 | 10011 | 1000010 | 0 | 111100 | 1010010 | 1111110 | 110001 | 1100 |
Color Harmonies of #102F13
Complementary color
Monochromatic Colors of #102F13
Black with #102F13
Text Example
Text Example
White with #102F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F13; }
p { color: rgb(16,47,19); }
H1.HeaderClassName
{
color: #102F13;
}
.AnyTagClassName
{
color: #102F13;
}
</style>
background-color css
<style>
a { background-color: #102F13; }
a { background-color: rgb(16,47,19); }
div.DivClassName
{
background-color: #102F13;
}
.BgClassName
{
background-color: #102F13;
}
</style>
border-color css
<style>
span { border-color: #102F13; }
span { border-color: rgb(16,47,19); }
td.TdClassName
{
border-color: #102F13;
}
.TagClassName
{
border-color: #102F13;
}
</style>