Shades of Castro #3E212A
Tints of Castro #3E212A
RGB
CMYK
RGB Variations
Color information
#3E212A (or 0x3E212A) is known color: Castro. HEX triplet: 3E, 21 and 2A. RGB value is (62,33,42). Sum of RGB (Red+Green+Blue) = 62+33+42=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E212A is #C1DED5. Grayscale: #2A2A2A. Windows color (decimal): -12705494 or 2761022. OLE color: 2761022.
HSL color Cylindrical-coordinate representation of color #3E212A: hue angle of 341.38º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E212A is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 33 | 42 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.76 |
| HSL | 341.38º | 0.31% | 0.19% | - |
| HSV(B) | 341.38º | 0.47% | 0.24% | - |
| XYZ | 2.95 | 2.28 | 2.47 | - |
| YUV | 42.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 42 | 0 | 0.47 | 0.32 | 0.76 | 341.38 | 0.31 | 0.19 |
| Hex | 3E | 21 | 2A | 0 | 2F | 20 | 4C | 155 | 1F | 13 |
| Octal | 76 | 41 | 52 | 0 | 57 | 40 | 114 | 525 | 37 | 23 |
| Binary | 111110 | 100001 | 101010 | 0 | 101111 | 100000 | 1001100 | 101010101 | 11111 | 10011 |
Color Harmonies of #3E212A
Complementary color
Monochromatic Colors of #3E212A
Black with #3E212A
Text Example
Text Example
White with #3E212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E212A; }
p { color: rgb(62,33,42); }
H1.HeaderClassName
{
color: #3E212A;
}
.AnyTagClassName
{
color: #3E212A;
}
</style>
background-color css
<style>
a { background-color: #3E212A; }
a { background-color: rgb(62,33,42); }
div.DivClassName
{
background-color: #3E212A;
}
.BgClassName
{
background-color: #3E212A;
}
</style>
border-color css
<style>
span { border-color: #3E212A; }
span { border-color: rgb(62,33,42); }
td.TdClassName
{
border-color: #3E212A;
}
.TagClassName
{
border-color: #3E212A;
}
</style>