Shades of Castro #3C1A26
Tints of Castro #3C1A26
RGB
CMYK
RGB Variations
Color information
#3C1A26 (or 0x3C1A26) is known color: Castro. HEX triplet: 3C, 1A and 26. RGB value is (60,26,38). Sum of RGB (Red+Green+Blue) = 60+26+38=124 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.39% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1A26 is #C3E5D9. Grayscale: #252525. Windows color (decimal): -12838362 or 2497084. OLE color: 2497084.
HSL color Cylindrical-coordinate representation of color #3C1A26: hue angle of 338.82º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C1A26 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 26 | 38 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.76 |
| HSL | 338.82º | 0.4% | 0.17% | - |
| HSV(B) | 338.82º | 0.57% | 0.24% | - |
| XYZ | 2.58 | 1.84 | 2.05 | - |
| YUV | 37.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 26 | 38 | 0 | 0.57 | 0.37 | 0.76 | 338.82 | 0.4 | 0.17 |
| Hex | 3C | 1A | 26 | 0 | 39 | 25 | 4C | 153 | 28 | 11 |
| Octal | 74 | 32 | 46 | 0 | 71 | 45 | 114 | 523 | 50 | 21 |
| Binary | 111100 | 11010 | 100110 | 0 | 111001 | 100101 | 1001100 | 101010011 | 101000 | 10001 |
Color Harmonies of #3C1A26
Complementary color
Monochromatic Colors of #3C1A26
Black with #3C1A26
Text Example
Text Example
White with #3C1A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1A26; }
p { color: rgb(60,26,38); }
H1.HeaderClassName
{
color: #3C1A26;
}
.AnyTagClassName
{
color: #3C1A26;
}
</style>
background-color css
<style>
a { background-color: #3C1A26; }
a { background-color: rgb(60,26,38); }
div.DivClassName
{
background-color: #3C1A26;
}
.BgClassName
{
background-color: #3C1A26;
}
</style>
border-color css
<style>
span { border-color: #3C1A26; }
span { border-color: rgb(60,26,38); }
td.TdClassName
{
border-color: #3C1A26;
}
.TagClassName
{
border-color: #3C1A26;
}
</style>