Shades of Barossa #453B3F
Tints of Barossa #453B3F
RGB
CMYK
RGB Variations
Color information
#453B3F (or 0x453B3F) is known color: Barossa. HEX triplet: 45, 3B and 3F. RGB value is (69,59,63). Sum of RGB (Red+Green+Blue) = 69+59+63=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 69 - color contains mainly: red. Hex color #453B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453B3F is #BAC4C0. Grayscale: #3E3E3E. Windows color (decimal): -12240065 or 4143941. OLE color: 4143941.
HSL color Cylindrical-coordinate representation of color #453B3F: hue angle of 336º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #453B3F is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 59 | 63 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.73 |
| HSL | 336º | 0.08% | 0.25% | - |
| HSV(B) | 336º | 0.14% | 0.27% | - |
| XYZ | 4.92 | 4.75 | 5.36 | - |
| YUV | 62.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 63 | 0 | 0.14 | 0.09 | 0.73 | 336 | 0.08 | 0.25 |
| Hex | 45 | 3B | 3F | 0 | E | 9 | 49 | 150 | 8 | 19 |
| Octal | 105 | 73 | 77 | 0 | 16 | 11 | 111 | 520 | 10 | 31 |
| Binary | 1000101 | 111011 | 111111 | 0 | 1110 | 1001 | 1001001 | 101010000 | 1000 | 11001 |
Color Harmonies of #453B3F
Complementary color
Monochromatic Colors of #453B3F
Black with #453B3F
Text Example
Text Example
White with #453B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B3F; }
p { color: rgb(69,59,63); }
H1.HeaderClassName
{
color: #453B3F;
}
.AnyTagClassName
{
color: #453B3F;
}
</style>
background-color css
<style>
a { background-color: #453B3F; }
a { background-color: rgb(69,59,63); }
div.DivClassName
{
background-color: #453B3F;
}
.BgClassName
{
background-color: #453B3F;
}
</style>
border-color css
<style>
span { border-color: #453B3F; }
span { border-color: rgb(69,59,63); }
td.TdClassName
{
border-color: #453B3F;
}
.TagClassName
{
border-color: #453B3F;
}
</style>