Shades of Castro #3E202A
Tints of Castro #3E202A
RGB
CMYK
RGB Variations
Color information
#3E202A (or 0x3E202A) is known color: Castro. HEX triplet: 3E, 20 and 2A. RGB value is (62,32,42). Sum of RGB (Red+Green+Blue) = 62+32+42=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E202A is #C1DFD5. Grayscale: #2A2A2A. Windows color (decimal): -12705750 or 2760766. OLE color: 2760766.
HSL color Cylindrical-coordinate representation of color #3E202A: hue angle of 340º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E202A is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 32 | 42 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.76 |
| HSL | 340º | 0.32% | 0.18% | - |
| HSV(B) | 340º | 0.48% | 0.24% | - |
| XYZ | 2.92 | 2.22 | 2.47 | - |
| YUV | 42.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 42 | 0 | 0.48 | 0.32 | 0.76 | 340 | 0.32 | 0.18 |
| Hex | 3E | 20 | 2A | 0 | 30 | 20 | 4C | 154 | 20 | 12 |
| Octal | 76 | 40 | 52 | 0 | 60 | 40 | 114 | 524 | 40 | 22 |
| Binary | 111110 | 100000 | 101010 | 0 | 110000 | 100000 | 1001100 | 101010100 | 100000 | 10010 |
Color Harmonies of #3E202A
Complementary color
Monochromatic Colors of #3E202A
Black with #3E202A
Text Example
Text Example
White with #3E202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E202A; }
p { color: rgb(62,32,42); }
H1.HeaderClassName
{
color: #3E202A;
}
.AnyTagClassName
{
color: #3E202A;
}
</style>
background-color css
<style>
a { background-color: #3E202A; }
a { background-color: rgb(62,32,42); }
div.DivClassName
{
background-color: #3E202A;
}
.BgClassName
{
background-color: #3E202A;
}
</style>
border-color css
<style>
span { border-color: #3E202A; }
span { border-color: rgb(62,32,42); }
td.TdClassName
{
border-color: #3E202A;
}
.TagClassName
{
border-color: #3E202A;
}
</style>