Shades of Castro #3A1825
Tints of Castro #3A1825
RGB
CMYK
RGB Variations
Color information
#3A1825 (or 0x3A1825) is known color: Castro. HEX triplet: 3A, 18 and 25. RGB value is (58,24,37). Sum of RGB (Red+Green+Blue) = 58+24+37=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1825 is #C5E7DA. Grayscale: #232323. Windows color (decimal): -12969947 or 2431034. OLE color: 2431034.
HSL color Cylindrical-coordinate representation of color #3A1825: hue angle of 337.06º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A1825 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 24 | 37 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.77 |
| HSL | 337.06º | 0.41% | 0.16% | - |
| HSV(B) | 337.06º | 0.59% | 0.23% | - |
| XYZ | 2.41 | 1.69 | 1.95 | - |
| YUV | 35.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 37 | 0 | 0.59 | 0.36 | 0.77 | 337.06 | 0.41 | 0.16 |
| Hex | 3A | 18 | 25 | 0 | 3B | 24 | 4D | 151 | 29 | 10 |
| Octal | 72 | 30 | 45 | 0 | 73 | 44 | 115 | 521 | 51 | 20 |
| Binary | 111010 | 11000 | 100101 | 0 | 111011 | 100100 | 1001101 | 101010001 | 101001 | 10000 |
Color Harmonies of #3A1825
Complementary color
Monochromatic Colors of #3A1825
Black with #3A1825
Text Example
Text Example
White with #3A1825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1825; }
p { color: rgb(58,24,37); }
H1.HeaderClassName
{
color: #3A1825;
}
.AnyTagClassName
{
color: #3A1825;
}
</style>
background-color css
<style>
a { background-color: #3A1825; }
a { background-color: rgb(58,24,37); }
div.DivClassName
{
background-color: #3A1825;
}
.BgClassName
{
background-color: #3A1825;
}
</style>
border-color css
<style>
span { border-color: #3A1825; }
span { border-color: rgb(58,24,37); }
td.TdClassName
{
border-color: #3A1825;
}
.TagClassName
{
border-color: #3A1825;
}
</style>