Shades of Brown Pod #3B1A10
Tints of Brown Pod #3B1A10
RGB
CMYK
RGB Variations
Color information
#3B1A10 (or 0x3B1A10) is known color: Brown Pod. HEX triplet: 3B, 1A and 10. RGB value is (59,26,16). Sum of RGB (Red+Green+Blue) = 59+26+16=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1A10 is #C4E5EF. Grayscale: #222222. Windows color (decimal): -12903920 or 1055291. OLE color: 1055291.
HSL color Cylindrical-coordinate representation of color #3B1A10: hue angle of 13.95º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B1A10 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 26 | 16 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.77 |
| HSL | 13.95º | 0.57% | 0.15% | - |
| HSV(B) | 13.95º | 0.73% | 0.23% | - |
| XYZ | 2.27 | 1.71 | 0.7 | - |
| YUV | 34.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 16 | 0 | 0.56 | 0.73 | 0.77 | 13.95 | 0.57 | 0.15 |
| Hex | 3B | 1A | 10 | 0 | 38 | 49 | 4D | E | 39 | F |
| Octal | 73 | 32 | 20 | 0 | 70 | 111 | 115 | 16 | 71 | 17 |
| Binary | 111011 | 11010 | 10000 | 0 | 111000 | 1001001 | 1001101 | 1110 | 111001 | 1111 |
Color Harmonies of #3B1A10
Complementary color
Monochromatic Colors of #3B1A10
Black with #3B1A10
Text Example
Text Example
White with #3B1A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A10; }
p { color: rgb(59,26,16); }
H1.HeaderClassName
{
color: #3B1A10;
}
.AnyTagClassName
{
color: #3B1A10;
}
</style>
background-color css
<style>
a { background-color: #3B1A10; }
a { background-color: rgb(59,26,16); }
div.DivClassName
{
background-color: #3B1A10;
}
.BgClassName
{
background-color: #3B1A10;
}
</style>
border-color css
<style>
span { border-color: #3B1A10; }
span { border-color: rgb(59,26,16); }
td.TdClassName
{
border-color: #3B1A10;
}
.TagClassName
{
border-color: #3B1A10;
}
</style>