Shades of Barossa #43313A
Tints of Barossa #43313A
RGB
CMYK
RGB Variations
Color information
#43313A (or 0x43313A) is known color: Barossa. HEX triplet: 43, 31 and 3A. RGB value is (67,49,58). Sum of RGB (Red+Green+Blue) = 67+49+58=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 67 - color contains mainly: red. Hex color #43313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43313A is #BCCEC5. Grayscale: #373737. Windows color (decimal): -12373702 or 3813699. OLE color: 3813699.
HSL color Cylindrical-coordinate representation of color #43313A: hue angle of 330º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #43313A is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 49 | 58 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.74 |
| HSL | 330º | 0.16% | 0.23% | - |
| HSV(B) | 330º | 0.27% | 0.26% | - |
| XYZ | 4.18 | 3.7 | 4.5 | - |
| YUV | 55.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 58 | 0 | 0.27 | 0.13 | 0.74 | 330 | 0.16 | 0.23 |
| Hex | 43 | 31 | 3A | 0 | 1B | D | 4A | 14A | 10 | 17 |
| Octal | 103 | 61 | 72 | 0 | 33 | 15 | 112 | 512 | 20 | 27 |
| Binary | 1000011 | 110001 | 111010 | 0 | 11011 | 1101 | 1001010 | 101001010 | 10000 | 10111 |
Color Harmonies of #43313A
Complementary color
Monochromatic Colors of #43313A
Black with #43313A
Text Example
Text Example
White with #43313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43313A; }
p { color: rgb(67,49,58); }
H1.HeaderClassName
{
color: #43313A;
}
.AnyTagClassName
{
color: #43313A;
}
</style>
background-color css
<style>
a { background-color: #43313A; }
a { background-color: rgb(67,49,58); }
div.DivClassName
{
background-color: #43313A;
}
.BgClassName
{
background-color: #43313A;
}
</style>
border-color css
<style>
span { border-color: #43313A; }
span { border-color: rgb(67,49,58); }
td.TdClassName
{
border-color: #43313A;
}
.TagClassName
{
border-color: #43313A;
}
</style>