Shades of Barossa #42383C
Tints of Barossa #42383C
RGB
CMYK
RGB Variations
Color information
#42383C (or 0x42383C) is known color: Barossa. HEX triplet: 42, 38 and 3C. RGB value is (66,56,60). Sum of RGB (Red+Green+Blue) = 66+56+60=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #42383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42383C is #BDC7C3. Grayscale: #3B3B3B. Windows color (decimal): -12437444 or 3946562. OLE color: 3946562.
HSL color Cylindrical-coordinate representation of color #42383C: hue angle of 336º 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 #42383C is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 56 | 60 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.74 |
| HSL | 336º | 0.08% | 0.24% | - |
| HSV(B) | 336º | 0.15% | 0.26% | - |
| XYZ | 4.48 | 4.31 | 4.87 | - |
| YUV | 59.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 60 | 0 | 0.15 | 0.09 | 0.74 | 336 | 0.08 | 0.24 |
| Hex | 42 | 38 | 3C | 0 | F | 9 | 4A | 150 | 8 | 18 |
| Octal | 102 | 70 | 74 | 0 | 17 | 11 | 112 | 520 | 10 | 30 |
| Binary | 1000010 | 111000 | 111100 | 0 | 1111 | 1001 | 1001010 | 101010000 | 1000 | 11000 |
Color Harmonies of #42383C
Complementary color
Monochromatic Colors of #42383C
Black with #42383C
Text Example
Text Example
White with #42383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42383C; }
p { color: rgb(66,56,60); }
H1.HeaderClassName
{
color: #42383C;
}
.AnyTagClassName
{
color: #42383C;
}
</style>
background-color css
<style>
a { background-color: #42383C; }
a { background-color: rgb(66,56,60); }
div.DivClassName
{
background-color: #42383C;
}
.BgClassName
{
background-color: #42383C;
}
</style>
border-color css
<style>
span { border-color: #42383C; }
span { border-color: rgb(66,56,60); }
td.TdClassName
{
border-color: #42383C;
}
.TagClassName
{
border-color: #42383C;
}
</style>