Shades of Castro #3E1A27
Tints of Castro #3E1A27
RGB
CMYK
RGB Variations
Color information
#3E1A27 (or 0x3E1A27) is known color: Castro. HEX triplet: 3E, 1A and 27. RGB value is (62,26,39). Sum of RGB (Red+Green+Blue) = 62+26+39=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1A27 is #C1E5D8. Grayscale: #262626. Windows color (decimal): -12707289 or 2562622. OLE color: 2562622.
HSL color Cylindrical-coordinate representation of color #3E1A27: hue angle of 338.33º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E1A27 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 26 | 39 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.76 |
| HSL | 338.33º | 0.41% | 0.17% | - |
| HSV(B) | 338.33º | 0.58% | 0.24% | - |
| XYZ | 2.72 | 1.91 | 2.14 | - |
| YUV | 38.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 26 | 39 | 0 | 0.58 | 0.37 | 0.76 | 338.33 | 0.41 | 0.17 |
| Hex | 3E | 1A | 27 | 0 | 3A | 25 | 4C | 152 | 29 | 11 |
| Octal | 76 | 32 | 47 | 0 | 72 | 45 | 114 | 522 | 51 | 21 |
| Binary | 111110 | 11010 | 100111 | 0 | 111010 | 100101 | 1001100 | 101010010 | 101001 | 10001 |
Color Harmonies of #3E1A27
Complementary color
Monochromatic Colors of #3E1A27
Black with #3E1A27
Text Example
Text Example
White with #3E1A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1A27; }
p { color: rgb(62,26,39); }
H1.HeaderClassName
{
color: #3E1A27;
}
.AnyTagClassName
{
color: #3E1A27;
}
</style>
background-color css
<style>
a { background-color: #3E1A27; }
a { background-color: rgb(62,26,39); }
div.DivClassName
{
background-color: #3E1A27;
}
.BgClassName
{
background-color: #3E1A27;
}
</style>
border-color css
<style>
span { border-color: #3E1A27; }
span { border-color: rgb(62,26,39); }
td.TdClassName
{
border-color: #3E1A27;
}
.TagClassName
{
border-color: #3E1A27;
}
</style>