Shades of Black Bean #132B19
Tints of Black Bean #132B19
RGB
CMYK
RGB Variations
Color information
#132B19 (or 0x132B19) is known color: Black Bean. HEX triplet: 13, 2B and 19. RGB value is (19,43,25). Sum of RGB (Red+Green+Blue) = 19+43+25=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 43 (17.19% from 255 or 49.43% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 43 - color contains mainly: green. Hex color #132B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132B19 is #ECD4E6. Grayscale: #212121. Windows color (decimal): -15520999 or 1649427. OLE color: 1649427.
HSL color Cylindrical-coordinate representation of color #132B19: hue angle of 135º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132B19 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 43 | 25 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.83 |
| HSL | 135º | 0.39% | 0.12% | - |
| HSV(B) | 135º | 0.56% | 0.17% | - |
| XYZ | 1.31 | 1.94 | 1.22 | - |
| YUV | 33.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 25 | 0.56 | 0 | 0.42 | 0.83 | 135 | 0.39 | 0.12 |
| Hex | 13 | 2B | 19 | 38 | 0 | 2A | 53 | 87 | 27 | C |
| Octal | 23 | 53 | 31 | 70 | 0 | 52 | 123 | 207 | 47 | 14 |
| Binary | 10011 | 101011 | 11001 | 111000 | 0 | 101010 | 1010011 | 10000111 | 100111 | 1100 |
Color Harmonies of #132B19
Complementary color
Monochromatic Colors of #132B19
Black with #132B19
Text Example
Text Example
White with #132B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B19; }
p { color: rgb(19,43,25); }
H1.HeaderClassName
{
color: #132B19;
}
.AnyTagClassName
{
color: #132B19;
}
</style>
background-color css
<style>
a { background-color: #132B19; }
a { background-color: rgb(19,43,25); }
div.DivClassName
{
background-color: #132B19;
}
.BgClassName
{
background-color: #132B19;
}
</style>
border-color css
<style>
span { border-color: #132B19; }
span { border-color: rgb(19,43,25); }
td.TdClassName
{
border-color: #132B19;
}
.TagClassName
{
border-color: #132B19;
}
</style>