Shades of Barossa #3F2B36
Tints of Barossa #3F2B36
RGB
CMYK
RGB Variations
Color information
#3F2B36 (or 0x3F2B36) is known color: Barossa. HEX triplet: 3F, 2B and 36. RGB value is (63,43,54). Sum of RGB (Red+Green+Blue) = 63+43+54=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B36 is #C0D4C9. Grayscale: #323232. Windows color (decimal): -12637386 or 3550015. OLE color: 3550015.
HSL color Cylindrical-coordinate representation of color #3F2B36: hue angle of 327º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F2B36 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 43 | 54 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.75 |
| HSL | 327º | 0.19% | 0.21% | - |
| HSV(B) | 327º | 0.32% | 0.25% | - |
| XYZ | 3.58 | 3.05 | 3.89 | - |
| YUV | 50.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 54 | 0 | 0.32 | 0.14 | 0.75 | 327 | 0.19 | 0.21 |
| Hex | 3F | 2B | 36 | 0 | 20 | E | 4B | 147 | 13 | 15 |
| Octal | 77 | 53 | 66 | 0 | 40 | 16 | 113 | 507 | 23 | 25 |
| Binary | 111111 | 101011 | 110110 | 0 | 100000 | 1110 | 1001011 | 101000111 | 10011 | 10101 |
Color Harmonies of #3F2B36
Complementary color
Monochromatic Colors of #3F2B36
Black with #3F2B36
Text Example
Text Example
White with #3F2B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2B36; }
p { color: rgb(63,43,54); }
H1.HeaderClassName
{
color: #3F2B36;
}
.AnyTagClassName
{
color: #3F2B36;
}
</style>
background-color css
<style>
a { background-color: #3F2B36; }
a { background-color: rgb(63,43,54); }
div.DivClassName
{
background-color: #3F2B36;
}
.BgClassName
{
background-color: #3F2B36;
}
</style>
border-color css
<style>
span { border-color: #3F2B36; }
span { border-color: rgb(63,43,54); }
td.TdClassName
{
border-color: #3F2B36;
}
.TagClassName
{
border-color: #3F2B36;
}
</style>