Shades of Castro #3C282F
Tints of Castro #3C282F
RGB
CMYK
RGB Variations
Color information
#3C282F (or 0x3C282F) is known color: Castro. HEX triplet: 3C, 28 and 2F. RGB value is (60,40,47). Sum of RGB (Red+Green+Blue) = 60+40+47=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 60 - color contains mainly: red. Hex color #3C282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C282F is #C3D7D0. Grayscale: #2E2E2E. Windows color (decimal): -12834769 or 3090492. OLE color: 3090492.
HSL color Cylindrical-coordinate representation of color #3C282F: hue angle of 339º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C282F is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 47 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.76 |
| HSL | 339º | 0.2% | 0.2% | - |
| HSV(B) | 339º | 0.33% | 0.24% | - |
| XYZ | 3.14 | 2.68 | 3.04 | - |
| YUV | 46.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 47 | 0 | 0.33 | 0.22 | 0.76 | 339 | 0.2 | 0.2 |
| Hex | 3C | 28 | 2F | 0 | 21 | 16 | 4C | 153 | 14 | 14 |
| Octal | 74 | 50 | 57 | 0 | 41 | 26 | 114 | 523 | 24 | 24 |
| Binary | 111100 | 101000 | 101111 | 0 | 100001 | 10110 | 1001100 | 101010011 | 10100 | 10100 |
Color Harmonies of #3C282F
Complementary color
Monochromatic Colors of #3C282F
Black with #3C282F
Text Example
Text Example
White with #3C282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C282F; }
p { color: rgb(60,40,47); }
H1.HeaderClassName
{
color: #3C282F;
}
.AnyTagClassName
{
color: #3C282F;
}
</style>
background-color css
<style>
a { background-color: #3C282F; }
a { background-color: rgb(60,40,47); }
div.DivClassName
{
background-color: #3C282F;
}
.BgClassName
{
background-color: #3C282F;
}
</style>
border-color css
<style>
span { border-color: #3C282F; }
span { border-color: rgb(60,40,47); }
td.TdClassName
{
border-color: #3C282F;
}
.TagClassName
{
border-color: #3C282F;
}
</style>