Shades of Barossa #3C3338
Tints of Barossa #3C3338
RGB
CMYK
RGB Variations
Color information
#3C3338 (or 0x3C3338) is known color: Barossa. HEX triplet: 3C, 33 and 38. RGB value is (60,51,56). Sum of RGB (Red+Green+Blue) = 60+51+56=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3338 is #C3CCC7. Grayscale: #363636. Windows color (decimal): -12831944 or 3683132. OLE color: 3683132.
HSL color Cylindrical-coordinate representation of color #3C3338: hue angle of 326.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C3338 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 56 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.76 |
| HSL | 326.67º | 0.08% | 0.22% | - |
| HSV(B) | 326.67º | 0.15% | 0.24% | - |
| XYZ | 3.76 | 3.61 | 4.24 | - |
| YUV | 54.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 56 | 0 | 0.15 | 0.07 | 0.76 | 326.67 | 0.08 | 0.22 |
| Hex | 3C | 33 | 38 | 0 | F | 7 | 4C | 147 | 8 | 16 |
| Octal | 74 | 63 | 70 | 0 | 17 | 7 | 114 | 507 | 10 | 26 |
| Binary | 111100 | 110011 | 111000 | 0 | 1111 | 111 | 1001100 | 101000111 | 1000 | 10110 |
Color Harmonies of #3C3338
Complementary color
Monochromatic Colors of #3C3338
Black with #3C3338
Text Example
Text Example
White with #3C3338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3338; }
p { color: rgb(60,51,56); }
H1.HeaderClassName
{
color: #3C3338;
}
.AnyTagClassName
{
color: #3C3338;
}
</style>
background-color css
<style>
a { background-color: #3C3338; }
a { background-color: rgb(60,51,56); }
div.DivClassName
{
background-color: #3C3338;
}
.BgClassName
{
background-color: #3C3338;
}
</style>
border-color css
<style>
span { border-color: #3C3338; }
span { border-color: rgb(60,51,56); }
td.TdClassName
{
border-color: #3C3338;
}
.TagClassName
{
border-color: #3C3338;
}
</style>