Shades of Castro #3E272F
Tints of Castro #3E272F
RGB
CMYK
RGB Variations
Color information
#3E272F (or 0x3E272F) is known color: Castro. HEX triplet: 3E, 27 and 2F. RGB value is (62,39,47). Sum of RGB (Red+Green+Blue) = 62+39+47=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 62 - color contains mainly: red. Hex color #3E272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E272F is #C1D8D0. Grayscale: #2E2E2E. Windows color (decimal): -12703953 or 3090238. OLE color: 3090238.
HSL color Cylindrical-coordinate representation of color #3E272F: hue angle of 339.13º 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 #3E272F is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 39 | 47 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.76 |
| HSL | 339.13º | 0.23% | 0.2% | - |
| HSV(B) | 339.13º | 0.37% | 0.24% | - |
| XYZ | 3.23 | 2.68 | 3.04 | - |
| YUV | 46.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 39 | 47 | 0 | 0.37 | 0.24 | 0.76 | 339.13 | 0.23 | 0.2 |
| Hex | 3E | 27 | 2F | 0 | 25 | 18 | 4C | 153 | 17 | 14 |
| Octal | 76 | 47 | 57 | 0 | 45 | 30 | 114 | 523 | 27 | 24 |
| Binary | 111110 | 100111 | 101111 | 0 | 100101 | 11000 | 1001100 | 101010011 | 10111 | 10100 |
Color Harmonies of #3E272F
Complementary color
Monochromatic Colors of #3E272F
Black with #3E272F
Text Example
Text Example
White with #3E272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E272F; }
p { color: rgb(62,39,47); }
H1.HeaderClassName
{
color: #3E272F;
}
.AnyTagClassName
{
color: #3E272F;
}
</style>
background-color css
<style>
a { background-color: #3E272F; }
a { background-color: rgb(62,39,47); }
div.DivClassName
{
background-color: #3E272F;
}
.BgClassName
{
background-color: #3E272F;
}
</style>
border-color css
<style>
span { border-color: #3E272F; }
span { border-color: rgb(62,39,47); }
td.TdClassName
{
border-color: #3E272F;
}
.TagClassName
{
border-color: #3E272F;
}
</style>