Shades of Barossa #42363C
Tints of Barossa #42363C
RGB
CMYK
RGB Variations
Color information
#42363C (or 0x42363C) is known color: Barossa. HEX triplet: 42, 36 and 3C. RGB value is (66,54,60). Sum of RGB (Red+Green+Blue) = 66+54+60=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 66 - color contains mainly: red. Hex color #42363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42363C is #BDC9C3. Grayscale: #3A3A3A. Windows color (decimal): -12437956 or 3946050. OLE color: 3946050.
HSL color Cylindrical-coordinate representation of color #42363C: hue angle of 330º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #42363C is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 54 | 60 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.74 |
| HSL | 330º | 0.1% | 0.24% | - |
| HSV(B) | 330º | 0.18% | 0.26% | - |
| XYZ | 4.38 | 4.12 | 4.84 | - |
| YUV | 58.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 60 | 0 | 0.18 | 0.09 | 0.74 | 330 | 0.1 | 0.24 |
| Hex | 42 | 36 | 3C | 0 | 12 | 9 | 4A | 14A | A | 18 |
| Octal | 102 | 66 | 74 | 0 | 22 | 11 | 112 | 512 | 12 | 30 |
| Binary | 1000010 | 110110 | 111100 | 0 | 10010 | 1001 | 1001010 | 101001010 | 1010 | 11000 |
Color Harmonies of #42363C
Complementary color
Monochromatic Colors of #42363C
Black with #42363C
Text Example
Text Example
White with #42363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42363C; }
p { color: rgb(66,54,60); }
H1.HeaderClassName
{
color: #42363C;
}
.AnyTagClassName
{
color: #42363C;
}
</style>
background-color css
<style>
a { background-color: #42363C; }
a { background-color: rgb(66,54,60); }
div.DivClassName
{
background-color: #42363C;
}
.BgClassName
{
background-color: #42363C;
}
</style>
border-color css
<style>
span { border-color: #42363C; }
span { border-color: rgb(66,54,60); }
td.TdClassName
{
border-color: #42363C;
}
.TagClassName
{
border-color: #42363C;
}
</style>