Shades of Barossa #443A3E
Tints of Barossa #443A3E
RGB
CMYK
RGB Variations
Color information
#443A3E (or 0x443A3E) is known color: Barossa. HEX triplet: 44, 3A and 3E. RGB value is (68,58,62). Sum of RGB (Red+Green+Blue) = 68+58+62=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 68 - color contains mainly: red. Hex color #443A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443A3E is #BBC5C1. Grayscale: #3D3D3D. Windows color (decimal): -12305858 or 4078148. OLE color: 4078148.
HSL color Cylindrical-coordinate representation of color #443A3E: hue angle of 336º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #443A3E is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 58 | 62 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.73 |
| HSL | 336º | 0.08% | 0.25% | - |
| HSV(B) | 336º | 0.15% | 0.27% | - |
| XYZ | 4.77 | 4.6 | 5.19 | - |
| YUV | 61.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 62 | 0 | 0.15 | 0.09 | 0.73 | 336 | 0.08 | 0.25 |
| Hex | 44 | 3A | 3E | 0 | F | 9 | 49 | 150 | 8 | 19 |
| Octal | 104 | 72 | 76 | 0 | 17 | 11 | 111 | 520 | 10 | 31 |
| Binary | 1000100 | 111010 | 111110 | 0 | 1111 | 1001 | 1001001 | 101010000 | 1000 | 11001 |
Color Harmonies of #443A3E
Complementary color
Monochromatic Colors of #443A3E
Black with #443A3E
Text Example
Text Example
White with #443A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A3E; }
p { color: rgb(68,58,62); }
H1.HeaderClassName
{
color: #443A3E;
}
.AnyTagClassName
{
color: #443A3E;
}
</style>
background-color css
<style>
a { background-color: #443A3E; }
a { background-color: rgb(68,58,62); }
div.DivClassName
{
background-color: #443A3E;
}
.BgClassName
{
background-color: #443A3E;
}
</style>
border-color css
<style>
span { border-color: #443A3E; }
span { border-color: rgb(68,58,62); }
td.TdClassName
{
border-color: #443A3E;
}
.TagClassName
{
border-color: #443A3E;
}
</style>