Shades of Castro #3C222B
Tints of Castro #3C222B
RGB
CMYK
RGB Variations
Color information
#3C222B (or 0x3C222B) is known color: Castro. HEX triplet: 3C, 22 and 2B. RGB value is (60,34,43). Sum of RGB (Red+Green+Blue) = 60+34+43=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 60 - color contains mainly: red. Hex color #3C222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C222B is #C3DDD4. Grayscale: #2A2A2A. Windows color (decimal): -12836309 or 2826812. OLE color: 2826812.
HSL color Cylindrical-coordinate representation of color #3C222B: hue angle of 339.23º 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 #3C222B is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 34 | 43 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.76 |
| HSL | 339.23º | 0.28% | 0.18% | - |
| HSV(B) | 339.23º | 0.43% | 0.24% | - |
| XYZ | 2.87 | 2.28 | 2.57 | - |
| YUV | 42.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 43 | 0 | 0.43 | 0.28 | 0.76 | 339.23 | 0.28 | 0.18 |
| Hex | 3C | 22 | 2B | 0 | 2B | 1C | 4C | 153 | 1C | 12 |
| Octal | 74 | 42 | 53 | 0 | 53 | 34 | 114 | 523 | 34 | 22 |
| Binary | 111100 | 100010 | 101011 | 0 | 101011 | 11100 | 1001100 | 101010011 | 11100 | 10010 |
Color Harmonies of #3C222B
Complementary color
Monochromatic Colors of #3C222B
Black with #3C222B
Text Example
Text Example
White with #3C222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C222B; }
p { color: rgb(60,34,43); }
H1.HeaderClassName
{
color: #3C222B;
}
.AnyTagClassName
{
color: #3C222B;
}
</style>
background-color css
<style>
a { background-color: #3C222B; }
a { background-color: rgb(60,34,43); }
div.DivClassName
{
background-color: #3C222B;
}
.BgClassName
{
background-color: #3C222B;
}
</style>
border-color css
<style>
span { border-color: #3C222B; }
span { border-color: rgb(60,34,43); }
td.TdClassName
{
border-color: #3C222B;
}
.TagClassName
{
border-color: #3C222B;
}
</style>