Shades of Black Bean #19301D
Tints of Black Bean #19301D
RGB
CMYK
RGB Variations
Color information
#19301D (or 0x19301D) is known color: Black Bean. HEX triplet: 19, 30 and 1D. RGB value is (25,48,29). Sum of RGB (Red+Green+Blue) = 25+48+29=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #19301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19301D is #E6CFE2. Grayscale: #272727. Windows color (decimal): -15126499 or 1912857. OLE color: 1912857.
HSL color Cylindrical-coordinate representation of color #19301D: hue angle of 130.43º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #19301D is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 48 | 29 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.81 |
| HSL | 130.43º | 0.32% | 0.14% | - |
| HSV(B) | 130.43º | 0.48% | 0.19% | - |
| XYZ | 1.68 | 2.41 | 1.54 | - |
| YUV | 38.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 29 | 0.48 | 0 | 0.40 | 0.81 | 130.43 | 0.32 | 0.14 |
| Hex | 19 | 30 | 1D | 30 | 0 | 28 | 51 | 82 | 20 | E |
| Octal | 31 | 60 | 35 | 60 | 0 | 50 | 121 | 202 | 40 | 16 |
| Binary | 11001 | 110000 | 11101 | 110000 | 0 | 101000 | 1010001 | 10000010 | 100000 | 1110 |
Color Harmonies of #19301D
Complementary color
Monochromatic Colors of #19301D
Black with #19301D
Text Example
Text Example
White with #19301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19301D; }
p { color: rgb(25,48,29); }
H1.HeaderClassName
{
color: #19301D;
}
.AnyTagClassName
{
color: #19301D;
}
</style>
background-color css
<style>
a { background-color: #19301D; }
a { background-color: rgb(25,48,29); }
div.DivClassName
{
background-color: #19301D;
}
.BgClassName
{
background-color: #19301D;
}
</style>
border-color css
<style>
span { border-color: #19301D; }
span { border-color: rgb(25,48,29); }
td.TdClassName
{
border-color: #19301D;
}
.TagClassName
{
border-color: #19301D;
}
</style>