Shades of Barossa #44333D
Tints of Barossa #44333D
RGB
CMYK
RGB Variations
Color information
#44333D (or 0x44333D) is known color: Barossa. HEX triplet: 44, 33 and 3D. RGB value is (68,51,61). Sum of RGB (Red+Green+Blue) = 68+51+61=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 68 - color contains mainly: red. Hex color #44333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44333D is #BBCCC2. Grayscale: #393939. Windows color (decimal): -12307651 or 4010820. OLE color: 4010820.
HSL color Cylindrical-coordinate representation of color #44333D: hue angle of 324.71º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #44333D is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 51 | 61 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.73 |
| HSL | 324.71º | 0.14% | 0.23% | - |
| HSV(B) | 324.71º | 0.25% | 0.27% | - |
| XYZ | 4.41 | 3.93 | 4.94 | - |
| YUV | 57.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 61 | 0 | 0.25 | 0.10 | 0.73 | 324.71 | 0.14 | 0.23 |
| Hex | 44 | 33 | 3D | 0 | 19 | A | 49 | 145 | E | 17 |
| Octal | 104 | 63 | 75 | 0 | 31 | 12 | 111 | 505 | 16 | 27 |
| Binary | 1000100 | 110011 | 111101 | 0 | 11001 | 1010 | 1001001 | 101000101 | 1110 | 10111 |
Color Harmonies of #44333D
Complementary color
Monochromatic Colors of #44333D
Black with #44333D
Text Example
Text Example
White with #44333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44333D; }
p { color: rgb(68,51,61); }
H1.HeaderClassName
{
color: #44333D;
}
.AnyTagClassName
{
color: #44333D;
}
</style>
background-color css
<style>
a { background-color: #44333D; }
a { background-color: rgb(68,51,61); }
div.DivClassName
{
background-color: #44333D;
}
.BgClassName
{
background-color: #44333D;
}
</style>
border-color css
<style>
span { border-color: #44333D; }
span { border-color: rgb(68,51,61); }
td.TdClassName
{
border-color: #44333D;
}
.TagClassName
{
border-color: #44333D;
}
</style>