Shades of Castro #3E1524
Tints of Castro #3E1524
RGB
CMYK
RGB Variations
Color information
#3E1524 (or 0x3E1524) is known color: Castro. HEX triplet: 3E, 15 and 24. RGB value is (62,21,36). Sum of RGB (Red+Green+Blue) = 62+21+36=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1524 is #C1EADB. Grayscale: #222222. Windows color (decimal): -12708572 or 2364734. OLE color: 2364734.
HSL color Cylindrical-coordinate representation of color #3E1524: hue angle of 338.05º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1524 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 36 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.76 |
| HSL | 338.05º | 0.49% | 0.16% | - |
| HSV(B) | 338.05º | 0.66% | 0.24% | - |
| XYZ | 2.57 | 1.69 | 1.86 | - |
| YUV | 34.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 36 | 0 | 0.66 | 0.42 | 0.76 | 338.05 | 0.49 | 0.16 |
| Hex | 3E | 15 | 24 | 0 | 42 | 2A | 4C | 152 | 31 | 10 |
| Octal | 76 | 25 | 44 | 0 | 102 | 52 | 114 | 522 | 61 | 20 |
| Binary | 111110 | 10101 | 100100 | 0 | 1000010 | 101010 | 1001100 | 101010010 | 110001 | 10000 |
Color Harmonies of #3E1524
Complementary color
Monochromatic Colors of #3E1524
Black with #3E1524
Text Example
Text Example
White with #3E1524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1524; }
p { color: rgb(62,21,36); }
H1.HeaderClassName
{
color: #3E1524;
}
.AnyTagClassName
{
color: #3E1524;
}
</style>
background-color css
<style>
a { background-color: #3E1524; }
a { background-color: rgb(62,21,36); }
div.DivClassName
{
background-color: #3E1524;
}
.BgClassName
{
background-color: #3E1524;
}
</style>
border-color css
<style>
span { border-color: #3E1524; }
span { border-color: rgb(62,21,36); }
td.TdClassName
{
border-color: #3E1524;
}
.TagClassName
{
border-color: #3E1524;
}
</style>