Shades of Black Bean #17341B
Tints of Black Bean #17341B
RGB
CMYK
RGB Variations
Color information
#17341B (or 0x17341B) is known color: Black Bean. HEX triplet: 17, 34 and 1B. RGB value is (23,52,27). Sum of RGB (Red+Green+Blue) = 23+52+27=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #17341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17341B is #E8CBE4. Grayscale: #282828. Windows color (decimal): -15256549 or 1782807. OLE color: 1782807.
HSL color Cylindrical-coordinate representation of color #17341B: hue angle of 128.28º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #17341B is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 52 | 27 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.80 |
| HSL | 128.28º | 0.39% | 0.15% | - |
| HSV(B) | 128.28º | 0.56% | 0.2% | - |
| XYZ | 1.78 | 2.72 | 1.47 | - |
| YUV | 40.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 27 | 0.56 | 0 | 0.48 | 0.80 | 128.28 | 0.39 | 0.15 |
| Hex | 17 | 34 | 1B | 38 | 0 | 30 | 50 | 80 | 27 | F |
| Octal | 27 | 64 | 33 | 70 | 0 | 60 | 120 | 200 | 47 | 17 |
| Binary | 10111 | 110100 | 11011 | 111000 | 0 | 110000 | 1010000 | 10000000 | 100111 | 1111 |
Color Harmonies of #17341B
Complementary color
Monochromatic Colors of #17341B
Black with #17341B
Text Example
Text Example
White with #17341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17341B; }
p { color: rgb(23,52,27); }
H1.HeaderClassName
{
color: #17341B;
}
.AnyTagClassName
{
color: #17341B;
}
</style>
background-color css
<style>
a { background-color: #17341B; }
a { background-color: rgb(23,52,27); }
div.DivClassName
{
background-color: #17341B;
}
.BgClassName
{
background-color: #17341B;
}
</style>
border-color css
<style>
span { border-color: #17341B; }
span { border-color: rgb(23,52,27); }
td.TdClassName
{
border-color: #17341B;
}
.TagClassName
{
border-color: #17341B;
}
</style>