Shades of Castro #3E272E
Tints of Castro #3E272E
RGB
CMYK
RGB Variations
Color information
#3E272E (or 0x3E272E) is known color: Castro. HEX triplet: 3E, 27 and 2E. RGB value is (62,39,46). Sum of RGB (Red+Green+Blue) = 62+39+46=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E272E is #C1D8D1. Grayscale: #2E2E2E. Windows color (decimal): -12703954 or 3024702. OLE color: 3024702.
HSL color Cylindrical-coordinate representation of color #3E272E: hue angle of 341.74º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E272E is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 39 | 46 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.76 |
| HSL | 341.74º | 0.23% | 0.2% | - |
| HSV(B) | 341.74º | 0.37% | 0.24% | - |
| XYZ | 3.21 | 2.67 | 2.93 | - |
| YUV | 46.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 46 | 0 | 0.37 | 0.26 | 0.76 | 341.74 | 0.23 | 0.2 |
| Hex | 3E | 27 | 2E | 0 | 25 | 1A | 4C | 156 | 17 | 14 |
| Octal | 76 | 47 | 56 | 0 | 45 | 32 | 114 | 526 | 27 | 24 |
| Binary | 111110 | 100111 | 101110 | 0 | 100101 | 11010 | 1001100 | 101010110 | 10111 | 10100 |
Color Harmonies of #3E272E
Complementary color
Monochromatic Colors of #3E272E
Black with #3E272E
Text Example
Text Example
White with #3E272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E272E; }
p { color: rgb(62,39,46); }
H1.HeaderClassName
{
color: #3E272E;
}
.AnyTagClassName
{
color: #3E272E;
}
</style>
background-color css
<style>
a { background-color: #3E272E; }
a { background-color: rgb(62,39,46); }
div.DivClassName
{
background-color: #3E272E;
}
.BgClassName
{
background-color: #3E272E;
}
</style>
border-color css
<style>
span { border-color: #3E272E; }
span { border-color: rgb(62,39,46); }
td.TdClassName
{
border-color: #3E272E;
}
.TagClassName
{
border-color: #3E272E;
}
</style>