Shades of Castro #3D2C31
Tints of Castro #3D2C31
RGB
CMYK
RGB Variations
Color information
#3D2C31 (or 0x3D2C31) is known color: Castro. HEX triplet: 3D, 2C and 31. RGB value is (61,44,49). Sum of RGB (Red+Green+Blue) = 61+44+49=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C31 is #C2D3CE. Grayscale: #313131. Windows color (decimal): -12768207 or 3222589. OLE color: 3222589.
HSL color Cylindrical-coordinate representation of color #3D2C31: hue angle of 342.35º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D2C31 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 44 | 49 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.76 |
| HSL | 342.35º | 0.16% | 0.21% | - |
| HSV(B) | 342.35º | 0.28% | 0.24% | - |
| XYZ | 3.38 | 3.02 | 3.31 | - |
| YUV | 49.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 49 | 0 | 0.28 | 0.20 | 0.76 | 342.35 | 0.16 | 0.21 |
| Hex | 3D | 2C | 31 | 0 | 1C | 14 | 4C | 156 | 10 | 15 |
| Octal | 75 | 54 | 61 | 0 | 34 | 24 | 114 | 526 | 20 | 25 |
| Binary | 111101 | 101100 | 110001 | 0 | 11100 | 10100 | 1001100 | 101010110 | 10000 | 10101 |
Color Harmonies of #3D2C31
Complementary color
Monochromatic Colors of #3D2C31
Black with #3D2C31
Text Example
Text Example
White with #3D2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C31; }
p { color: rgb(61,44,49); }
H1.HeaderClassName
{
color: #3D2C31;
}
.AnyTagClassName
{
color: #3D2C31;
}
</style>
background-color css
<style>
a { background-color: #3D2C31; }
a { background-color: rgb(61,44,49); }
div.DivClassName
{
background-color: #3D2C31;
}
.BgClassName
{
background-color: #3D2C31;
}
</style>
border-color css
<style>
span { border-color: #3D2C31; }
span { border-color: rgb(61,44,49); }
td.TdClassName
{
border-color: #3D2C31;
}
.TagClassName
{
border-color: #3D2C31;
}
</style>