Shades of Castro #3C262D
Tints of Castro #3C262D
RGB
CMYK
RGB Variations
Color information
#3C262D (or 0x3C262D) is known color: Castro. HEX triplet: 3C, 26 and 2D. RGB value is (60,38,45). Sum of RGB (Red+Green+Blue) = 60+38+45=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C262D is #C3D9D2. Grayscale: #2D2D2D. Windows color (decimal): -12835283 or 2958908. OLE color: 2958908.
HSL color Cylindrical-coordinate representation of color #3C262D: hue angle of 340.91º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C262D is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 38 | 45 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.76 |
| HSL | 340.91º | 0.22% | 0.19% | - |
| HSV(B) | 340.91º | 0.37% | 0.24% | - |
| XYZ | 3.03 | 2.54 | 2.81 | - |
| YUV | 45.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 45 | 0 | 0.37 | 0.25 | 0.76 | 340.91 | 0.22 | 0.19 |
| Hex | 3C | 26 | 2D | 0 | 25 | 19 | 4C | 155 | 16 | 13 |
| Octal | 74 | 46 | 55 | 0 | 45 | 31 | 114 | 525 | 26 | 23 |
| Binary | 111100 | 100110 | 101101 | 0 | 100101 | 11001 | 1001100 | 101010101 | 10110 | 10011 |
Color Harmonies of #3C262D
Complementary color
Monochromatic Colors of #3C262D
Black with #3C262D
Text Example
Text Example
White with #3C262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C262D; }
p { color: rgb(60,38,45); }
H1.HeaderClassName
{
color: #3C262D;
}
.AnyTagClassName
{
color: #3C262D;
}
</style>
background-color css
<style>
a { background-color: #3C262D; }
a { background-color: rgb(60,38,45); }
div.DivClassName
{
background-color: #3C262D;
}
.BgClassName
{
background-color: #3C262D;
}
</style>
border-color css
<style>
span { border-color: #3C262D; }
span { border-color: rgb(60,38,45); }
td.TdClassName
{
border-color: #3C262D;
}
.TagClassName
{
border-color: #3C262D;
}
</style>