Shades of Barossa #4B313A
Tints of Barossa #4B313A
RGB
CMYK
RGB Variations
Color information
#4B313A (or 0x4B313A) is known color: Barossa. HEX triplet: 4B, 31 and 3A. RGB value is (75,49,58). Sum of RGB (Red+Green+Blue) = 75+49+58=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B313A is #B4CEC5. Grayscale: #393939. Windows color (decimal): -11849414 or 3813707. OLE color: 3813707.
HSL color Cylindrical-coordinate representation of color #4B313A: hue angle of 339.23º 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 #4B313A is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 49 | 58 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.71 |
| HSL | 339.23º | 0.21% | 0.24% | - |
| HSV(B) | 339.23º | 0.35% | 0.29% | - |
| XYZ | 4.76 | 4 | 4.52 | - |
| YUV | 57.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 49 | 58 | 0 | 0.35 | 0.23 | 0.71 | 339.23 | 0.21 | 0.24 |
| Hex | 4B | 31 | 3A | 0 | 23 | 17 | 47 | 153 | 15 | 18 |
| Octal | 113 | 61 | 72 | 0 | 43 | 27 | 107 | 523 | 25 | 30 |
| Binary | 1001011 | 110001 | 111010 | 0 | 100011 | 10111 | 1000111 | 101010011 | 10101 | 11000 |
Color Harmonies of #4B313A
Complementary color
Monochromatic Colors of #4B313A
Black with #4B313A
Text Example
Text Example
White with #4B313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B313A; }
p { color: rgb(75,49,58); }
H1.HeaderClassName
{
color: #4B313A;
}
.AnyTagClassName
{
color: #4B313A;
}
</style>
background-color css
<style>
a { background-color: #4B313A; }
a { background-color: rgb(75,49,58); }
div.DivClassName
{
background-color: #4B313A;
}
.BgClassName
{
background-color: #4B313A;
}
</style>
border-color css
<style>
span { border-color: #4B313A; }
span { border-color: rgb(75,49,58); }
td.TdClassName
{
border-color: #4B313A;
}
.TagClassName
{
border-color: #4B313A;
}
</style>