Shades of Black Bean #192D1F
Tints of Black Bean #192D1F
RGB
CMYK
RGB Variations
Color information
#192D1F (or 0x192D1F) is known color: Black Bean. HEX triplet: 19, 2D and 1F. RGB value is (25,45,31). Sum of RGB (Red+Green+Blue) = 25+45+31=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 45 - color contains mainly: green. Hex color #192D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192D1F is #E6D2E0. Grayscale: #252525. Windows color (decimal): -15127265 or 2043161. OLE color: 2043161.
HSL color Cylindrical-coordinate representation of color #192D1F: hue angle of 138º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #192D1F is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 45 | 31 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.82 |
| HSL | 138º | 0.29% | 0.14% | - |
| HSV(B) | 138º | 0.44% | 0.18% | - |
| XYZ | 1.59 | 2.18 | 1.63 | - |
| YUV | 37.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 31 | 0.44 | 0 | 0.31 | 0.82 | 138 | 0.29 | 0.14 |
| Hex | 19 | 2D | 1F | 2C | 0 | 1F | 52 | 8A | 1D | E |
| Octal | 31 | 55 | 37 | 54 | 0 | 37 | 122 | 212 | 35 | 16 |
| Binary | 11001 | 101101 | 11111 | 101100 | 0 | 11111 | 1010010 | 10001010 | 11101 | 1110 |
Color Harmonies of #192D1F
Complementary color
Monochromatic Colors of #192D1F
Black with #192D1F
Text Example
Text Example
White with #192D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D1F; }
p { color: rgb(25,45,31); }
H1.HeaderClassName
{
color: #192D1F;
}
.AnyTagClassName
{
color: #192D1F;
}
</style>
background-color css
<style>
a { background-color: #192D1F; }
a { background-color: rgb(25,45,31); }
div.DivClassName
{
background-color: #192D1F;
}
.BgClassName
{
background-color: #192D1F;
}
</style>
border-color css
<style>
span { border-color: #192D1F; }
span { border-color: rgb(25,45,31); }
td.TdClassName
{
border-color: #192D1F;
}
.TagClassName
{
border-color: #192D1F;
}
</style>