Shades of Castro #3E232B
Tints of Castro #3E232B
RGB
CMYK
RGB Variations
Color information
#3E232B (or 0x3E232B) is known color: Castro. HEX triplet: 3E, 23 and 2B. RGB value is (62,35,43). Sum of RGB (Red+Green+Blue) = 62+35+43=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 62 - color contains mainly: red. Hex color #3E232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E232B is #C1DCD4. Grayscale: #2B2B2B. Windows color (decimal): -12704981 or 2827070. OLE color: 2827070.
HSL color Cylindrical-coordinate representation of color #3E232B: hue angle of 342.22º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E232B is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 35 | 43 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.76 |
| HSL | 342.22º | 0.28% | 0.19% | - |
| HSV(B) | 342.22º | 0.44% | 0.24% | - |
| XYZ | 3.02 | 2.4 | 2.59 | - |
| YUV | 43.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 43 | 0 | 0.44 | 0.31 | 0.76 | 342.22 | 0.28 | 0.19 |
| Hex | 3E | 23 | 2B | 0 | 2C | 1F | 4C | 156 | 1C | 13 |
| Octal | 76 | 43 | 53 | 0 | 54 | 37 | 114 | 526 | 34 | 23 |
| Binary | 111110 | 100011 | 101011 | 0 | 101100 | 11111 | 1001100 | 101010110 | 11100 | 10011 |
Color Harmonies of #3E232B
Complementary color
Monochromatic Colors of #3E232B
Black with #3E232B
Text Example
Text Example
White with #3E232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E232B; }
p { color: rgb(62,35,43); }
H1.HeaderClassName
{
color: #3E232B;
}
.AnyTagClassName
{
color: #3E232B;
}
</style>
background-color css
<style>
a { background-color: #3E232B; }
a { background-color: rgb(62,35,43); }
div.DivClassName
{
background-color: #3E232B;
}
.BgClassName
{
background-color: #3E232B;
}
</style>
border-color css
<style>
span { border-color: #3E232B; }
span { border-color: rgb(62,35,43); }
td.TdClassName
{
border-color: #3E232B;
}
.TagClassName
{
border-color: #3E232B;
}
</style>