Shades of Castro #3C202A
Tints of Castro #3C202A
RGB
CMYK
RGB Variations
Color information
#3C202A (or 0x3C202A) is known color: Castro. HEX triplet: 3C, 20 and 2A. RGB value is (60,32,42). Sum of RGB (Red+Green+Blue) = 60+32+42=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C202A is #C3DFD5. Grayscale: #292929. Windows color (decimal): -12836822 or 2760764. OLE color: 2760764.
HSL color Cylindrical-coordinate representation of color #3C202A: hue angle of 338.57º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C202A is Cyan = 0, Magento = 0.47, Yellow = 0.3 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 42 | - |
| CMYK | 0 | 0.47 | 0.3 | 0.76 |
| HSL | 338.57º | 0.3% | 0.18% | - |
| HSV(B) | 338.57º | 0.47% | 0.24% | - |
| XYZ | 2.8 | 2.16 | 2.46 | - |
| YUV | 41.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 42 | 0 | 0.47 | 0.3 | 0.76 | 338.57 | 0.3 | 0.18 |
| Hex | 3C | 20 | 2A | 0 | 2F | 1E | 4C | 153 | 1E | 12 |
| Octal | 74 | 40 | 52 | 0 | 57 | 36 | 114 | 523 | 36 | 22 |
| Binary | 111100 | 100000 | 101010 | 0 | 101111 | 11110 | 1001100 | 101010011 | 11110 | 10010 |
Color Harmonies of #3C202A
Complementary color
Monochromatic Colors of #3C202A
Black with #3C202A
Text Example
Text Example
White with #3C202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C202A; }
p { color: rgb(60,32,42); }
H1.HeaderClassName
{
color: #3C202A;
}
.AnyTagClassName
{
color: #3C202A;
}
</style>
background-color css
<style>
a { background-color: #3C202A; }
a { background-color: rgb(60,32,42); }
div.DivClassName
{
background-color: #3C202A;
}
.BgClassName
{
background-color: #3C202A;
}
</style>
border-color css
<style>
span { border-color: #3C202A; }
span { border-color: rgb(60,32,42); }
td.TdClassName
{
border-color: #3C202A;
}
.TagClassName
{
border-color: #3C202A;
}
</style>