Shades of Barossa #3F2C36
Tints of Barossa #3F2C36
RGB
CMYK
RGB Variations
Color information
#3F2C36 (or 0x3F2C36) is known color: Barossa. HEX triplet: 3F, 2C and 36. RGB value is (63,44,54). Sum of RGB (Red+Green+Blue) = 63+44+54=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C36 is #C0D3C9. Grayscale: #323232. Windows color (decimal): -12637130 or 3550271. OLE color: 3550271.
HSL color Cylindrical-coordinate representation of color #3F2C36: hue angle of 328.42º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F2C36 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 44 | 54 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.75 |
| HSL | 328.42º | 0.18% | 0.21% | - |
| HSV(B) | 328.42º | 0.3% | 0.25% | - |
| XYZ | 3.62 | 3.12 | 3.9 | - |
| YUV | 50.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 54 | 0 | 0.30 | 0.14 | 0.75 | 328.42 | 0.18 | 0.21 |
| Hex | 3F | 2C | 36 | 0 | 1E | E | 4B | 148 | 12 | 15 |
| Octal | 77 | 54 | 66 | 0 | 36 | 16 | 113 | 510 | 22 | 25 |
| Binary | 111111 | 101100 | 110110 | 0 | 11110 | 1110 | 1001011 | 101001000 | 10010 | 10101 |
Color Harmonies of #3F2C36
Complementary color
Monochromatic Colors of #3F2C36
Black with #3F2C36
Text Example
Text Example
White with #3F2C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2C36; }
p { color: rgb(63,44,54); }
H1.HeaderClassName
{
color: #3F2C36;
}
.AnyTagClassName
{
color: #3F2C36;
}
</style>
background-color css
<style>
a { background-color: #3F2C36; }
a { background-color: rgb(63,44,54); }
div.DivClassName
{
background-color: #3F2C36;
}
.BgClassName
{
background-color: #3F2C36;
}
</style>
border-color css
<style>
span { border-color: #3F2C36; }
span { border-color: rgb(63,44,54); }
td.TdClassName
{
border-color: #3F2C36;
}
.TagClassName
{
border-color: #3F2C36;
}
</style>