Shades of Barossa #4D303B
Tints of Barossa #4D303B
RGB
CMYK
RGB Variations
Color information
#4D303B (or 0x4D303B) is known color: Barossa. HEX triplet: 4D, 30 and 3B. RGB value is (77,48,59). Sum of RGB (Red+Green+Blue) = 77+48+59=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D303B is #B2CFC4. Grayscale: #393939. Windows color (decimal): -11718597 or 3878989. OLE color: 3878989.
HSL color Cylindrical-coordinate representation of color #4D303B: hue angle of 337.24º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D303B is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 48 | 59 | - |
CMYK | 0 | 0.38 | 0.23 | 0.70 |
HSL | 337.24º | 0.23% | 0.25% | - |
HSV(B) | 337.24º | 0.38% | 0.3% | - |
XYZ | 4.91 | 4.01 | 4.65 | - |
YUV | 57.93 | 128.61 | 141.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 48 | 59 | 0 | 0.38 | 0.23 | 0.70 | 337.24 | 0.23 | 0.25 |
Hex | 4D | 30 | 3B | 0 | 26 | 17 | 46 | 151 | 17 | 19 |
Octal | 115 | 60 | 73 | 0 | 46 | 27 | 106 | 521 | 27 | 31 |
Binary | 1001101 | 110000 | 111011 | 0 | 100110 | 10111 | 1000110 | 101010001 | 10111 | 11001 |
Color Harmonies of #4D303B
Complementary color
Monochromatic Colors of #4D303B
Black with #4D303B
Text Example
Text Example
White with #4D303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D303B; }
p { color: rgb(77,48,59); }
H1.HeaderClassName
{
color: #4D303B;
}
.AnyTagClassName
{
color: #4D303B;
}
</style>
background-color css
<style>
a { background-color: #4D303B; }
a { background-color: rgb(77,48,59); }
div.DivClassName
{
background-color: #4D303B;
}
.BgClassName
{
background-color: #4D303B;
}
</style>
border-color css
<style>
span { border-color: #4D303B; }
span { border-color: rgb(77,48,59); }
td.TdClassName
{
border-color: #4D303B;
}
.TagClassName
{
border-color: #4D303B;
}
</style>