Shades of Castro #3C282E
Tints of Castro #3C282E
RGB
CMYK
RGB Variations
Color information
#3C282E (or 0x3C282E) is known color: Castro. HEX triplet: 3C, 28 and 2E. RGB value is (60,40,46). Sum of RGB (Red+Green+Blue) = 60+40+46=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 60 - color contains mainly: red. Hex color #3C282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C282E is #C3D7D1. Grayscale: #2E2E2E. Windows color (decimal): -12834770 or 3024956. OLE color: 3024956.
HSL color Cylindrical-coordinate representation of color #3C282E: hue angle of 342º 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 #3C282E is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 46 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.76 |
| HSL | 342º | 0.2% | 0.2% | - |
| HSV(B) | 342º | 0.33% | 0.24% | - |
| XYZ | 3.12 | 2.68 | 2.94 | - |
| YUV | 46.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 46 | 0 | 0.33 | 0.23 | 0.76 | 342 | 0.2 | 0.2 |
| Hex | 3C | 28 | 2E | 0 | 21 | 17 | 4C | 156 | 14 | 14 |
| Octal | 74 | 50 | 56 | 0 | 41 | 27 | 114 | 526 | 24 | 24 |
| Binary | 111100 | 101000 | 101110 | 0 | 100001 | 10111 | 1001100 | 101010110 | 10100 | 10100 |
Color Harmonies of #3C282E
Complementary color
Monochromatic Colors of #3C282E
Black with #3C282E
Text Example
Text Example
White with #3C282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C282E; }
p { color: rgb(60,40,46); }
H1.HeaderClassName
{
color: #3C282E;
}
.AnyTagClassName
{
color: #3C282E;
}
</style>
background-color css
<style>
a { background-color: #3C282E; }
a { background-color: rgb(60,40,46); }
div.DivClassName
{
background-color: #3C282E;
}
.BgClassName
{
background-color: #3C282E;
}
</style>
border-color css
<style>
span { border-color: #3C282E; }
span { border-color: rgb(60,40,46); }
td.TdClassName
{
border-color: #3C282E;
}
.TagClassName
{
border-color: #3C282E;
}
</style>