Shades of Castro #3A282E
Tints of Castro #3A282E
RGB
CMYK
RGB Variations
Color information
#3A282E (or 0x3A282E) is known color: Castro. HEX triplet: 3A, 28 and 2E. RGB value is (58,40,46). Sum of RGB (Red+Green+Blue) = 58+40+46=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A282E is #C5D7D1. Grayscale: #2E2E2E. Windows color (decimal): -12965842 or 3024954. OLE color: 3024954.
HSL color Cylindrical-coordinate representation of color #3A282E: hue angle of 340º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A282E is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 40 | 46 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.77 |
| HSL | 340º | 0.18% | 0.19% | - |
| HSV(B) | 340º | 0.31% | 0.23% | - |
| XYZ | 3 | 2.61 | 2.93 | - |
| YUV | 46.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 46 | 0 | 0.31 | 0.21 | 0.77 | 340 | 0.18 | 0.19 |
| Hex | 3A | 28 | 2E | 0 | 1F | 15 | 4D | 154 | 12 | 13 |
| Octal | 72 | 50 | 56 | 0 | 37 | 25 | 115 | 524 | 22 | 23 |
| Binary | 111010 | 101000 | 101110 | 0 | 11111 | 10101 | 1001101 | 101010100 | 10010 | 10011 |
Color Harmonies of #3A282E
Complementary color
Monochromatic Colors of #3A282E
Black with #3A282E
Text Example
Text Example
White with #3A282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A282E; }
p { color: rgb(58,40,46); }
H1.HeaderClassName
{
color: #3A282E;
}
.AnyTagClassName
{
color: #3A282E;
}
</style>
background-color css
<style>
a { background-color: #3A282E; }
a { background-color: rgb(58,40,46); }
div.DivClassName
{
background-color: #3A282E;
}
.BgClassName
{
background-color: #3A282E;
}
</style>
border-color css
<style>
span { border-color: #3A282E; }
span { border-color: rgb(58,40,46); }
td.TdClassName
{
border-color: #3A282E;
}
.TagClassName
{
border-color: #3A282E;
}
</style>