Shades of Castro #3F212D
Tints of Castro #3F212D
RGB
CMYK
RGB Variations
Color information
#3F212D (or 0x3F212D) is known color: Castro. HEX triplet: 3F, 21 and 2D. RGB value is (63,33,45). Sum of RGB (Red+Green+Blue) = 63+33+45=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F212D is #C0DED2. Grayscale: #2B2B2B. Windows color (decimal): -12639955 or 2957631. OLE color: 2957631.
HSL color Cylindrical-coordinate representation of color #3F212D: hue angle of 336º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F212D is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 33 | 45 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.75 |
| HSL | 336º | 0.31% | 0.19% | - |
| HSV(B) | 336º | 0.48% | 0.25% | - |
| XYZ | 3.07 | 2.33 | 2.77 | - |
| YUV | 43.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 45 | 0 | 0.48 | 0.29 | 0.75 | 336 | 0.31 | 0.19 |
| Hex | 3F | 21 | 2D | 0 | 30 | 1D | 4B | 150 | 1F | 13 |
| Octal | 77 | 41 | 55 | 0 | 60 | 35 | 113 | 520 | 37 | 23 |
| Binary | 111111 | 100001 | 101101 | 0 | 110000 | 11101 | 1001011 | 101010000 | 11111 | 10011 |
Color Harmonies of #3F212D
Complementary color
Monochromatic Colors of #3F212D
Black with #3F212D
Text Example
Text Example
White with #3F212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F212D; }
p { color: rgb(63,33,45); }
H1.HeaderClassName
{
color: #3F212D;
}
.AnyTagClassName
{
color: #3F212D;
}
</style>
background-color css
<style>
a { background-color: #3F212D; }
a { background-color: rgb(63,33,45); }
div.DivClassName
{
background-color: #3F212D;
}
.BgClassName
{
background-color: #3F212D;
}
</style>
border-color css
<style>
span { border-color: #3F212D; }
span { border-color: rgb(63,33,45); }
td.TdClassName
{
border-color: #3F212D;
}
.TagClassName
{
border-color: #3F212D;
}
</style>