Shades of Castro #3E202B
Tints of Castro #3E202B
RGB
CMYK
RGB Variations
Color information
#3E202B (or 0x3E202B) is known color: Castro. HEX triplet: 3E, 20 and 2B. RGB value is (62,32,43). Sum of RGB (Red+Green+Blue) = 62+32+43=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E202B is #C1DFD4. Grayscale: #2A2A2A. Windows color (decimal): -12705749 or 2826302. OLE color: 2826302.
HSL color Cylindrical-coordinate representation of color #3E202B: hue angle of 338º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E202B is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 32 | 43 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.76 |
| HSL | 338º | 0.32% | 0.18% | - |
| HSV(B) | 338º | 0.48% | 0.24% | - |
| XYZ | 2.94 | 2.23 | 2.56 | - |
| YUV | 42.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 43 | 0 | 0.48 | 0.31 | 0.76 | 338 | 0.32 | 0.18 |
| Hex | 3E | 20 | 2B | 0 | 30 | 1F | 4C | 152 | 20 | 12 |
| Octal | 76 | 40 | 53 | 0 | 60 | 37 | 114 | 522 | 40 | 22 |
| Binary | 111110 | 100000 | 101011 | 0 | 110000 | 11111 | 1001100 | 101010010 | 100000 | 10010 |
Color Harmonies of #3E202B
Complementary color
Monochromatic Colors of #3E202B
Black with #3E202B
Text Example
Text Example
White with #3E202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E202B; }
p { color: rgb(62,32,43); }
H1.HeaderClassName
{
color: #3E202B;
}
.AnyTagClassName
{
color: #3E202B;
}
</style>
background-color css
<style>
a { background-color: #3E202B; }
a { background-color: rgb(62,32,43); }
div.DivClassName
{
background-color: #3E202B;
}
.BgClassName
{
background-color: #3E202B;
}
</style>
border-color css
<style>
span { border-color: #3E202B; }
span { border-color: rgb(62,32,43); }
td.TdClassName
{
border-color: #3E202B;
}
.TagClassName
{
border-color: #3E202B;
}
</style>