Shades of Castro #3C202B
Tints of Castro #3C202B
RGB
CMYK
RGB Variations
Color information
#3C202B (or 0x3C202B) is known color: Castro. HEX triplet: 3C, 20 and 2B. RGB value is (60,32,43). Sum of RGB (Red+Green+Blue) = 60+32+43=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C202B is #C3DFD4. Grayscale: #292929. Windows color (decimal): -12836821 or 2826300. OLE color: 2826300.
HSL color Cylindrical-coordinate representation of color #3C202B: hue angle of 336.43º 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 #3C202B is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 43 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.76 |
| HSL | 336.43º | 0.3% | 0.18% | - |
| HSV(B) | 336.43º | 0.47% | 0.24% | - |
| XYZ | 2.82 | 2.17 | 2.56 | - |
| YUV | 41.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 43 | 0 | 0.47 | 0.28 | 0.76 | 336.43 | 0.3 | 0.18 |
| Hex | 3C | 20 | 2B | 0 | 2F | 1C | 4C | 150 | 1E | 12 |
| Octal | 74 | 40 | 53 | 0 | 57 | 34 | 114 | 520 | 36 | 22 |
| Binary | 111100 | 100000 | 101011 | 0 | 101111 | 11100 | 1001100 | 101010000 | 11110 | 10010 |
Color Harmonies of #3C202B
Complementary color
Monochromatic Colors of #3C202B
Black with #3C202B
Text Example
Text Example
White with #3C202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C202B; }
p { color: rgb(60,32,43); }
H1.HeaderClassName
{
color: #3C202B;
}
.AnyTagClassName
{
color: #3C202B;
}
</style>
background-color css
<style>
a { background-color: #3C202B; }
a { background-color: rgb(60,32,43); }
div.DivClassName
{
background-color: #3C202B;
}
.BgClassName
{
background-color: #3C202B;
}
</style>
border-color css
<style>
span { border-color: #3C202B; }
span { border-color: rgb(60,32,43); }
td.TdClassName
{
border-color: #3C202B;
}
.TagClassName
{
border-color: #3C202B;
}
</style>