Shades of Barossa #44373D
Tints of Barossa #44373D
RGB
CMYK
RGB Variations
Color information
#44373D (or 0x44373D) is known color: Barossa. HEX triplet: 44, 37 and 3D. RGB value is (68,55,61). Sum of RGB (Red+Green+Blue) = 68+55+61=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 68 - color contains mainly: red. Hex color #44373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44373D is #BBC8C2. Grayscale: #3B3B3B. Windows color (decimal): -12306627 or 4011844. OLE color: 4011844.
HSL color Cylindrical-coordinate representation of color #44373D: hue angle of 332.31º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #44373D is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 55 | 61 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.73 |
| HSL | 332.31º | 0.11% | 0.24% | - |
| HSV(B) | 332.31º | 0.19% | 0.27% | - |
| XYZ | 4.59 | 4.3 | 5 | - |
| YUV | 59.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 61 | 0 | 0.19 | 0.10 | 0.73 | 332.31 | 0.11 | 0.24 |
| Hex | 44 | 37 | 3D | 0 | 13 | A | 49 | 14C | B | 18 |
| Octal | 104 | 67 | 75 | 0 | 23 | 12 | 111 | 514 | 13 | 30 |
| Binary | 1000100 | 110111 | 111101 | 0 | 10011 | 1010 | 1001001 | 101001100 | 1011 | 11000 |
Color Harmonies of #44373D
Complementary color
Monochromatic Colors of #44373D
Black with #44373D
Text Example
Text Example
White with #44373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44373D; }
p { color: rgb(68,55,61); }
H1.HeaderClassName
{
color: #44373D;
}
.AnyTagClassName
{
color: #44373D;
}
</style>
background-color css
<style>
a { background-color: #44373D; }
a { background-color: rgb(68,55,61); }
div.DivClassName
{
background-color: #44373D;
}
.BgClassName
{
background-color: #44373D;
}
</style>
border-color css
<style>
span { border-color: #44373D; }
span { border-color: rgb(68,55,61); }
td.TdClassName
{
border-color: #44373D;
}
.TagClassName
{
border-color: #44373D;
}
</style>