Shades of Castro #3C2D31
Tints of Castro #3C2D31
RGB
CMYK
RGB Variations
Color information
#3C2D31 (or 0x3C2D31) is known color: Castro. HEX triplet: 3C, 2D and 31. RGB value is (60,45,49). Sum of RGB (Red+Green+Blue) = 60+45+49=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2D31 is #C3D2CE. Grayscale: #313131. Windows color (decimal): -12833487 or 3222844. OLE color: 3222844.
HSL color Cylindrical-coordinate representation of color #3C2D31: hue angle of 344º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C2D31 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 45 | 49 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.76 |
| HSL | 344º | 0.14% | 0.21% | - |
| HSV(B) | 344º | 0.25% | 0.24% | - |
| XYZ | 3.36 | 3.06 | 3.32 | - |
| YUV | 49.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 49 | 0 | 0.25 | 0.18 | 0.76 | 344 | 0.14 | 0.21 |
| Hex | 3C | 2D | 31 | 0 | 19 | 12 | 4C | 158 | E | 15 |
| Octal | 74 | 55 | 61 | 0 | 31 | 22 | 114 | 530 | 16 | 25 |
| Binary | 111100 | 101101 | 110001 | 0 | 11001 | 10010 | 1001100 | 101011000 | 1110 | 10101 |
Color Harmonies of #3C2D31
Complementary color
Monochromatic Colors of #3C2D31
Black with #3C2D31
Text Example
Text Example
White with #3C2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D31; }
p { color: rgb(60,45,49); }
H1.HeaderClassName
{
color: #3C2D31;
}
.AnyTagClassName
{
color: #3C2D31;
}
</style>
background-color css
<style>
a { background-color: #3C2D31; }
a { background-color: rgb(60,45,49); }
div.DivClassName
{
background-color: #3C2D31;
}
.BgClassName
{
background-color: #3C2D31;
}
</style>
border-color css
<style>
span { border-color: #3C2D31; }
span { border-color: rgb(60,45,49); }
td.TdClassName
{
border-color: #3C2D31;
}
.TagClassName
{
border-color: #3C2D31;
}
</style>