Shades of Black Bean #131E13
Tints of Black Bean #131E13
RGB
CMYK
RGB Variations
Color information
#131E13 (or 0x131E13) is known color: Black Bean. HEX triplet: 13, 1E and 13. RGB value is (19,30,19). Sum of RGB (Red+Green+Blue) = 19+30+19=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 30 - color contains mainly: green. Hex color #131E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E13 is #ECE1EC. Grayscale: #191919. Windows color (decimal): -15524333 or 1252883. OLE color: 1252883.
HSL color Cylindrical-coordinate representation of color #131E13: hue angle of 120º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #131E13 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 19 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.88 |
| HSL | 120º | 0.22% | 0.1% | - |
| HSV(B) | 120º | 0.37% | 0.12% | - |
| XYZ | 0.85 | 1.11 | 0.79 | - |
| YUV | 25.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 19 | 0.37 | 0 | 0.37 | 0.88 | 120 | 0.22 | 0.1 |
| Hex | 13 | 1E | 13 | 25 | 0 | 25 | 58 | 78 | 16 | A |
| Octal | 23 | 36 | 23 | 45 | 0 | 45 | 130 | 170 | 26 | 12 |
| Binary | 10011 | 11110 | 10011 | 100101 | 0 | 100101 | 1011000 | 1111000 | 10110 | 1010 |
Color Harmonies of #131E13
Complementary color
Monochromatic Colors of #131E13
Black with #131E13
Text Example
Text Example
White with #131E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E13; }
p { color: rgb(19,30,19); }
H1.HeaderClassName
{
color: #131E13;
}
.AnyTagClassName
{
color: #131E13;
}
</style>
background-color css
<style>
a { background-color: #131E13; }
a { background-color: rgb(19,30,19); }
div.DivClassName
{
background-color: #131E13;
}
.BgClassName
{
background-color: #131E13;
}
</style>
border-color css
<style>
span { border-color: #131E13; }
span { border-color: rgb(19,30,19); }
td.TdClassName
{
border-color: #131E13;
}
.TagClassName
{
border-color: #131E13;
}
</style>