Shades of Barossa #443E41
Tints of Barossa #443E41
RGB
CMYK
RGB Variations
Color information
#443E41 (or 0x443E41) is known color: Barossa. HEX triplet: 44, 3E and 41. RGB value is (68,62,65). Sum of RGB (Red+Green+Blue) = 68+62+65=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 68 - color contains mainly: red. Hex color #443E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443E41 is #BBC1BE. Grayscale: #404040. Windows color (decimal): -12304831 or 4275780. OLE color: 4275780.
HSL color Cylindrical-coordinate representation of color #443E41: hue angle of 330º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #443E41 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 62 | 65 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.73 |
| HSL | 330º | 0.05% | 0.25% | - |
| HSV(B) | 330º | 0.09% | 0.27% | - |
| XYZ | 5.06 | 5.06 | 5.71 | - |
| YUV | 64.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 65 | 0 | 0.09 | 0.04 | 0.73 | 330 | 0.05 | 0.25 |
| Hex | 44 | 3E | 41 | 0 | 9 | 4 | 49 | 14A | 5 | 19 |
| Octal | 104 | 76 | 101 | 0 | 11 | 4 | 111 | 512 | 5 | 31 |
| Binary | 1000100 | 111110 | 1000001 | 0 | 1001 | 100 | 1001001 | 101001010 | 101 | 11001 |
Color Harmonies of #443E41
Complementary color
Monochromatic Colors of #443E41
Black with #443E41
Text Example
Text Example
White with #443E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443E41; }
p { color: rgb(68,62,65); }
H1.HeaderClassName
{
color: #443E41;
}
.AnyTagClassName
{
color: #443E41;
}
</style>
background-color css
<style>
a { background-color: #443E41; }
a { background-color: rgb(68,62,65); }
div.DivClassName
{
background-color: #443E41;
}
.BgClassName
{
background-color: #443E41;
}
</style>
border-color css
<style>
span { border-color: #443E41; }
span { border-color: rgb(68,62,65); }
td.TdClassName
{
border-color: #443E41;
}
.TagClassName
{
border-color: #443E41;
}
</style>