Shades of Castro #3C232C
Tints of Castro #3C232C
RGB
CMYK
RGB Variations
Color information
#3C232C (or 0x3C232C) is known color: Castro. HEX triplet: 3C, 23 and 2C. RGB value is (60,35,44). Sum of RGB (Red+Green+Blue) = 60+35+44=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C232C is #C3DCD3. Grayscale: #2B2B2B. Windows color (decimal): -12836052 or 2892604. OLE color: 2892604.
HSL color Cylindrical-coordinate representation of color #3C232C: hue angle of 338.4º 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 #3C232C is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 35 | 44 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.76 |
| HSL | 338.4º | 0.26% | 0.19% | - |
| HSV(B) | 338.4º | 0.42% | 0.24% | - |
| XYZ | 2.92 | 2.34 | 2.68 | - |
| YUV | 43.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 44 | 0 | 0.42 | 0.27 | 0.76 | 338.4 | 0.26 | 0.19 |
| Hex | 3C | 23 | 2C | 0 | 2A | 1B | 4C | 152 | 1A | 13 |
| Octal | 74 | 43 | 54 | 0 | 52 | 33 | 114 | 522 | 32 | 23 |
| Binary | 111100 | 100011 | 101100 | 0 | 101010 | 11011 | 1001100 | 101010010 | 11010 | 10011 |
Color Harmonies of #3C232C
Complementary color
Monochromatic Colors of #3C232C
Black with #3C232C
Text Example
Text Example
White with #3C232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C232C; }
p { color: rgb(60,35,44); }
H1.HeaderClassName
{
color: #3C232C;
}
.AnyTagClassName
{
color: #3C232C;
}
</style>
background-color css
<style>
a { background-color: #3C232C; }
a { background-color: rgb(60,35,44); }
div.DivClassName
{
background-color: #3C232C;
}
.BgClassName
{
background-color: #3C232C;
}
</style>
border-color css
<style>
span { border-color: #3C232C; }
span { border-color: rgb(60,35,44); }
td.TdClassName
{
border-color: #3C232C;
}
.TagClassName
{
border-color: #3C232C;
}
</style>