Shades of Black Bean #17301A
Tints of Black Bean #17301A
RGB
CMYK
RGB Variations
Color information
#17301A (or 0x17301A) is known color: Black Bean. HEX triplet: 17, 30 and 1A. RGB value is (23,48,26). Sum of RGB (Red+Green+Blue) = 23+48+26=97 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.71% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #17301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17301A is #E8CFE5. Grayscale: #262626. Windows color (decimal): -15257574 or 1716247. OLE color: 1716247.
HSL color Cylindrical-coordinate representation of color #17301A: hue angle of 127.2º 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 #17301A is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 48 | 26 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.81 |
| HSL | 127.2º | 0.35% | 0.14% | - |
| HSV(B) | 127.2º | 0.52% | 0.19% | - |
| XYZ | 1.6 | 2.37 | 1.35 | - |
| YUV | 38.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 26 | 0.52 | 0 | 0.46 | 0.81 | 127.2 | 0.35 | 0.14 |
| Hex | 17 | 30 | 1A | 34 | 0 | 2E | 51 | 7F | 23 | E |
| Octal | 27 | 60 | 32 | 64 | 0 | 56 | 121 | 177 | 43 | 16 |
| Binary | 10111 | 110000 | 11010 | 110100 | 0 | 101110 | 1010001 | 1111111 | 100011 | 1110 |
Color Harmonies of #17301A
Complementary color
Monochromatic Colors of #17301A
Black with #17301A
Text Example
Text Example
White with #17301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17301A; }
p { color: rgb(23,48,26); }
H1.HeaderClassName
{
color: #17301A;
}
.AnyTagClassName
{
color: #17301A;
}
</style>
background-color css
<style>
a { background-color: #17301A; }
a { background-color: rgb(23,48,26); }
div.DivClassName
{
background-color: #17301A;
}
.BgClassName
{
background-color: #17301A;
}
</style>
border-color css
<style>
span { border-color: #17301A; }
span { border-color: rgb(23,48,26); }
td.TdClassName
{
border-color: #17301A;
}
.TagClassName
{
border-color: #17301A;
}
</style>