Shades of Black Bean #192F1F
Tints of Black Bean #192F1F
RGB
CMYK
RGB Variations
Color information
#192F1F (or 0x192F1F) is known color: Black Bean. HEX triplet: 19, 2F and 1F. RGB value is (25,47,31). Sum of RGB (Red+Green+Blue) = 25+47+31=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 47 - color contains mainly: green. Hex color #192F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192F1F is #E6D0E0. Grayscale: #262626. Windows color (decimal): -15126753 or 2043673. OLE color: 2043673.
HSL color Cylindrical-coordinate representation of color #192F1F: hue angle of 136.36º 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 #192F1F is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 47 | 31 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.82 |
| HSL | 136.36º | 0.31% | 0.14% | - |
| HSV(B) | 136.36º | 0.47% | 0.18% | - |
| XYZ | 1.66 | 2.34 | 1.66 | - |
| YUV | 38.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 31 | 0.47 | 0 | 0.34 | 0.82 | 136.36 | 0.31 | 0.14 |
| Hex | 19 | 2F | 1F | 2F | 0 | 22 | 52 | 88 | 1F | E |
| Octal | 31 | 57 | 37 | 57 | 0 | 42 | 122 | 210 | 37 | 16 |
| Binary | 11001 | 101111 | 11111 | 101111 | 0 | 100010 | 1010010 | 10001000 | 11111 | 1110 |
Color Harmonies of #192F1F
Complementary color
Monochromatic Colors of #192F1F
Black with #192F1F
Text Example
Text Example
White with #192F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F1F; }
p { color: rgb(25,47,31); }
H1.HeaderClassName
{
color: #192F1F;
}
.AnyTagClassName
{
color: #192F1F;
}
</style>
background-color css
<style>
a { background-color: #192F1F; }
a { background-color: rgb(25,47,31); }
div.DivClassName
{
background-color: #192F1F;
}
.BgClassName
{
background-color: #192F1F;
}
</style>
border-color css
<style>
span { border-color: #192F1F; }
span { border-color: rgb(25,47,31); }
td.TdClassName
{
border-color: #192F1F;
}
.TagClassName
{
border-color: #192F1F;
}
</style>