Shades of Black Bean #192F1B
Tints of Black Bean #192F1B
RGB
CMYK
RGB Variations
Color information
#192F1B (or 0x192F1B) is known color: Black Bean. HEX triplet: 19, 2F and 1B. RGB value is (25,47,27). Sum of RGB (Red+Green+Blue) = 25+47+27=99 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25.25% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 47 - color contains mainly: green. Hex color #192F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192F1B is #E6D0E4. Grayscale: #262626. Windows color (decimal): -15126757 or 1781529. OLE color: 1781529.
HSL color Cylindrical-coordinate representation of color #192F1B: hue angle of 125.45º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #192F1B is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 47 | 27 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.82 |
| HSL | 125.45º | 0.31% | 0.14% | - |
| HSV(B) | 125.45º | 0.47% | 0.18% | - |
| XYZ | 1.62 | 2.32 | 1.4 | - |
| YUV | 38.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 27 | 0.47 | 0 | 0.43 | 0.82 | 125.45 | 0.31 | 0.14 |
| Hex | 19 | 2F | 1B | 2F | 0 | 2B | 52 | 7D | 1F | E |
| Octal | 31 | 57 | 33 | 57 | 0 | 53 | 122 | 175 | 37 | 16 |
| Binary | 11001 | 101111 | 11011 | 101111 | 0 | 101011 | 1010010 | 1111101 | 11111 | 1110 |
Color Harmonies of #192F1B
Complementary color
Monochromatic Colors of #192F1B
Black with #192F1B
Text Example
Text Example
White with #192F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F1B; }
p { color: rgb(25,47,27); }
H1.HeaderClassName
{
color: #192F1B;
}
.AnyTagClassName
{
color: #192F1B;
}
</style>
background-color css
<style>
a { background-color: #192F1B; }
a { background-color: rgb(25,47,27); }
div.DivClassName
{
background-color: #192F1B;
}
.BgClassName
{
background-color: #192F1B;
}
</style>
border-color css
<style>
span { border-color: #192F1B; }
span { border-color: rgb(25,47,27); }
td.TdClassName
{
border-color: #192F1B;
}
.TagClassName
{
border-color: #192F1B;
}
</style>