Shades of Black Bean #172A1D
Tints of Black Bean #172A1D
RGB
CMYK
RGB Variations
Color information
#172A1D (or 0x172A1D) is known color: Black Bean. HEX triplet: 17, 2A and 1D. RGB value is (23,42,29). Sum of RGB (Red+Green+Blue) = 23+42+29=94 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.47% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 42 - color contains mainly: green. Hex color #172A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A1D is #E8D5E2. Grayscale: #222222. Windows color (decimal): -15259107 or 1911319. OLE color: 1911319.
HSL color Cylindrical-coordinate representation of color #172A1D: hue angle of 138.95º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #172A1D is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 42 | 29 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.84 |
| HSL | 138.95º | 0.29% | 0.13% | - |
| HSV(B) | 138.95º | 0.45% | 0.16% | - |
| XYZ | 1.4 | 1.93 | 1.46 | - |
| YUV | 34.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 29 | 0.45 | 0 | 0.31 | 0.84 | 138.95 | 0.29 | 0.13 |
| Hex | 17 | 2A | 1D | 2D | 0 | 1F | 54 | 8B | 1D | D |
| Octal | 27 | 52 | 35 | 55 | 0 | 37 | 124 | 213 | 35 | 15 |
| Binary | 10111 | 101010 | 11101 | 101101 | 0 | 11111 | 1010100 | 10001011 | 11101 | 1101 |
Color Harmonies of #172A1D
Complementary color
Monochromatic Colors of #172A1D
Black with #172A1D
Text Example
Text Example
White with #172A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A1D; }
p { color: rgb(23,42,29); }
H1.HeaderClassName
{
color: #172A1D;
}
.AnyTagClassName
{
color: #172A1D;
}
</style>
background-color css
<style>
a { background-color: #172A1D; }
a { background-color: rgb(23,42,29); }
div.DivClassName
{
background-color: #172A1D;
}
.BgClassName
{
background-color: #172A1D;
}
</style>
border-color css
<style>
span { border-color: #172A1D; }
span { border-color: rgb(23,42,29); }
td.TdClassName
{
border-color: #172A1D;
}
.TagClassName
{
border-color: #172A1D;
}
</style>