Shades of Barossa #43353B
Tints of Barossa #43353B
RGB
CMYK
RGB Variations
Color information
#43353B (or 0x43353B) is known color: Barossa. HEX triplet: 43, 35 and 3B. RGB value is (67,53,59). Sum of RGB (Red+Green+Blue) = 67+53+59=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 67 - color contains mainly: red. Hex color #43353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43353B is #BCCAC4. Grayscale: #393939. Windows color (decimal): -12372677 or 3880259. OLE color: 3880259.
HSL color Cylindrical-coordinate representation of color #43353B: hue angle of 334.29º 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 #43353B is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 53 | 59 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.74 |
| HSL | 334.29º | 0.12% | 0.24% | - |
| HSV(B) | 334.29º | 0.21% | 0.26% | - |
| XYZ | 4.38 | 4.06 | 4.69 | - |
| YUV | 57.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 59 | 0 | 0.21 | 0.12 | 0.74 | 334.29 | 0.12 | 0.24 |
| Hex | 43 | 35 | 3B | 0 | 15 | C | 4A | 14E | C | 18 |
| Octal | 103 | 65 | 73 | 0 | 25 | 14 | 112 | 516 | 14 | 30 |
| Binary | 1000011 | 110101 | 111011 | 0 | 10101 | 1100 | 1001010 | 101001110 | 1100 | 11000 |
Color Harmonies of #43353B
Complementary color
Monochromatic Colors of #43353B
Black with #43353B
Text Example
Text Example
White with #43353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43353B; }
p { color: rgb(67,53,59); }
H1.HeaderClassName
{
color: #43353B;
}
.AnyTagClassName
{
color: #43353B;
}
</style>
background-color css
<style>
a { background-color: #43353B; }
a { background-color: rgb(67,53,59); }
div.DivClassName
{
background-color: #43353B;
}
.BgClassName
{
background-color: #43353B;
}
</style>
border-color css
<style>
span { border-color: #43353B; }
span { border-color: rgb(67,53,59); }
td.TdClassName
{
border-color: #43353B;
}
.TagClassName
{
border-color: #43353B;
}
</style>