Shades of Castro #3A1A26
Tints of Castro #3A1A26
RGB
CMYK
RGB Variations
Color information
#3A1A26 (or 0x3A1A26) is known color: Castro. HEX triplet: 3A, 1A and 26. RGB value is (58,26,38). Sum of RGB (Red+Green+Blue) = 58+26+38=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A26 is #C5E5D9. Grayscale: #242424. Windows color (decimal): -12969434 or 2497082. OLE color: 2497082.
HSL color Cylindrical-coordinate representation of color #3A1A26: hue angle of 337.5º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A1A26 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 26 | 38 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.77 |
| HSL | 337.5º | 0.38% | 0.16% | - |
| HSV(B) | 337.5º | 0.55% | 0.23% | - |
| XYZ | 2.46 | 1.78 | 2.05 | - |
| YUV | 36.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 38 | 0 | 0.55 | 0.34 | 0.77 | 337.5 | 0.38 | 0.16 |
| Hex | 3A | 1A | 26 | 0 | 37 | 22 | 4D | 152 | 26 | 10 |
| Octal | 72 | 32 | 46 | 0 | 67 | 42 | 115 | 522 | 46 | 20 |
| Binary | 111010 | 11010 | 100110 | 0 | 110111 | 100010 | 1001101 | 101010010 | 100110 | 10000 |
Color Harmonies of #3A1A26
Complementary color
Monochromatic Colors of #3A1A26
Black with #3A1A26
Text Example
Text Example
White with #3A1A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A26; }
p { color: rgb(58,26,38); }
H1.HeaderClassName
{
color: #3A1A26;
}
.AnyTagClassName
{
color: #3A1A26;
}
</style>
background-color css
<style>
a { background-color: #3A1A26; }
a { background-color: rgb(58,26,38); }
div.DivClassName
{
background-color: #3A1A26;
}
.BgClassName
{
background-color: #3A1A26;
}
</style>
border-color css
<style>
span { border-color: #3A1A26; }
span { border-color: rgb(58,26,38); }
td.TdClassName
{
border-color: #3A1A26;
}
.TagClassName
{
border-color: #3A1A26;
}
</style>