Shades of Castro #3E262E
Tints of Castro #3E262E
RGB
CMYK
RGB Variations
Color information
#3E262E (or 0x3E262E) is known color: Castro. HEX triplet: 3E, 26 and 2E. RGB value is (62,38,46). Sum of RGB (Red+Green+Blue) = 62+38+46=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 62 - color contains mainly: red. Hex color #3E262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E262E is #C1D9D1. Grayscale: #2E2E2E. Windows color (decimal): -12704210 or 3024446. OLE color: 3024446.
HSL color Cylindrical-coordinate representation of color #3E262E: hue angle of 340º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E262E is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 38 | 46 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.76 |
| HSL | 340º | 0.24% | 0.2% | - |
| HSV(B) | 340º | 0.39% | 0.24% | - |
| XYZ | 3.17 | 2.61 | 2.92 | - |
| YUV | 46.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 46 | 0 | 0.39 | 0.26 | 0.76 | 340 | 0.24 | 0.2 |
| Hex | 3E | 26 | 2E | 0 | 27 | 1A | 4C | 154 | 18 | 14 |
| Octal | 76 | 46 | 56 | 0 | 47 | 32 | 114 | 524 | 30 | 24 |
| Binary | 111110 | 100110 | 101110 | 0 | 100111 | 11010 | 1001100 | 101010100 | 11000 | 10100 |
Color Harmonies of #3E262E
Complementary color
Monochromatic Colors of #3E262E
Black with #3E262E
Text Example
Text Example
White with #3E262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E262E; }
p { color: rgb(62,38,46); }
H1.HeaderClassName
{
color: #3E262E;
}
.AnyTagClassName
{
color: #3E262E;
}
</style>
background-color css
<style>
a { background-color: #3E262E; }
a { background-color: rgb(62,38,46); }
div.DivClassName
{
background-color: #3E262E;
}
.BgClassName
{
background-color: #3E262E;
}
</style>
border-color css
<style>
span { border-color: #3E262E; }
span { border-color: rgb(62,38,46); }
td.TdClassName
{
border-color: #3E262E;
}
.TagClassName
{
border-color: #3E262E;
}
</style>