Shades of Black Bean #15351A
Tints of Black Bean #15351A
RGB
CMYK
RGB Variations
Color information
#15351A (or 0x15351A) is known color: Black Bean. HEX triplet: 15, 35 and 1A. RGB value is (21,53,26). Sum of RGB (Red+Green+Blue) = 21+53+26=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #15351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15351A is #EACAE5. Grayscale: #282828. Windows color (decimal): -15387366 or 1717525. OLE color: 1717525.
HSL color Cylindrical-coordinate representation of color #15351A: hue angle of 129.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15351A is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 53 | 26 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.79 |
| HSL | 129.38º | 0.43% | 0.15% | - |
| HSV(B) | 129.38º | 0.6% | 0.21% | - |
| XYZ | 1.77 | 2.78 | 1.42 | - |
| YUV | 40.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 26 | 0.60 | 0 | 0.51 | 0.79 | 129.38 | 0.43 | 0.15 |
| Hex | 15 | 35 | 1A | 3C | 0 | 33 | 4F | 81 | 2B | F |
| Octal | 25 | 65 | 32 | 74 | 0 | 63 | 117 | 201 | 53 | 17 |
| Binary | 10101 | 110101 | 11010 | 111100 | 0 | 110011 | 1001111 | 10000001 | 101011 | 1111 |
Color Harmonies of #15351A
Complementary color
Monochromatic Colors of #15351A
Black with #15351A
Text Example
Text Example
White with #15351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15351A; }
p { color: rgb(21,53,26); }
H1.HeaderClassName
{
color: #15351A;
}
.AnyTagClassName
{
color: #15351A;
}
</style>
background-color css
<style>
a { background-color: #15351A; }
a { background-color: rgb(21,53,26); }
div.DivClassName
{
background-color: #15351A;
}
.BgClassName
{
background-color: #15351A;
}
</style>
border-color css
<style>
span { border-color: #15351A; }
span { border-color: rgb(21,53,26); }
td.TdClassName
{
border-color: #15351A;
}
.TagClassName
{
border-color: #15351A;
}
</style>