Shades of Barossa #3D3138
Tints of Barossa #3D3138
RGB
CMYK
RGB Variations
Color information
#3D3138 (or 0x3D3138) is known color: Barossa. HEX triplet: 3D, 31 and 38. RGB value is (61,49,56). Sum of RGB (Red+Green+Blue) = 61+49+56=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3138 is #C2CEC7. Grayscale: #353535. Windows color (decimal): -12766920 or 3682621. OLE color: 3682621.
HSL color Cylindrical-coordinate representation of color #3D3138: hue angle of 325º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D3138 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 49 | 56 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.76 |
| HSL | 325º | 0.11% | 0.22% | - |
| HSV(B) | 325º | 0.2% | 0.24% | - |
| XYZ | 3.74 | 3.47 | 4.22 | - |
| YUV | 53.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 56 | 0 | 0.20 | 0.08 | 0.76 | 325 | 0.11 | 0.22 |
| Hex | 3D | 31 | 38 | 0 | 14 | 8 | 4C | 145 | B | 16 |
| Octal | 75 | 61 | 70 | 0 | 24 | 10 | 114 | 505 | 13 | 26 |
| Binary | 111101 | 110001 | 111000 | 0 | 10100 | 1000 | 1001100 | 101000101 | 1011 | 10110 |
Color Harmonies of #3D3138
Complementary color
Monochromatic Colors of #3D3138
Black with #3D3138
Text Example
Text Example
White with #3D3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3138; }
p { color: rgb(61,49,56); }
H1.HeaderClassName
{
color: #3D3138;
}
.AnyTagClassName
{
color: #3D3138;
}
</style>
background-color css
<style>
a { background-color: #3D3138; }
a { background-color: rgb(61,49,56); }
div.DivClassName
{
background-color: #3D3138;
}
.BgClassName
{
background-color: #3D3138;
}
</style>
border-color css
<style>
span { border-color: #3D3138; }
span { border-color: rgb(61,49,56); }
td.TdClassName
{
border-color: #3D3138;
}
.TagClassName
{
border-color: #3D3138;
}
</style>