Shades of Black Bean #192D1D
Tints of Black Bean #192D1D
RGB
CMYK
RGB Variations
Color information
#192D1D (or 0x192D1D) is known color: Black Bean. HEX triplet: 19, 2D and 1D. RGB value is (25,45,29). Sum of RGB (Red+Green+Blue) = 25+45+29=99 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25.25% from 99); Green value is 45 (17.97% from 255 or 45.45% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 45 - color contains mainly: green. Hex color #192D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192D1D is #E6D2E2. Grayscale: #252525. Windows color (decimal): -15127267 or 1912089. OLE color: 1912089.
HSL color Cylindrical-coordinate representation of color #192D1D: hue angle of 132º 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 #192D1D is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 45 | 29 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.82 |
| HSL | 132º | 0.29% | 0.14% | - |
| HSV(B) | 132º | 0.44% | 0.18% | - |
| XYZ | 1.56 | 2.17 | 1.5 | - |
| YUV | 37.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 29 | 0.44 | 0 | 0.36 | 0.82 | 132 | 0.29 | 0.14 |
| Hex | 19 | 2D | 1D | 2C | 0 | 24 | 52 | 84 | 1D | E |
| Octal | 31 | 55 | 35 | 54 | 0 | 44 | 122 | 204 | 35 | 16 |
| Binary | 11001 | 101101 | 11101 | 101100 | 0 | 100100 | 1010010 | 10000100 | 11101 | 1110 |
Color Harmonies of #192D1D
Complementary color
Monochromatic Colors of #192D1D
Black with #192D1D
Text Example
Text Example
White with #192D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D1D; }
p { color: rgb(25,45,29); }
H1.HeaderClassName
{
color: #192D1D;
}
.AnyTagClassName
{
color: #192D1D;
}
</style>
background-color css
<style>
a { background-color: #192D1D; }
a { background-color: rgb(25,45,29); }
div.DivClassName
{
background-color: #192D1D;
}
.BgClassName
{
background-color: #192D1D;
}
</style>
border-color css
<style>
span { border-color: #192D1D; }
span { border-color: rgb(25,45,29); }
td.TdClassName
{
border-color: #192D1D;
}
.TagClassName
{
border-color: #192D1D;
}
</style>