Shades of Barossa #3C383A
Tints of Barossa #3C383A
RGB
CMYK
RGB Variations
Color information
#3C383A (or 0x3C383A) is known color: Barossa. HEX triplet: 3C, 38 and 3A. RGB value is (60,56,58). Sum of RGB (Red+Green+Blue) = 60+56+58=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 60 - color contains mainly: red. Hex color #3C383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C383A is #C3C7C5. Grayscale: #393939. Windows color (decimal): -12830662 or 3815484. OLE color: 3815484.
HSL color Cylindrical-coordinate representation of color #3C383A: hue angle of 330º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3C383A is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 58 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.76 |
| HSL | 330º | 0.03% | 0.23% | - |
| HSV(B) | 330º | 0.07% | 0.24% | - |
| XYZ | 4.04 | 4.09 | 4.58 | - |
| YUV | 57.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 58 | 0 | 0.07 | 0.03 | 0.76 | 330 | 0.03 | 0.23 |
| Hex | 3C | 38 | 3A | 0 | 7 | 3 | 4C | 14A | 3 | 17 |
| Octal | 74 | 70 | 72 | 0 | 7 | 3 | 114 | 512 | 3 | 27 |
| Binary | 111100 | 111000 | 111010 | 0 | 111 | 11 | 1001100 | 101001010 | 11 | 10111 |
Color Harmonies of #3C383A
Complementary color
Monochromatic Colors of #3C383A
Black with #3C383A
Text Example
Text Example
White with #3C383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C383A; }
p { color: rgb(60,56,58); }
H1.HeaderClassName
{
color: #3C383A;
}
.AnyTagClassName
{
color: #3C383A;
}
</style>
background-color css
<style>
a { background-color: #3C383A; }
a { background-color: rgb(60,56,58); }
div.DivClassName
{
background-color: #3C383A;
}
.BgClassName
{
background-color: #3C383A;
}
</style>
border-color css
<style>
span { border-color: #3C383A; }
span { border-color: rgb(60,56,58); }
td.TdClassName
{
border-color: #3C383A;
}
.TagClassName
{
border-color: #3C383A;
}
</style>