Shades of Castro #3E2D32
Tints of Castro #3E2D32
RGB
CMYK
RGB Variations
Color information
#3E2D32 (or 0x3E2D32) is known color: Castro. HEX triplet: 3E, 2D and 32. RGB value is (62,45,50). Sum of RGB (Red+Green+Blue) = 62+45+50=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2D32 is #C1D2CD. Grayscale: #323232. Windows color (decimal): -12702414 or 3288382. OLE color: 3288382.
HSL color Cylindrical-coordinate representation of color #3E2D32: hue angle of 342.35º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E2D32 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 45 | 50 | - |
CMYK | 0 | 0.27 | 0.19 | 0.76 |
HSL | 342.35º | 0.16% | 0.21% | - |
HSV(B) | 342.35º | 0.27% | 0.24% | - |
XYZ | 3.5 | 3.13 | 3.44 | - |
YUV | 50.65 | 127.63 | 136.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 45 | 50 | 0 | 0.27 | 0.19 | 0.76 | 342.35 | 0.16 | 0.21 |
Hex | 3E | 2D | 32 | 0 | 1B | 13 | 4C | 156 | 10 | 15 |
Octal | 76 | 55 | 62 | 0 | 33 | 23 | 114 | 526 | 20 | 25 |
Binary | 111110 | 101101 | 110010 | 0 | 11011 | 10011 | 1001100 | 101010110 | 10000 | 10101 |
Color Harmonies of #3E2D32
Complementary color
Monochromatic Colors of #3E2D32
Black with #3E2D32
Text Example
Text Example
White with #3E2D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2D32; }
p { color: rgb(62,45,50); }
H1.HeaderClassName
{
color: #3E2D32;
}
.AnyTagClassName
{
color: #3E2D32;
}
</style>
background-color css
<style>
a { background-color: #3E2D32; }
a { background-color: rgb(62,45,50); }
div.DivClassName
{
background-color: #3E2D32;
}
.BgClassName
{
background-color: #3E2D32;
}
</style>
border-color css
<style>
span { border-color: #3E2D32; }
span { border-color: rgb(62,45,50); }
td.TdClassName
{
border-color: #3E2D32;
}
.TagClassName
{
border-color: #3E2D32;
}
</style>