Shades of Barossa #442E39
Tints of Barossa #442E39
RGB
CMYK
RGB Variations
Color information
#442E39 (or 0x442E39) is known color: Barossa. HEX triplet: 44, 2E and 39. RGB value is (68,46,57). Sum of RGB (Red+Green+Blue) = 68+46+57=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 68 - color contains mainly: red. Hex color #442E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E39 is #BBD1C6. Grayscale: #353535. Windows color (decimal): -12308935 or 3747396. OLE color: 3747396.
HSL color Cylindrical-coordinate representation of color #442E39: hue angle of 330º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #442E39 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 46 | 57 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.73 |
| HSL | 330º | 0.19% | 0.22% | - |
| HSV(B) | 330º | 0.32% | 0.27% | - |
| XYZ | 4.1 | 3.48 | 4.33 | - |
| YUV | 53.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 57 | 0 | 0.32 | 0.16 | 0.73 | 330 | 0.19 | 0.22 |
| Hex | 44 | 2E | 39 | 0 | 20 | 10 | 49 | 14A | 13 | 16 |
| Octal | 104 | 56 | 71 | 0 | 40 | 20 | 111 | 512 | 23 | 26 |
| Binary | 1000100 | 101110 | 111001 | 0 | 100000 | 10000 | 1001001 | 101001010 | 10011 | 10110 |
Color Harmonies of #442E39
Complementary color
Monochromatic Colors of #442E39
Black with #442E39
Text Example
Text Example
White with #442E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E39; }
p { color: rgb(68,46,57); }
H1.HeaderClassName
{
color: #442E39;
}
.AnyTagClassName
{
color: #442E39;
}
</style>
background-color css
<style>
a { background-color: #442E39; }
a { background-color: rgb(68,46,57); }
div.DivClassName
{
background-color: #442E39;
}
.BgClassName
{
background-color: #442E39;
}
</style>
border-color css
<style>
span { border-color: #442E39; }
span { border-color: rgb(68,46,57); }
td.TdClassName
{
border-color: #442E39;
}
.TagClassName
{
border-color: #442E39;
}
</style>