Shades of Barossa #43353D
Tints of Barossa #43353D
RGB
CMYK
RGB Variations
Color information
#43353D (or 0x43353D) is known color: Barossa. HEX triplet: 43, 35 and 3D. RGB value is (67,53,61). Sum of RGB (Red+Green+Blue) = 67+53+61=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 67 - color contains mainly: red. Hex color #43353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43353D is #BCCAC2. Grayscale: #3A3A3A. Windows color (decimal): -12372675 or 4011331. OLE color: 4011331.
HSL color Cylindrical-coordinate representation of color #43353D: hue angle of 325.71º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #43353D is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 53 | 61 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.74 |
| HSL | 325.71º | 0.12% | 0.24% | - |
| HSV(B) | 325.71º | 0.21% | 0.26% | - |
| XYZ | 4.43 | 4.08 | 4.97 | - |
| YUV | 58.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 61 | 0 | 0.21 | 0.09 | 0.74 | 325.71 | 0.12 | 0.24 |
| Hex | 43 | 35 | 3D | 0 | 15 | 9 | 4A | 146 | C | 18 |
| Octal | 103 | 65 | 75 | 0 | 25 | 11 | 112 | 506 | 14 | 30 |
| Binary | 1000011 | 110101 | 111101 | 0 | 10101 | 1001 | 1001010 | 101000110 | 1100 | 11000 |
Color Harmonies of #43353D
Complementary color
Monochromatic Colors of #43353D
Black with #43353D
Text Example
Text Example
White with #43353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43353D; }
p { color: rgb(67,53,61); }
H1.HeaderClassName
{
color: #43353D;
}
.AnyTagClassName
{
color: #43353D;
}
</style>
background-color css
<style>
a { background-color: #43353D; }
a { background-color: rgb(67,53,61); }
div.DivClassName
{
background-color: #43353D;
}
.BgClassName
{
background-color: #43353D;
}
</style>
border-color css
<style>
span { border-color: #43353D; }
span { border-color: rgb(67,53,61); }
td.TdClassName
{
border-color: #43353D;
}
.TagClassName
{
border-color: #43353D;
}
</style>