Shades of Barossa #47333B
Tints of Barossa #47333B
RGB
CMYK
RGB Variations
Color information
#47333B (or 0x47333B) is known color: Barossa. HEX triplet: 47, 33 and 3B. RGB value is (71,51,59). Sum of RGB (Red+Green+Blue) = 71+51+59=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #47333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47333B is #B8CCC4. Grayscale: #393939. Windows color (decimal): -12111045 or 3879751. OLE color: 3879751.
HSL color Cylindrical-coordinate representation of color #47333B: hue angle of 336º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47333B is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 51 | 59 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.72 |
| HSL | 336º | 0.16% | 0.24% | - |
| HSV(B) | 336º | 0.28% | 0.28% | - |
| XYZ | 4.57 | 4.02 | 4.67 | - |
| YUV | 57.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 59 | 0 | 0.28 | 0.17 | 0.72 | 336 | 0.16 | 0.24 |
| Hex | 47 | 33 | 3B | 0 | 1C | 11 | 48 | 150 | 10 | 18 |
| Octal | 107 | 63 | 73 | 0 | 34 | 21 | 110 | 520 | 20 | 30 |
| Binary | 1000111 | 110011 | 111011 | 0 | 11100 | 10001 | 1001000 | 101010000 | 10000 | 11000 |
Color Harmonies of #47333B
Complementary color
Monochromatic Colors of #47333B
Black with #47333B
Text Example
Text Example
White with #47333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47333B; }
p { color: rgb(71,51,59); }
H1.HeaderClassName
{
color: #47333B;
}
.AnyTagClassName
{
color: #47333B;
}
</style>
background-color css
<style>
a { background-color: #47333B; }
a { background-color: rgb(71,51,59); }
div.DivClassName
{
background-color: #47333B;
}
.BgClassName
{
background-color: #47333B;
}
</style>
border-color css
<style>
span { border-color: #47333B; }
span { border-color: rgb(71,51,59); }
td.TdClassName
{
border-color: #47333B;
}
.TagClassName
{
border-color: #47333B;
}
</style>