Shades of Barossa #4B313D
Tints of Barossa #4B313D
RGB
CMYK
RGB Variations
Color information
#4B313D (or 0x4B313D) is known color: Barossa. HEX triplet: 4B, 31 and 3D. RGB value is (75,49,61). Sum of RGB (Red+Green+Blue) = 75+49+61=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B313D is #B4CEC2. Grayscale: #3A3A3A. Windows color (decimal): -11849411 or 4010315. OLE color: 4010315.
HSL color Cylindrical-coordinate representation of color #4B313D: hue angle of 332.31º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B313D is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 49 | 61 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.71 |
| HSL | 332.31º | 0.21% | 0.24% | - |
| HSV(B) | 332.31º | 0.35% | 0.29% | - |
| XYZ | 4.84 | 4.03 | 4.94 | - |
| YUV | 58.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 61 | 0 | 0.35 | 0.19 | 0.71 | 332.31 | 0.21 | 0.24 |
| Hex | 4B | 31 | 3D | 0 | 23 | 13 | 47 | 14C | 15 | 18 |
| Octal | 113 | 61 | 75 | 0 | 43 | 23 | 107 | 514 | 25 | 30 |
| Binary | 1001011 | 110001 | 111101 | 0 | 100011 | 10011 | 1000111 | 101001100 | 10101 | 11000 |
Color Harmonies of #4B313D
Complementary color
Monochromatic Colors of #4B313D
Black with #4B313D
Text Example
Text Example
White with #4B313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B313D; }
p { color: rgb(75,49,61); }
H1.HeaderClassName
{
color: #4B313D;
}
.AnyTagClassName
{
color: #4B313D;
}
</style>
background-color css
<style>
a { background-color: #4B313D; }
a { background-color: rgb(75,49,61); }
div.DivClassName
{
background-color: #4B313D;
}
.BgClassName
{
background-color: #4B313D;
}
</style>
border-color css
<style>
span { border-color: #4B313D; }
span { border-color: rgb(75,49,61); }
td.TdClassName
{
border-color: #4B313D;
}
.TagClassName
{
border-color: #4B313D;
}
</style>