Shades of Barossa #442D3B
Tints of Barossa #442D3B
RGB
CMYK
RGB Variations
Color information
#442D3B (or 0x442D3B) is known color: Barossa. HEX triplet: 44, 2D and 3B. RGB value is (68,45,59). Sum of RGB (Red+Green+Blue) = 68+45+59=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 68 - color contains mainly: red. Hex color #442D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D3B is #BBD2C4. Grayscale: #353535. Windows color (decimal): -12309189 or 3878212. OLE color: 3878212.
HSL color Cylindrical-coordinate representation of color #442D3B: hue angle of 323.48º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #442D3B is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 45 | 59 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.73 |
| HSL | 323.48º | 0.2% | 0.22% | - |
| HSV(B) | 323.48º | 0.34% | 0.27% | - |
| XYZ | 4.11 | 3.42 | 4.58 | - |
| YUV | 53.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 59 | 0 | 0.34 | 0.13 | 0.73 | 323.48 | 0.2 | 0.22 |
| Hex | 44 | 2D | 3B | 0 | 22 | D | 49 | 143 | 14 | 16 |
| Octal | 104 | 55 | 73 | 0 | 42 | 15 | 111 | 503 | 24 | 26 |
| Binary | 1000100 | 101101 | 111011 | 0 | 100010 | 1101 | 1001001 | 101000011 | 10100 | 10110 |
Color Harmonies of #442D3B
Complementary color
Monochromatic Colors of #442D3B
Black with #442D3B
Text Example
Text Example
White with #442D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442D3B; }
p { color: rgb(68,45,59); }
H1.HeaderClassName
{
color: #442D3B;
}
.AnyTagClassName
{
color: #442D3B;
}
</style>
background-color css
<style>
a { background-color: #442D3B; }
a { background-color: rgb(68,45,59); }
div.DivClassName
{
background-color: #442D3B;
}
.BgClassName
{
background-color: #442D3B;
}
</style>
border-color css
<style>
span { border-color: #442D3B; }
span { border-color: rgb(68,45,59); }
td.TdClassName
{
border-color: #442D3B;
}
.TagClassName
{
border-color: #442D3B;
}
</style>