Shades of Barossa #3F2A36
Tints of Barossa #3F2A36
RGB
CMYK
RGB Variations
Color information
#3F2A36 (or 0x3F2A36) is known color: Barossa. HEX triplet: 3F, 2A and 36. RGB value is (63,42,54). Sum of RGB (Red+Green+Blue) = 63+42+54=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A36 is #C0D5C9. Grayscale: #313131. Windows color (decimal): -12637642 or 3549759. OLE color: 3549759.
HSL color Cylindrical-coordinate representation of color #3F2A36: hue angle of 325.71º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F2A36 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 54 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.75 |
| HSL | 325.71º | 0.2% | 0.21% | - |
| HSV(B) | 325.71º | 0.33% | 0.25% | - |
| XYZ | 3.54 | 2.98 | 3.88 | - |
| YUV | 49.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 54 | 0 | 0.33 | 0.14 | 0.75 | 325.71 | 0.2 | 0.21 |
| Hex | 3F | 2A | 36 | 0 | 21 | E | 4B | 146 | 14 | 15 |
| Octal | 77 | 52 | 66 | 0 | 41 | 16 | 113 | 506 | 24 | 25 |
| Binary | 111111 | 101010 | 110110 | 0 | 100001 | 1110 | 1001011 | 101000110 | 10100 | 10101 |
Color Harmonies of #3F2A36
Complementary color
Monochromatic Colors of #3F2A36
Black with #3F2A36
Text Example
Text Example
White with #3F2A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A36; }
p { color: rgb(63,42,54); }
H1.HeaderClassName
{
color: #3F2A36;
}
.AnyTagClassName
{
color: #3F2A36;
}
</style>
background-color css
<style>
a { background-color: #3F2A36; }
a { background-color: rgb(63,42,54); }
div.DivClassName
{
background-color: #3F2A36;
}
.BgClassName
{
background-color: #3F2A36;
}
</style>
border-color css
<style>
span { border-color: #3F2A36; }
span { border-color: rgb(63,42,54); }
td.TdClassName
{
border-color: #3F2A36;
}
.TagClassName
{
border-color: #3F2A36;
}
</style>