Shades of Barossa #3E3B3C
Tints of Barossa #3E3B3C
RGB
CMYK
RGB Variations
Color information
#3E3B3C (or 0x3E3B3C) is known color: Barossa. HEX triplet: 3E, 3B and 3C. RGB value is (62,59,60). Sum of RGB (Red+Green+Blue) = 62+59+60=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3B3C is #C1C4C3. Grayscale: #3C3C3C. Windows color (decimal): -12698820 or 3947326. OLE color: 3947326.
HSL color Cylindrical-coordinate representation of color #3E3B3C: hue angle of 340º degrees, saturation: 0.02, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #3E3B3C is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 59 | 60 | - |
CMYK | 0 | 0.05 | 0.03 | 0.76 |
HSL | 340º | 0.02% | 0.24% | - |
HSV(B) | 340º | 0.05% | 0.24% | - |
XYZ | 4.37 | 4.48 | 4.91 | - |
YUV | 60.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 59 | 60 | 0 | 0.05 | 0.03 | 0.76 | 340 | 0.02 | 0.24 |
Hex | 3E | 3B | 3C | 0 | 5 | 3 | 4C | 154 | 2 | 18 |
Octal | 76 | 73 | 74 | 0 | 5 | 3 | 114 | 524 | 2 | 30 |
Binary | 111110 | 111011 | 111100 | 0 | 101 | 11 | 1001100 | 101010100 | 10 | 11000 |
Color Harmonies of #3E3B3C
Complementary color
Monochromatic Colors of #3E3B3C
Black with #3E3B3C
Text Example
Text Example
White with #3E3B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3B3C; }
p { color: rgb(62,59,60); }
H1.HeaderClassName
{
color: #3E3B3C;
}
.AnyTagClassName
{
color: #3E3B3C;
}
</style>
background-color css
<style>
a { background-color: #3E3B3C; }
a { background-color: rgb(62,59,60); }
div.DivClassName
{
background-color: #3E3B3C;
}
.BgClassName
{
background-color: #3E3B3C;
}
</style>
border-color css
<style>
span { border-color: #3E3B3C; }
span { border-color: rgb(62,59,60); }
td.TdClassName
{
border-color: #3E3B3C;
}
.TagClassName
{
border-color: #3E3B3C;
}
</style>