Shades of Barossa #47303C
Tints of Barossa #47303C
RGB
CMYK
RGB Variations
Color information
#47303C (or 0x47303C) is known color: Barossa. HEX triplet: 47, 30 and 3C. RGB value is (71,48,60). Sum of RGB (Red+Green+Blue) = 71+48+60=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #47303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47303C is #B8CFC3. Grayscale: #383838. Windows color (decimal): -12111812 or 3944519. OLE color: 3944519.
HSL color Cylindrical-coordinate representation of color #47303C: hue angle of 328.7º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47303C is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 48 | 60 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.72 |
| HSL | 328.7º | 0.19% | 0.23% | - |
| HSV(B) | 328.7º | 0.32% | 0.28% | - |
| XYZ | 4.47 | 3.78 | 4.77 | - |
| YUV | 56.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 60 | 0 | 0.32 | 0.15 | 0.72 | 328.7 | 0.19 | 0.23 |
| Hex | 47 | 30 | 3C | 0 | 20 | F | 48 | 149 | 13 | 17 |
| Octal | 107 | 60 | 74 | 0 | 40 | 17 | 110 | 511 | 23 | 27 |
| Binary | 1000111 | 110000 | 111100 | 0 | 100000 | 1111 | 1001000 | 101001001 | 10011 | 10111 |
Color Harmonies of #47303C
Complementary color
Monochromatic Colors of #47303C
Black with #47303C
Text Example
Text Example
White with #47303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47303C; }
p { color: rgb(71,48,60); }
H1.HeaderClassName
{
color: #47303C;
}
.AnyTagClassName
{
color: #47303C;
}
</style>
background-color css
<style>
a { background-color: #47303C; }
a { background-color: rgb(71,48,60); }
div.DivClassName
{
background-color: #47303C;
}
.BgClassName
{
background-color: #47303C;
}
</style>
border-color css
<style>
span { border-color: #47303C; }
span { border-color: rgb(71,48,60); }
td.TdClassName
{
border-color: #47303C;
}
.TagClassName
{
border-color: #47303C;
}
</style>