Shades of Black Bean #172C1C
Tints of Black Bean #172C1C
RGB
CMYK
RGB Variations
Color information
#172C1C (or 0x172C1C) is known color: Black Bean. HEX triplet: 17, 2C and 1C. RGB value is (23,44,28). Sum of RGB (Red+Green+Blue) = 23+44+28=95 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.21% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 44 - color contains mainly: green. Hex color #172C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C1C is #E8D3E3. Grayscale: #232323. Windows color (decimal): -15258596 or 1846295. OLE color: 1846295.
HSL color Cylindrical-coordinate representation of color #172C1C: hue angle of 134.29º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #172C1C is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 44 | 28 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.83 |
| HSL | 134.29º | 0.31% | 0.13% | - |
| HSV(B) | 134.29º | 0.48% | 0.17% | - |
| XYZ | 1.46 | 2.07 | 1.42 | - |
| YUV | 35.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 28 | 0.48 | 0 | 0.36 | 0.83 | 134.29 | 0.31 | 0.13 |
| Hex | 17 | 2C | 1C | 30 | 0 | 24 | 53 | 86 | 1F | D |
| Octal | 27 | 54 | 34 | 60 | 0 | 44 | 123 | 206 | 37 | 15 |
| Binary | 10111 | 101100 | 11100 | 110000 | 0 | 100100 | 1010011 | 10000110 | 11111 | 1101 |
Color Harmonies of #172C1C
Complementary color
Monochromatic Colors of #172C1C
Black with #172C1C
Text Example
Text Example
White with #172C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C1C; }
p { color: rgb(23,44,28); }
H1.HeaderClassName
{
color: #172C1C;
}
.AnyTagClassName
{
color: #172C1C;
}
</style>
background-color css
<style>
a { background-color: #172C1C; }
a { background-color: rgb(23,44,28); }
div.DivClassName
{
background-color: #172C1C;
}
.BgClassName
{
background-color: #172C1C;
}
</style>
border-color css
<style>
span { border-color: #172C1C; }
span { border-color: rgb(23,44,28); }
td.TdClassName
{
border-color: #172C1C;
}
.TagClassName
{
border-color: #172C1C;
}
</style>