Shades of Barossa #46343B
Tints of Barossa #46343B
RGB
CMYK
RGB Variations
Color information
#46343B (or 0x46343B) is known color: Barossa. HEX triplet: 46, 34 and 3B. RGB value is (70,52,59). Sum of RGB (Red+Green+Blue) = 70+52+59=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 70 - color contains mainly: red. Hex color #46343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46343B is #B9CBC4. Grayscale: #3A3A3A. Windows color (decimal): -12176325 or 3880006. OLE color: 3880006.
HSL color Cylindrical-coordinate representation of color #46343B: hue angle of 336.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46343B is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 52 | 59 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.73 |
| HSL | 336.67º | 0.15% | 0.24% | - |
| HSV(B) | 336.67º | 0.26% | 0.27% | - |
| XYZ | 4.54 | 4.07 | 4.68 | - |
| YUV | 58.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 59 | 0 | 0.26 | 0.16 | 0.73 | 336.67 | 0.15 | 0.24 |
| Hex | 46 | 34 | 3B | 0 | 1A | 10 | 49 | 151 | F | 18 |
| Octal | 106 | 64 | 73 | 0 | 32 | 20 | 111 | 521 | 17 | 30 |
| Binary | 1000110 | 110100 | 111011 | 0 | 11010 | 10000 | 1001001 | 101010001 | 1111 | 11000 |
Color Harmonies of #46343B
Complementary color
Monochromatic Colors of #46343B
Black with #46343B
Text Example
Text Example
White with #46343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46343B; }
p { color: rgb(70,52,59); }
H1.HeaderClassName
{
color: #46343B;
}
.AnyTagClassName
{
color: #46343B;
}
</style>
background-color css
<style>
a { background-color: #46343B; }
a { background-color: rgb(70,52,59); }
div.DivClassName
{
background-color: #46343B;
}
.BgClassName
{
background-color: #46343B;
}
</style>
border-color css
<style>
span { border-color: #46343B; }
span { border-color: rgb(70,52,59); }
td.TdClassName
{
border-color: #46343B;
}
.TagClassName
{
border-color: #46343B;
}
</style>