Shades of Black Bean #172E1B
Tints of Black Bean #172E1B
RGB
CMYK
RGB Variations
Color information
#172E1B (or 0x172E1B) is known color: Black Bean. HEX triplet: 17, 2E and 1B. RGB value is (23,46,27). Sum of RGB (Red+Green+Blue) = 23+46+27=96 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.96% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #172E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E1B is #E8D1E4. Grayscale: #252525. Windows color (decimal): -15258085 or 1781271. OLE color: 1781271.
HSL color Cylindrical-coordinate representation of color #172E1B: hue angle of 130.43º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #172E1B is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 46 | 27 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.82 |
| HSL | 130.43º | 0.33% | 0.14% | - |
| HSV(B) | 130.43º | 0.5% | 0.18% | - |
| XYZ | 1.53 | 2.22 | 1.38 | - |
| YUV | 36.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 27 | 0.50 | 0 | 0.41 | 0.82 | 130.43 | 0.33 | 0.14 |
| Hex | 17 | 2E | 1B | 32 | 0 | 29 | 52 | 82 | 21 | E |
| Octal | 27 | 56 | 33 | 62 | 0 | 51 | 122 | 202 | 41 | 16 |
| Binary | 10111 | 101110 | 11011 | 110010 | 0 | 101001 | 1010010 | 10000010 | 100001 | 1110 |
Color Harmonies of #172E1B
Complementary color
Monochromatic Colors of #172E1B
Black with #172E1B
Text Example
Text Example
White with #172E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E1B; }
p { color: rgb(23,46,27); }
H1.HeaderClassName
{
color: #172E1B;
}
.AnyTagClassName
{
color: #172E1B;
}
</style>
background-color css
<style>
a { background-color: #172E1B; }
a { background-color: rgb(23,46,27); }
div.DivClassName
{
background-color: #172E1B;
}
.BgClassName
{
background-color: #172E1B;
}
</style>
border-color css
<style>
span { border-color: #172E1B; }
span { border-color: rgb(23,46,27); }
td.TdClassName
{
border-color: #172E1B;
}
.TagClassName
{
border-color: #172E1B;
}
</style>