Shades of Castro #3E1725
Tints of Castro #3E1725
RGB
CMYK
RGB Variations
Color information
#3E1725 (or 0x3E1725) is known color: Castro. HEX triplet: 3E, 17 and 25. RGB value is (62,23,37). Sum of RGB (Red+Green+Blue) = 62+23+37=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1725 is #C1E8DA. Grayscale: #242424. Windows color (decimal): -12708059 or 2430782. OLE color: 2430782.
HSL color Cylindrical-coordinate representation of color #3E1725: hue angle of 338.46º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E1725 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 23 | 37 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.76 |
| HSL | 338.46º | 0.46% | 0.17% | - |
| HSV(B) | 338.46º | 0.63% | 0.24% | - |
| XYZ | 2.63 | 1.77 | 1.95 | - |
| YUV | 36.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 37 | 0 | 0.63 | 0.40 | 0.76 | 338.46 | 0.46 | 0.17 |
| Hex | 3E | 17 | 25 | 0 | 3F | 28 | 4C | 152 | 2E | 11 |
| Octal | 76 | 27 | 45 | 0 | 77 | 50 | 114 | 522 | 56 | 21 |
| Binary | 111110 | 10111 | 100101 | 0 | 111111 | 101000 | 1001100 | 101010010 | 101110 | 10001 |
Color Harmonies of #3E1725
Complementary color
Monochromatic Colors of #3E1725
Black with #3E1725
Text Example
Text Example
White with #3E1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1725; }
p { color: rgb(62,23,37); }
H1.HeaderClassName
{
color: #3E1725;
}
.AnyTagClassName
{
color: #3E1725;
}
</style>
background-color css
<style>
a { background-color: #3E1725; }
a { background-color: rgb(62,23,37); }
div.DivClassName
{
background-color: #3E1725;
}
.BgClassName
{
background-color: #3E1725;
}
</style>
border-color css
<style>
span { border-color: #3E1725; }
span { border-color: rgb(62,23,37); }
td.TdClassName
{
border-color: #3E1725;
}
.TagClassName
{
border-color: #3E1725;
}
</style>