Shades of Barossa #3D383B
Tints of Barossa #3D383B
RGB
CMYK
RGB Variations
Color information
#3D383B (or 0x3D383B) is known color: Barossa. HEX triplet: 3D, 38 and 3B. RGB value is (61,56,59). Sum of RGB (Red+Green+Blue) = 61+56+59=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 61 - color contains mainly: red. Hex color #3D383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D383B is #C2C7C4. Grayscale: #393939. Windows color (decimal): -12765125 or 3881021. OLE color: 3881021.
HSL color Cylindrical-coordinate representation of color #3D383B: hue angle of 324º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3D383B is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 59 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.76 |
| HSL | 324º | 0.04% | 0.23% | - |
| HSV(B) | 324º | 0.08% | 0.24% | - |
| XYZ | 4.13 | 4.14 | 4.72 | - |
| YUV | 57.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 59 | 0 | 0.08 | 0.03 | 0.76 | 324 | 0.04 | 0.23 |
| Hex | 3D | 38 | 3B | 0 | 8 | 3 | 4C | 144 | 4 | 17 |
| Octal | 75 | 70 | 73 | 0 | 10 | 3 | 114 | 504 | 4 | 27 |
| Binary | 111101 | 111000 | 111011 | 0 | 1000 | 11 | 1001100 | 101000100 | 100 | 10111 |
Color Harmonies of #3D383B
Complementary color
Monochromatic Colors of #3D383B
Black with #3D383B
Text Example
Text Example
White with #3D383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D383B; }
p { color: rgb(61,56,59); }
H1.HeaderClassName
{
color: #3D383B;
}
.AnyTagClassName
{
color: #3D383B;
}
</style>
background-color css
<style>
a { background-color: #3D383B; }
a { background-color: rgb(61,56,59); }
div.DivClassName
{
background-color: #3D383B;
}
.BgClassName
{
background-color: #3D383B;
}
</style>
border-color css
<style>
span { border-color: #3D383B; }
span { border-color: rgb(61,56,59); }
td.TdClassName
{
border-color: #3D383B;
}
.TagClassName
{
border-color: #3D383B;
}
</style>