Shades of Castro #3E2B30
Tints of Castro #3E2B30
RGB
CMYK
RGB Variations
Color information
#3E2B30 (or 0x3E2B30) is known color: Castro. HEX triplet: 3E, 2B and 30. RGB value is (62,43,48). Sum of RGB (Red+Green+Blue) = 62+43+48=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2B30 is #C1D4CF. Grayscale: #313131. Windows color (decimal): -12702928 or 3156798. OLE color: 3156798.
HSL color Cylindrical-coordinate representation of color #3E2B30: hue angle of 344.21º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E2B30 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 43 | 48 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.76 |
| HSL | 344.21º | 0.18% | 0.21% | - |
| HSV(B) | 344.21º | 0.31% | 0.24% | - |
| XYZ | 3.38 | 2.97 | 3.19 | - |
| YUV | 49.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 48 | 0 | 0.31 | 0.23 | 0.76 | 344.21 | 0.18 | 0.21 |
| Hex | 3E | 2B | 30 | 0 | 1F | 17 | 4C | 158 | 12 | 15 |
| Octal | 76 | 53 | 60 | 0 | 37 | 27 | 114 | 530 | 22 | 25 |
| Binary | 111110 | 101011 | 110000 | 0 | 11111 | 10111 | 1001100 | 101011000 | 10010 | 10101 |
Color Harmonies of #3E2B30
Complementary color
Monochromatic Colors of #3E2B30
Black with #3E2B30
Text Example
Text Example
White with #3E2B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B30; }
p { color: rgb(62,43,48); }
H1.HeaderClassName
{
color: #3E2B30;
}
.AnyTagClassName
{
color: #3E2B30;
}
</style>
background-color css
<style>
a { background-color: #3E2B30; }
a { background-color: rgb(62,43,48); }
div.DivClassName
{
background-color: #3E2B30;
}
.BgClassName
{
background-color: #3E2B30;
}
</style>
border-color css
<style>
span { border-color: #3E2B30; }
span { border-color: rgb(62,43,48); }
td.TdClassName
{
border-color: #3E2B30;
}
.TagClassName
{
border-color: #3E2B30;
}
</style>