Shades of Castro #3E1825
Tints of Castro #3E1825
RGB
CMYK
RGB Variations
Color information
#3E1825 (or 0x3E1825) is known color: Castro. HEX triplet: 3E, 18 and 25. RGB value is (62,24,37). Sum of RGB (Red+Green+Blue) = 62+24+37=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1825 is #C1E7DA. Grayscale: #242424. Windows color (decimal): -12707803 or 2431038. OLE color: 2431038.
HSL color Cylindrical-coordinate representation of color #3E1825: hue angle of 339.47º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E1825 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 37 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.76 |
| HSL | 339.47º | 0.44% | 0.17% | - |
| HSV(B) | 339.47º | 0.61% | 0.24% | - |
| XYZ | 2.65 | 1.81 | 1.96 | - |
| YUV | 36.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 37 | 0 | 0.61 | 0.40 | 0.76 | 339.47 | 0.44 | 0.17 |
| Hex | 3E | 18 | 25 | 0 | 3D | 28 | 4C | 153 | 2C | 11 |
| Octal | 76 | 30 | 45 | 0 | 75 | 50 | 114 | 523 | 54 | 21 |
| Binary | 111110 | 11000 | 100101 | 0 | 111101 | 101000 | 1001100 | 101010011 | 101100 | 10001 |
Color Harmonies of #3E1825
Complementary color
Monochromatic Colors of #3E1825
Black with #3E1825
Text Example
Text Example
White with #3E1825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1825; }
p { color: rgb(62,24,37); }
H1.HeaderClassName
{
color: #3E1825;
}
.AnyTagClassName
{
color: #3E1825;
}
</style>
background-color css
<style>
a { background-color: #3E1825; }
a { background-color: rgb(62,24,37); }
div.DivClassName
{
background-color: #3E1825;
}
.BgClassName
{
background-color: #3E1825;
}
</style>
border-color css
<style>
span { border-color: #3E1825; }
span { border-color: rgb(62,24,37); }
td.TdClassName
{
border-color: #3E1825;
}
.TagClassName
{
border-color: #3E1825;
}
</style>