Shades of Castro #3A2D31
Tints of Castro #3A2D31
RGB
CMYK
RGB Variations
Color information
#3A2D31 (or 0x3A2D31) is known color: Castro. HEX triplet: 3A, 2D and 31. RGB value is (58,45,49). Sum of RGB (Red+Green+Blue) = 58+45+49=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2D31 is #C5D2CE. Grayscale: #313131. Windows color (decimal): -12964559 or 3222842. OLE color: 3222842.
HSL color Cylindrical-coordinate representation of color #3A2D31: hue angle of 341.54º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A2D31 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 45 | 49 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.77 |
| HSL | 341.54º | 0.13% | 0.2% | - |
| HSV(B) | 341.54º | 0.22% | 0.23% | - |
| XYZ | 3.24 | 3 | 3.31 | - |
| YUV | 49.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 45 | 49 | 0 | 0.22 | 0.16 | 0.77 | 341.54 | 0.13 | 0.2 |
| Hex | 3A | 2D | 31 | 0 | 16 | 10 | 4D | 156 | D | 14 |
| Octal | 72 | 55 | 61 | 0 | 26 | 20 | 115 | 526 | 15 | 24 |
| Binary | 111010 | 101101 | 110001 | 0 | 10110 | 10000 | 1001101 | 101010110 | 1101 | 10100 |
Color Harmonies of #3A2D31
Complementary color
Monochromatic Colors of #3A2D31
Black with #3A2D31
Text Example
Text Example
White with #3A2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2D31; }
p { color: rgb(58,45,49); }
H1.HeaderClassName
{
color: #3A2D31;
}
.AnyTagClassName
{
color: #3A2D31;
}
</style>
background-color css
<style>
a { background-color: #3A2D31; }
a { background-color: rgb(58,45,49); }
div.DivClassName
{
background-color: #3A2D31;
}
.BgClassName
{
background-color: #3A2D31;
}
</style>
border-color css
<style>
span { border-color: #3A2D31; }
span { border-color: rgb(58,45,49); }
td.TdClassName
{
border-color: #3A2D31;
}
.TagClassName
{
border-color: #3A2D31;
}
</style>