Shades of Black Bean #17261A
Tints of Black Bean #17261A
RGB
CMYK
RGB Variations
Color information
#17261A (or 0x17261A) is known color: Black Bean. HEX triplet: 17, 26 and 1A. RGB value is (23,38,26). Sum of RGB (Red+Green+Blue) = 23+38+26=87 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.44% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #17261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17261A is #E8D9E5. Grayscale: #202020. Windows color (decimal): -15260134 or 1713687. OLE color: 1713687.
HSL color Cylindrical-coordinate representation of color #17261A: hue angle of 132º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #17261A is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 38 | 26 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.85 |
| HSL | 132º | 0.25% | 0.12% | - |
| HSV(B) | 132º | 0.39% | 0.15% | - |
| XYZ | 1.23 | 1.64 | 1.23 | - |
| YUV | 32.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 26 | 0.39 | 0 | 0.32 | 0.85 | 132 | 0.25 | 0.12 |
| Hex | 17 | 26 | 1A | 27 | 0 | 20 | 55 | 84 | 19 | C |
| Octal | 27 | 46 | 32 | 47 | 0 | 40 | 125 | 204 | 31 | 14 |
| Binary | 10111 | 100110 | 11010 | 100111 | 0 | 100000 | 1010101 | 10000100 | 11001 | 1100 |
Color Harmonies of #17261A
Complementary color
Monochromatic Colors of #17261A
Black with #17261A
Text Example
Text Example
White with #17261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17261A; }
p { color: rgb(23,38,26); }
H1.HeaderClassName
{
color: #17261A;
}
.AnyTagClassName
{
color: #17261A;
}
</style>
background-color css
<style>
a { background-color: #17261A; }
a { background-color: rgb(23,38,26); }
div.DivClassName
{
background-color: #17261A;
}
.BgClassName
{
background-color: #17261A;
}
</style>
border-color css
<style>
span { border-color: #17261A; }
span { border-color: rgb(23,38,26); }
td.TdClassName
{
border-color: #17261A;
}
.TagClassName
{
border-color: #17261A;
}
</style>