Shades of Barossa #42383D
Tints of Barossa #42383D
RGB
CMYK
RGB Variations
Color information
#42383D (or 0x42383D) is known color: Barossa. HEX triplet: 42, 38 and 3D. RGB value is (66,56,61). Sum of RGB (Red+Green+Blue) = 66+56+61=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 66 - color contains mainly: red. Hex color #42383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42383D is #BDC7C2. Grayscale: #3B3B3B. Windows color (decimal): -12437443 or 4012098. OLE color: 4012098.
HSL color Cylindrical-coordinate representation of color #42383D: hue angle of 330º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #42383D is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 56 | 61 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.74 |
| HSL | 330º | 0.08% | 0.24% | - |
| HSV(B) | 330º | 0.15% | 0.26% | - |
| XYZ | 4.5 | 4.32 | 5.01 | - |
| YUV | 59.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 61 | 0 | 0.15 | 0.08 | 0.74 | 330 | 0.08 | 0.24 |
| Hex | 42 | 38 | 3D | 0 | F | 8 | 4A | 14A | 8 | 18 |
| Octal | 102 | 70 | 75 | 0 | 17 | 10 | 112 | 512 | 10 | 30 |
| Binary | 1000010 | 111000 | 111101 | 0 | 1111 | 1000 | 1001010 | 101001010 | 1000 | 11000 |
Color Harmonies of #42383D
Complementary color
Monochromatic Colors of #42383D
Black with #42383D
Text Example
Text Example
White with #42383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42383D; }
p { color: rgb(66,56,61); }
H1.HeaderClassName
{
color: #42383D;
}
.AnyTagClassName
{
color: #42383D;
}
</style>
background-color css
<style>
a { background-color: #42383D; }
a { background-color: rgb(66,56,61); }
div.DivClassName
{
background-color: #42383D;
}
.BgClassName
{
background-color: #42383D;
}
</style>
border-color css
<style>
span { border-color: #42383D; }
span { border-color: rgb(66,56,61); }
td.TdClassName
{
border-color: #42383D;
}
.TagClassName
{
border-color: #42383D;
}
</style>