Shades of Black Bean #192E1F
Tints of Black Bean #192E1F
RGB
CMYK
RGB Variations
Color information
#192E1F (or 0x192E1F) is known color: Black Bean. HEX triplet: 19, 2E and 1F. RGB value is (25,46,31). Sum of RGB (Red+Green+Blue) = 25+46+31=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 46 - color contains mainly: green. Hex color #192E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E1F is #E6D1E0. Grayscale: #262626. Windows color (decimal): -15127009 or 2043417. OLE color: 2043417.
HSL color Cylindrical-coordinate representation of color #192E1F: hue angle of 137.14º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #192E1F is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 46 | 31 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.82 |
| HSL | 137.14º | 0.3% | 0.14% | - |
| HSV(B) | 137.14º | 0.46% | 0.18% | - |
| XYZ | 1.63 | 2.26 | 1.65 | - |
| YUV | 38.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 31 | 0.46 | 0 | 0.33 | 0.82 | 137.14 | 0.3 | 0.14 |
| Hex | 19 | 2E | 1F | 2E | 0 | 21 | 52 | 89 | 1E | E |
| Octal | 31 | 56 | 37 | 56 | 0 | 41 | 122 | 211 | 36 | 16 |
| Binary | 11001 | 101110 | 11111 | 101110 | 0 | 100001 | 1010010 | 10001001 | 11110 | 1110 |
Color Harmonies of #192E1F
Complementary color
Monochromatic Colors of #192E1F
Black with #192E1F
Text Example
Text Example
White with #192E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E1F; }
p { color: rgb(25,46,31); }
H1.HeaderClassName
{
color: #192E1F;
}
.AnyTagClassName
{
color: #192E1F;
}
</style>
background-color css
<style>
a { background-color: #192E1F; }
a { background-color: rgb(25,46,31); }
div.DivClassName
{
background-color: #192E1F;
}
.BgClassName
{
background-color: #192E1F;
}
</style>
border-color css
<style>
span { border-color: #192E1F; }
span { border-color: rgb(25,46,31); }
td.TdClassName
{
border-color: #192E1F;
}
.TagClassName
{
border-color: #192E1F;
}
</style>