Shades of Castro #3C2F33
Tints of Castro #3C2F33
RGB
CMYK
RGB Variations
Color information
#3C2F33 (or 0x3C2F33) is known color: Castro. HEX triplet: 3C, 2F and 33. RGB value is (60,47,51). Sum of RGB (Red+Green+Blue) = 60+47+51=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2F33 is #C3D0CC. Grayscale: #333333. Windows color (decimal): -12832973 or 3354428. OLE color: 3354428.
HSL color Cylindrical-coordinate representation of color #3C2F33: hue angle of 341.54º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C2F33 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 47 | 51 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.76 |
| HSL | 341.54º | 0.12% | 0.21% | - |
| HSV(B) | 341.54º | 0.22% | 0.24% | - |
| XYZ | 3.48 | 3.23 | 3.57 | - |
| YUV | 51.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 51 | 0 | 0.22 | 0.15 | 0.76 | 341.54 | 0.12 | 0.21 |
| Hex | 3C | 2F | 33 | 0 | 16 | F | 4C | 156 | C | 15 |
| Octal | 74 | 57 | 63 | 0 | 26 | 17 | 114 | 526 | 14 | 25 |
| Binary | 111100 | 101111 | 110011 | 0 | 10110 | 1111 | 1001100 | 101010110 | 1100 | 10101 |
Color Harmonies of #3C2F33
Complementary color
Monochromatic Colors of #3C2F33
Black with #3C2F33
Text Example
Text Example
White with #3C2F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2F33; }
p { color: rgb(60,47,51); }
H1.HeaderClassName
{
color: #3C2F33;
}
.AnyTagClassName
{
color: #3C2F33;
}
</style>
background-color css
<style>
a { background-color: #3C2F33; }
a { background-color: rgb(60,47,51); }
div.DivClassName
{
background-color: #3C2F33;
}
.BgClassName
{
background-color: #3C2F33;
}
</style>
border-color css
<style>
span { border-color: #3C2F33; }
span { border-color: rgb(60,47,51); }
td.TdClassName
{
border-color: #3C2F33;
}
.TagClassName
{
border-color: #3C2F33;
}
</style>