Shades of Barossa #4B333F
Tints of Barossa #4B333F
RGB
CMYK
RGB Variations
Color information
#4B333F (or 0x4B333F) is known color: Barossa. HEX triplet: 4B, 33 and 3F. RGB value is (75,51,63). Sum of RGB (Red+Green+Blue) = 75+51+63=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 75 - color contains mainly: red. Hex color #4B333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B333F is #B4CCC0. Grayscale: #3B3B3B. Windows color (decimal): -11848897 or 4141899. OLE color: 4141899.
HSL color Cylindrical-coordinate representation of color #4B333F: hue angle of 330º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B333F is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 51 | 63 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.71 |
| HSL | 330º | 0.19% | 0.25% | - |
| HSV(B) | 330º | 0.32% | 0.29% | - |
| XYZ | 4.98 | 4.22 | 5.26 | - |
| YUV | 59.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 63 | 0 | 0.32 | 0.16 | 0.71 | 330 | 0.19 | 0.25 |
| Hex | 4B | 33 | 3F | 0 | 20 | 10 | 47 | 14A | 13 | 19 |
| Octal | 113 | 63 | 77 | 0 | 40 | 20 | 107 | 512 | 23 | 31 |
| Binary | 1001011 | 110011 | 111111 | 0 | 100000 | 10000 | 1000111 | 101001010 | 10011 | 11001 |
Color Harmonies of #4B333F
Complementary color
Monochromatic Colors of #4B333F
Black with #4B333F
Text Example
Text Example
White with #4B333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B333F; }
p { color: rgb(75,51,63); }
H1.HeaderClassName
{
color: #4B333F;
}
.AnyTagClassName
{
color: #4B333F;
}
</style>
background-color css
<style>
a { background-color: #4B333F; }
a { background-color: rgb(75,51,63); }
div.DivClassName
{
background-color: #4B333F;
}
.BgClassName
{
background-color: #4B333F;
}
</style>
border-color css
<style>
span { border-color: #4B333F; }
span { border-color: rgb(75,51,63); }
td.TdClassName
{
border-color: #4B333F;
}
.TagClassName
{
border-color: #4B333F;
}
</style>