Shades of Barossa #42363D
Tints of Barossa #42363D
RGB
CMYK
RGB Variations
Color information
#42363D (or 0x42363D) is known color: Barossa. HEX triplet: 42, 36 and 3D. RGB value is (66,54,61). Sum of RGB (Red+Green+Blue) = 66+54+61=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 66 - color contains mainly: red. Hex color #42363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42363D is #BDC9C2. Grayscale: #3A3A3A. Windows color (decimal): -12437955 or 4011586. OLE color: 4011586.
HSL color Cylindrical-coordinate representation of color #42363D: hue angle of 325º 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 #42363D is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 54 | 61 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.74 |
| HSL | 325º | 0.1% | 0.24% | - |
| HSV(B) | 325º | 0.18% | 0.26% | - |
| XYZ | 4.41 | 4.13 | 4.98 | - |
| YUV | 58.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 61 | 0 | 0.18 | 0.08 | 0.74 | 325 | 0.1 | 0.24 |
| Hex | 42 | 36 | 3D | 0 | 12 | 8 | 4A | 145 | A | 18 |
| Octal | 102 | 66 | 75 | 0 | 22 | 10 | 112 | 505 | 12 | 30 |
| Binary | 1000010 | 110110 | 111101 | 0 | 10010 | 1000 | 1001010 | 101000101 | 1010 | 11000 |
Color Harmonies of #42363D
Complementary color
Monochromatic Colors of #42363D
Black with #42363D
Text Example
Text Example
White with #42363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42363D; }
p { color: rgb(66,54,61); }
H1.HeaderClassName
{
color: #42363D;
}
.AnyTagClassName
{
color: #42363D;
}
</style>
background-color css
<style>
a { background-color: #42363D; }
a { background-color: rgb(66,54,61); }
div.DivClassName
{
background-color: #42363D;
}
.BgClassName
{
background-color: #42363D;
}
</style>
border-color css
<style>
span { border-color: #42363D; }
span { border-color: rgb(66,54,61); }
td.TdClassName
{
border-color: #42363D;
}
.TagClassName
{
border-color: #42363D;
}
</style>