Shades of Black Bean #132418
Tints of Black Bean #132418
RGB
CMYK
RGB Variations
Color information
#132418 (or 0x132418) is known color: Black Bean. HEX triplet: 13, 24 and 18. RGB value is (19,36,24). Sum of RGB (Red+Green+Blue) = 19+36+24=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #132418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132418 is #ECDBE7. Grayscale: #1D1D1D. Windows color (decimal): -15522792 or 1582099. OLE color: 1582099.
HSL color Cylindrical-coordinate representation of color #132418: hue angle of 137.65º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #132418 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 24 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.86 |
| HSL | 137.65º | 0.31% | 0.11% | - |
| HSV(B) | 137.65º | 0.47% | 0.14% | - |
| XYZ | 1.06 | 1.47 | 1.09 | - |
| YUV | 29.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 24 | 0.47 | 0 | 0.33 | 0.86 | 137.65 | 0.31 | 0.11 |
| Hex | 13 | 24 | 18 | 2F | 0 | 21 | 56 | 8A | 1F | B |
| Octal | 23 | 44 | 30 | 57 | 0 | 41 | 126 | 212 | 37 | 13 |
| Binary | 10011 | 100100 | 11000 | 101111 | 0 | 100001 | 1010110 | 10001010 | 11111 | 1011 |
Color Harmonies of #132418
Complementary color
Monochromatic Colors of #132418
Black with #132418
Text Example
Text Example
White with #132418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132418; }
p { color: rgb(19,36,24); }
H1.HeaderClassName
{
color: #132418;
}
.AnyTagClassName
{
color: #132418;
}
</style>
background-color css
<style>
a { background-color: #132418; }
a { background-color: rgb(19,36,24); }
div.DivClassName
{
background-color: #132418;
}
.BgClassName
{
background-color: #132418;
}
</style>
border-color css
<style>
span { border-color: #132418; }
span { border-color: rgb(19,36,24); }
td.TdClassName
{
border-color: #132418;
}
.TagClassName
{
border-color: #132418;
}
</style>