Shades of Barossa #43313C
Tints of Barossa #43313C
RGB
CMYK
RGB Variations
Color information
#43313C (or 0x43313C) is known color: Barossa. HEX triplet: 43, 31 and 3C. RGB value is (67,49,60). Sum of RGB (Red+Green+Blue) = 67+49+60=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 67 - color contains mainly: red. Hex color #43313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43313C is #BCCEC3. Grayscale: #373737. Windows color (decimal): -12373700 or 3944771. OLE color: 3944771.
HSL color Cylindrical-coordinate representation of color #43313C: hue angle of 323.33º 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 #43313C is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 49 | 60 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.74 |
| HSL | 323.33º | 0.16% | 0.23% | - |
| HSV(B) | 323.33º | 0.27% | 0.26% | - |
| XYZ | 4.23 | 3.72 | 4.77 | - |
| YUV | 55.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 60 | 0 | 0.27 | 0.10 | 0.74 | 323.33 | 0.16 | 0.23 |
| Hex | 43 | 31 | 3C | 0 | 1B | A | 4A | 143 | 10 | 17 |
| Octal | 103 | 61 | 74 | 0 | 33 | 12 | 112 | 503 | 20 | 27 |
| Binary | 1000011 | 110001 | 111100 | 0 | 11011 | 1010 | 1001010 | 101000011 | 10000 | 10111 |
Color Harmonies of #43313C
Complementary color
Monochromatic Colors of #43313C
Black with #43313C
Text Example
Text Example
White with #43313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43313C; }
p { color: rgb(67,49,60); }
H1.HeaderClassName
{
color: #43313C;
}
.AnyTagClassName
{
color: #43313C;
}
</style>
background-color css
<style>
a { background-color: #43313C; }
a { background-color: rgb(67,49,60); }
div.DivClassName
{
background-color: #43313C;
}
.BgClassName
{
background-color: #43313C;
}
</style>
border-color css
<style>
span { border-color: #43313C; }
span { border-color: rgb(67,49,60); }
td.TdClassName
{
border-color: #43313C;
}
.TagClassName
{
border-color: #43313C;
}
</style>