Shades of Barossa #3E383B
Tints of Barossa #3E383B
RGB
CMYK
RGB Variations
Color information
#3E383B (or 0x3E383B) is known color: Barossa. HEX triplet: 3E, 38 and 3B. RGB value is (62,56,59). Sum of RGB (Red+Green+Blue) = 62+56+59=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 62 - color contains mainly: red. Hex color #3E383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E383B is #C1C7C4. Grayscale: #3A3A3A. Windows color (decimal): -12699589 or 3881022. OLE color: 3881022.
HSL color Cylindrical-coordinate representation of color #3E383B: hue angle of 330º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3E383B is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 56 | 59 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.76 |
| HSL | 330º | 0.05% | 0.23% | - |
| HSV(B) | 330º | 0.1% | 0.24% | - |
| XYZ | 4.19 | 4.17 | 4.72 | - |
| YUV | 58.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 59 | 0 | 0.10 | 0.05 | 0.76 | 330 | 0.05 | 0.23 |
| Hex | 3E | 38 | 3B | 0 | A | 5 | 4C | 14A | 5 | 17 |
| Octal | 76 | 70 | 73 | 0 | 12 | 5 | 114 | 512 | 5 | 27 |
| Binary | 111110 | 111000 | 111011 | 0 | 1010 | 101 | 1001100 | 101001010 | 101 | 10111 |
Color Harmonies of #3E383B
Complementary color
Monochromatic Colors of #3E383B
Black with #3E383B
Text Example
Text Example
White with #3E383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E383B; }
p { color: rgb(62,56,59); }
H1.HeaderClassName
{
color: #3E383B;
}
.AnyTagClassName
{
color: #3E383B;
}
</style>
background-color css
<style>
a { background-color: #3E383B; }
a { background-color: rgb(62,56,59); }
div.DivClassName
{
background-color: #3E383B;
}
.BgClassName
{
background-color: #3E383B;
}
</style>
border-color css
<style>
span { border-color: #3E383B; }
span { border-color: rgb(62,56,59); }
td.TdClassName
{
border-color: #3E383B;
}
.TagClassName
{
border-color: #3E383B;
}
</style>