Shades of Barossa #442C3B
Tints of Barossa #442C3B
RGB
CMYK
RGB Variations
Color information
#442C3B (or 0x442C3B) is known color: Barossa. HEX triplet: 44, 2C and 3B. RGB value is (68,44,59). Sum of RGB (Red+Green+Blue) = 68+44+59=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 68 - color contains mainly: red. Hex color #442C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C3B is #BBD3C4. Grayscale: #343434. Windows color (decimal): -12309445 or 3877956. OLE color: 3877956.
HSL color Cylindrical-coordinate representation of color #442C3B: hue angle of 322.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #442C3B is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 44 | 59 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.73 |
| HSL | 322.5º | 0.21% | 0.22% | - |
| HSV(B) | 322.5º | 0.35% | 0.27% | - |
| XYZ | 4.07 | 3.35 | 4.57 | - |
| YUV | 52.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 59 | 0 | 0.35 | 0.13 | 0.73 | 322.5 | 0.21 | 0.22 |
| Hex | 44 | 2C | 3B | 0 | 23 | D | 49 | 142 | 15 | 16 |
| Octal | 104 | 54 | 73 | 0 | 43 | 15 | 111 | 502 | 25 | 26 |
| Binary | 1000100 | 101100 | 111011 | 0 | 100011 | 1101 | 1001001 | 101000010 | 10101 | 10110 |
Color Harmonies of #442C3B
Complementary color
Monochromatic Colors of #442C3B
Black with #442C3B
Text Example
Text Example
White with #442C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C3B; }
p { color: rgb(68,44,59); }
H1.HeaderClassName
{
color: #442C3B;
}
.AnyTagClassName
{
color: #442C3B;
}
</style>
background-color css
<style>
a { background-color: #442C3B; }
a { background-color: rgb(68,44,59); }
div.DivClassName
{
background-color: #442C3B;
}
.BgClassName
{
background-color: #442C3B;
}
</style>
border-color css
<style>
span { border-color: #442C3B; }
span { border-color: rgb(68,44,59); }
td.TdClassName
{
border-color: #442C3B;
}
.TagClassName
{
border-color: #442C3B;
}
</style>