Shades of Barossa #42303B
Tints of Barossa #42303B
RGB
CMYK
RGB Variations
Color information
#42303B (or 0x42303B) is known color: Barossa. HEX triplet: 42, 30 and 3B. RGB value is (66,48,59). Sum of RGB (Red+Green+Blue) = 66+48+59=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #42303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42303B is #BDCFC4. Grayscale: #363636. Windows color (decimal): -12439493 or 3878978. OLE color: 3878978.
HSL color Cylindrical-coordinate representation of color #42303B: hue angle of 323.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42303B is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 48 | 59 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.74 |
| HSL | 323.33º | 0.16% | 0.22% | - |
| HSV(B) | 323.33º | 0.27% | 0.26% | - |
| XYZ | 4.09 | 3.59 | 4.61 | - |
| YUV | 54.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 59 | 0 | 0.27 | 0.11 | 0.74 | 323.33 | 0.16 | 0.22 |
| Hex | 42 | 30 | 3B | 0 | 1B | B | 4A | 143 | 10 | 16 |
| Octal | 102 | 60 | 73 | 0 | 33 | 13 | 112 | 503 | 20 | 26 |
| Binary | 1000010 | 110000 | 111011 | 0 | 11011 | 1011 | 1001010 | 101000011 | 10000 | 10110 |
Color Harmonies of #42303B
Complementary color
Monochromatic Colors of #42303B
Black with #42303B
Text Example
Text Example
White with #42303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42303B; }
p { color: rgb(66,48,59); }
H1.HeaderClassName
{
color: #42303B;
}
.AnyTagClassName
{
color: #42303B;
}
</style>
background-color css
<style>
a { background-color: #42303B; }
a { background-color: rgb(66,48,59); }
div.DivClassName
{
background-color: #42303B;
}
.BgClassName
{
background-color: #42303B;
}
</style>
border-color css
<style>
span { border-color: #42303B; }
span { border-color: rgb(66,48,59); }
td.TdClassName
{
border-color: #42303B;
}
.TagClassName
{
border-color: #42303B;
}
</style>