Shades of Barossa #3D3238
Tints of Barossa #3D3238
RGB
CMYK
RGB Variations
Color information
#3D3238 (or 0x3D3238) is known color: Barossa. HEX triplet: 3D, 32 and 38. RGB value is (61,50,56). Sum of RGB (Red+Green+Blue) = 61+50+56=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3238 is #C2CDC7. Grayscale: #353535. Windows color (decimal): -12766664 or 3682877. OLE color: 3682877.
HSL color Cylindrical-coordinate representation of color #3D3238: hue angle of 327.27º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D3238 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 50 | 56 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.76 |
| HSL | 327.27º | 0.1% | 0.22% | - |
| HSV(B) | 327.27º | 0.18% | 0.24% | - |
| XYZ | 3.78 | 3.56 | 4.23 | - |
| YUV | 53.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 56 | 0 | 0.18 | 0.08 | 0.76 | 327.27 | 0.1 | 0.22 |
| Hex | 3D | 32 | 38 | 0 | 12 | 8 | 4C | 147 | A | 16 |
| Octal | 75 | 62 | 70 | 0 | 22 | 10 | 114 | 507 | 12 | 26 |
| Binary | 111101 | 110010 | 111000 | 0 | 10010 | 1000 | 1001100 | 101000111 | 1010 | 10110 |
Color Harmonies of #3D3238
Complementary color
Monochromatic Colors of #3D3238
Black with #3D3238
Text Example
Text Example
White with #3D3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3238; }
p { color: rgb(61,50,56); }
H1.HeaderClassName
{
color: #3D3238;
}
.AnyTagClassName
{
color: #3D3238;
}
</style>
background-color css
<style>
a { background-color: #3D3238; }
a { background-color: rgb(61,50,56); }
div.DivClassName
{
background-color: #3D3238;
}
.BgClassName
{
background-color: #3D3238;
}
</style>
border-color css
<style>
span { border-color: #3D3238; }
span { border-color: rgb(61,50,56); }
td.TdClassName
{
border-color: #3D3238;
}
.TagClassName
{
border-color: #3D3238;
}
</style>