Shades of Barossa #43313B
Tints of Barossa #43313B
RGB
CMYK
RGB Variations
Color information
#43313B (or 0x43313B) is known color: Barossa. HEX triplet: 43, 31 and 3B. RGB value is (67,49,59). Sum of RGB (Red+Green+Blue) = 67+49+59=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 67 - color contains mainly: red. Hex color #43313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43313B is #BCCEC4. Grayscale: #373737. Windows color (decimal): -12373701 or 3879235. OLE color: 3879235.
HSL color Cylindrical-coordinate representation of color #43313B: hue angle of 326.67º 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 #43313B is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 49 | 59 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.74 |
| HSL | 326.67º | 0.16% | 0.23% | - |
| HSV(B) | 326.67º | 0.27% | 0.26% | - |
| XYZ | 4.2 | 3.71 | 4.63 | - |
| YUV | 55.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 59 | 0 | 0.27 | 0.12 | 0.74 | 326.67 | 0.16 | 0.23 |
| Hex | 43 | 31 | 3B | 0 | 1B | C | 4A | 147 | 10 | 17 |
| Octal | 103 | 61 | 73 | 0 | 33 | 14 | 112 | 507 | 20 | 27 |
| Binary | 1000011 | 110001 | 111011 | 0 | 11011 | 1100 | 1001010 | 101000111 | 10000 | 10111 |
Color Harmonies of #43313B
Complementary color
Monochromatic Colors of #43313B
Black with #43313B
Text Example
Text Example
White with #43313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43313B; }
p { color: rgb(67,49,59); }
H1.HeaderClassName
{
color: #43313B;
}
.AnyTagClassName
{
color: #43313B;
}
</style>
background-color css
<style>
a { background-color: #43313B; }
a { background-color: rgb(67,49,59); }
div.DivClassName
{
background-color: #43313B;
}
.BgClassName
{
background-color: #43313B;
}
</style>
border-color css
<style>
span { border-color: #43313B; }
span { border-color: rgb(67,49,59); }
td.TdClassName
{
border-color: #43313B;
}
.TagClassName
{
border-color: #43313B;
}
</style>