Shades of Castro #3C232B
Tints of Castro #3C232B
RGB
CMYK
RGB Variations
Color information
#3C232B (or 0x3C232B) is known color: Castro. HEX triplet: 3C, 23 and 2B. RGB value is (60,35,43). Sum of RGB (Red+Green+Blue) = 60+35+43=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 60 - color contains mainly: red. Hex color #3C232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C232B is #C3DCD4. Grayscale: #2B2B2B. Windows color (decimal): -12836053 or 2827068. OLE color: 2827068.
HSL color Cylindrical-coordinate representation of color #3C232B: hue angle of 340.8º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C232B is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 35 | 43 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.76 |
| HSL | 340.8º | 0.26% | 0.19% | - |
| HSV(B) | 340.8º | 0.42% | 0.24% | - |
| XYZ | 2.9 | 2.34 | 2.58 | - |
| YUV | 43.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 43 | 0 | 0.42 | 0.28 | 0.76 | 340.8 | 0.26 | 0.19 |
| Hex | 3C | 23 | 2B | 0 | 2A | 1C | 4C | 155 | 1A | 13 |
| Octal | 74 | 43 | 53 | 0 | 52 | 34 | 114 | 525 | 32 | 23 |
| Binary | 111100 | 100011 | 101011 | 0 | 101010 | 11100 | 1001100 | 101010101 | 11010 | 10011 |
Color Harmonies of #3C232B
Complementary color
Monochromatic Colors of #3C232B
Black with #3C232B
Text Example
Text Example
White with #3C232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C232B; }
p { color: rgb(60,35,43); }
H1.HeaderClassName
{
color: #3C232B;
}
.AnyTagClassName
{
color: #3C232B;
}
</style>
background-color css
<style>
a { background-color: #3C232B; }
a { background-color: rgb(60,35,43); }
div.DivClassName
{
background-color: #3C232B;
}
.BgClassName
{
background-color: #3C232B;
}
</style>
border-color css
<style>
span { border-color: #3C232B; }
span { border-color: rgb(60,35,43); }
td.TdClassName
{
border-color: #3C232B;
}
.TagClassName
{
border-color: #3C232B;
}
</style>