Shades of Black Bean #17301B
Tints of Black Bean #17301B
RGB
CMYK
RGB Variations
Color information
#17301B (or 0x17301B) is known color: Black Bean. HEX triplet: 17, 30 and 1B. RGB value is (23,48,27). Sum of RGB (Red+Green+Blue) = 23+48+27=98 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.47% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #17301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17301B is #E8CFE4. Grayscale: #262626. Windows color (decimal): -15257573 or 1781783. OLE color: 1781783.
HSL color Cylindrical-coordinate representation of color #17301B: hue angle of 129.6º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #17301B is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 48 | 27 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.81 |
| HSL | 129.6º | 0.35% | 0.14% | - |
| HSV(B) | 129.6º | 0.52% | 0.19% | - |
| XYZ | 1.61 | 2.38 | 1.41 | - |
| YUV | 38.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 27 | 0.52 | 0 | 0.44 | 0.81 | 129.6 | 0.35 | 0.14 |
| Hex | 17 | 30 | 1B | 34 | 0 | 2C | 51 | 82 | 23 | E |
| Octal | 27 | 60 | 33 | 64 | 0 | 54 | 121 | 202 | 43 | 16 |
| Binary | 10111 | 110000 | 11011 | 110100 | 0 | 101100 | 1010001 | 10000010 | 100011 | 1110 |
Color Harmonies of #17301B
Complementary color
Monochromatic Colors of #17301B
Black with #17301B
Text Example
Text Example
White with #17301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17301B; }
p { color: rgb(23,48,27); }
H1.HeaderClassName
{
color: #17301B;
}
.AnyTagClassName
{
color: #17301B;
}
</style>
background-color css
<style>
a { background-color: #17301B; }
a { background-color: rgb(23,48,27); }
div.DivClassName
{
background-color: #17301B;
}
.BgClassName
{
background-color: #17301B;
}
</style>
border-color css
<style>
span { border-color: #17301B; }
span { border-color: rgb(23,48,27); }
td.TdClassName
{
border-color: #17301B;
}
.TagClassName
{
border-color: #17301B;
}
</style>