Shades of Black Bean #192D1B
Tints of Black Bean #192D1B
RGB
CMYK
RGB Variations
Color information
#192D1B (or 0x192D1B) is known color: Black Bean. HEX triplet: 19, 2D and 1B. RGB value is (25,45,27). Sum of RGB (Red+Green+Blue) = 25+45+27=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 45 (17.97% from 255 or 46.39% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 45 - color contains mainly: green. Hex color #192D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192D1B is #E6D2E4. Grayscale: #252525. Windows color (decimal): -15127269 or 1781017. OLE color: 1781017.
HSL color Cylindrical-coordinate representation of color #192D1B: hue angle of 126º 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 #192D1B is Cyan = 0.44, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 45 | 27 | - |
| CMYK | 0.44 | 0 | 0.4 | 0.82 |
| HSL | 126º | 0.29% | 0.14% | - |
| HSV(B) | 126º | 0.44% | 0.18% | - |
| XYZ | 1.54 | 2.16 | 1.37 | - |
| YUV | 36.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 27 | 0.44 | 0 | 0.4 | 0.82 | 126 | 0.29 | 0.14 |
| Hex | 19 | 2D | 1B | 2C | 0 | 28 | 52 | 7E | 1D | E |
| Octal | 31 | 55 | 33 | 54 | 0 | 50 | 122 | 176 | 35 | 16 |
| Binary | 11001 | 101101 | 11011 | 101100 | 0 | 101000 | 1010010 | 1111110 | 11101 | 1110 |
Color Harmonies of #192D1B
Complementary color
Monochromatic Colors of #192D1B
Black with #192D1B
Text Example
Text Example
White with #192D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D1B; }
p { color: rgb(25,45,27); }
H1.HeaderClassName
{
color: #192D1B;
}
.AnyTagClassName
{
color: #192D1B;
}
</style>
background-color css
<style>
a { background-color: #192D1B; }
a { background-color: rgb(25,45,27); }
div.DivClassName
{
background-color: #192D1B;
}
.BgClassName
{
background-color: #192D1B;
}
</style>
border-color css
<style>
span { border-color: #192D1B; }
span { border-color: rgb(25,45,27); }
td.TdClassName
{
border-color: #192D1B;
}
.TagClassName
{
border-color: #192D1B;
}
</style>