Shades of Castro #3C222C
Tints of Castro #3C222C
RGB
CMYK
RGB Variations
Color information
#3C222C (or 0x3C222C) is known color: Castro. HEX triplet: 3C, 22 and 2C. RGB value is (60,34,44). Sum of RGB (Red+Green+Blue) = 60+34+44=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 60 - color contains mainly: red. Hex color #3C222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C222C is #C3DDD3. Grayscale: #2A2A2A. Windows color (decimal): -12836308 or 2892348. OLE color: 2892348.
HSL color Cylindrical-coordinate representation of color #3C222C: hue angle of 336.92º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C222C is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 34 | 44 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.76 |
| HSL | 336.92º | 0.28% | 0.18% | - |
| HSV(B) | 336.92º | 0.43% | 0.24% | - |
| XYZ | 2.89 | 2.29 | 2.67 | - |
| YUV | 42.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 44 | 0 | 0.43 | 0.27 | 0.76 | 336.92 | 0.28 | 0.18 |
| Hex | 3C | 22 | 2C | 0 | 2B | 1B | 4C | 151 | 1C | 12 |
| Octal | 74 | 42 | 54 | 0 | 53 | 33 | 114 | 521 | 34 | 22 |
| Binary | 111100 | 100010 | 101100 | 0 | 101011 | 11011 | 1001100 | 101010001 | 11100 | 10010 |
Color Harmonies of #3C222C
Complementary color
Monochromatic Colors of #3C222C
Black with #3C222C
Text Example
Text Example
White with #3C222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C222C; }
p { color: rgb(60,34,44); }
H1.HeaderClassName
{
color: #3C222C;
}
.AnyTagClassName
{
color: #3C222C;
}
</style>
background-color css
<style>
a { background-color: #3C222C; }
a { background-color: rgb(60,34,44); }
div.DivClassName
{
background-color: #3C222C;
}
.BgClassName
{
background-color: #3C222C;
}
</style>
border-color css
<style>
span { border-color: #3C222C; }
span { border-color: rgb(60,34,44); }
td.TdClassName
{
border-color: #3C222C;
}
.TagClassName
{
border-color: #3C222C;
}
</style>