Shades of Black Bean #17341A
Tints of Black Bean #17341A
RGB
CMYK
RGB Variations
Color information
#17341A (or 0x17341A) is known color: Black Bean. HEX triplet: 17, 34 and 1A. RGB value is (23,52,26). Sum of RGB (Red+Green+Blue) = 23+52+26=101 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.77% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #17341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17341A is #E8CBE5. Grayscale: #282828. Windows color (decimal): -15256550 or 1717271. OLE color: 1717271.
HSL color Cylindrical-coordinate representation of color #17341A: hue angle of 126.21º 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 #17341A is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 52 | 26 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.80 |
| HSL | 126.21º | 0.39% | 0.15% | - |
| HSV(B) | 126.21º | 0.56% | 0.2% | - |
| XYZ | 1.77 | 2.71 | 1.41 | - |
| YUV | 40.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 26 | 0.56 | 0 | 0.50 | 0.80 | 126.21 | 0.39 | 0.15 |
| Hex | 17 | 34 | 1A | 38 | 0 | 32 | 50 | 7E | 27 | F |
| Octal | 27 | 64 | 32 | 70 | 0 | 62 | 120 | 176 | 47 | 17 |
| Binary | 10111 | 110100 | 11010 | 111000 | 0 | 110010 | 1010000 | 1111110 | 100111 | 1111 |
Color Harmonies of #17341A
Complementary color
Monochromatic Colors of #17341A
Black with #17341A
Text Example
Text Example
White with #17341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17341A; }
p { color: rgb(23,52,26); }
H1.HeaderClassName
{
color: #17341A;
}
.AnyTagClassName
{
color: #17341A;
}
</style>
background-color css
<style>
a { background-color: #17341A; }
a { background-color: rgb(23,52,26); }
div.DivClassName
{
background-color: #17341A;
}
.BgClassName
{
background-color: #17341A;
}
</style>
border-color css
<style>
span { border-color: #17341A; }
span { border-color: rgb(23,52,26); }
td.TdClassName
{
border-color: #17341A;
}
.TagClassName
{
border-color: #17341A;
}
</style>