Shades of Castro #3B2029
Tints of Castro #3B2029
RGB
CMYK
RGB Variations
Color information
#3B2029 (or 0x3B2029) is known color: Castro. HEX triplet: 3B, 20 and 29. RGB value is (59,32,41). Sum of RGB (Red+Green+Blue) = 59+32+41=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2029 is #C4DFD6. Grayscale: #292929. Windows color (decimal): -12902359 or 2695227. OLE color: 2695227.
HSL color Cylindrical-coordinate representation of color #3B2029: hue angle of 340º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B2029 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 41 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.77 |
| HSL | 340º | 0.3% | 0.18% | - |
| HSV(B) | 340º | 0.46% | 0.23% | - |
| XYZ | 2.72 | 2.12 | 2.36 | - |
| YUV | 41.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 41 | 0 | 0.46 | 0.31 | 0.77 | 340 | 0.3 | 0.18 |
| Hex | 3B | 20 | 29 | 0 | 2E | 1F | 4D | 154 | 1E | 12 |
| Octal | 73 | 40 | 51 | 0 | 56 | 37 | 115 | 524 | 36 | 22 |
| Binary | 111011 | 100000 | 101001 | 0 | 101110 | 11111 | 1001101 | 101010100 | 11110 | 10010 |
Color Harmonies of #3B2029
Complementary color
Monochromatic Colors of #3B2029
Black with #3B2029
Text Example
Text Example
White with #3B2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2029; }
p { color: rgb(59,32,41); }
H1.HeaderClassName
{
color: #3B2029;
}
.AnyTagClassName
{
color: #3B2029;
}
</style>
background-color css
<style>
a { background-color: #3B2029; }
a { background-color: rgb(59,32,41); }
div.DivClassName
{
background-color: #3B2029;
}
.BgClassName
{
background-color: #3B2029;
}
</style>
border-color css
<style>
span { border-color: #3B2029; }
span { border-color: rgb(59,32,41); }
td.TdClassName
{
border-color: #3B2029;
}
.TagClassName
{
border-color: #3B2029;
}
</style>