Shades of Barossa #42343C
Tints of Barossa #42343C
RGB
CMYK
RGB Variations
Color information
#42343C (or 0x42343C) is known color: Barossa. HEX triplet: 42, 34 and 3C. RGB value is (66,52,60). Sum of RGB (Red+Green+Blue) = 66+52+60=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #42343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42343C is #BDCBC3. Grayscale: #393939. Windows color (decimal): -12438468 or 3945538. OLE color: 3945538.
HSL color Cylindrical-coordinate representation of color #42343C: hue angle of 325.71º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #42343C is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 52 | 60 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.74 |
| HSL | 325.71º | 0.12% | 0.23% | - |
| HSV(B) | 325.71º | 0.21% | 0.26% | - |
| XYZ | 4.29 | 3.94 | 4.81 | - |
| YUV | 57.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 60 | 0 | 0.21 | 0.09 | 0.74 | 325.71 | 0.12 | 0.23 |
| Hex | 42 | 34 | 3C | 0 | 15 | 9 | 4A | 146 | C | 17 |
| Octal | 102 | 64 | 74 | 0 | 25 | 11 | 112 | 506 | 14 | 27 |
| Binary | 1000010 | 110100 | 111100 | 0 | 10101 | 1001 | 1001010 | 101000110 | 1100 | 10111 |
Color Harmonies of #42343C
Complementary color
Monochromatic Colors of #42343C
Black with #42343C
Text Example
Text Example
White with #42343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42343C; }
p { color: rgb(66,52,60); }
H1.HeaderClassName
{
color: #42343C;
}
.AnyTagClassName
{
color: #42343C;
}
</style>
background-color css
<style>
a { background-color: #42343C; }
a { background-color: rgb(66,52,60); }
div.DivClassName
{
background-color: #42343C;
}
.BgClassName
{
background-color: #42343C;
}
</style>
border-color css
<style>
span { border-color: #42343C; }
span { border-color: rgb(66,52,60); }
td.TdClassName
{
border-color: #42343C;
}
.TagClassName
{
border-color: #42343C;
}
</style>