Shades of Castro #3F202D
Tints of Castro #3F202D
RGB
CMYK
RGB Variations
Color information
#3F202D (or 0x3F202D) is known color: Castro. HEX triplet: 3F, 20 and 2D. RGB value is (63,32,45). Sum of RGB (Red+Green+Blue) = 63+32+45=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F202D is #C0DFD2. Grayscale: #2A2A2A. Windows color (decimal): -12640211 or 2957375. OLE color: 2957375.
HSL color Cylindrical-coordinate representation of color #3F202D: hue angle of 334.84º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F202D is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 32 | 45 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.75 |
| HSL | 334.84º | 0.33% | 0.19% | - |
| HSV(B) | 334.84º | 0.49% | 0.25% | - |
| XYZ | 3.04 | 2.28 | 2.76 | - |
| YUV | 42.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 45 | 0 | 0.49 | 0.29 | 0.75 | 334.84 | 0.33 | 0.19 |
| Hex | 3F | 20 | 2D | 0 | 31 | 1D | 4B | 14F | 21 | 13 |
| Octal | 77 | 40 | 55 | 0 | 61 | 35 | 113 | 517 | 41 | 23 |
| Binary | 111111 | 100000 | 101101 | 0 | 110001 | 11101 | 1001011 | 101001111 | 100001 | 10011 |
Color Harmonies of #3F202D
Complementary color
Monochromatic Colors of #3F202D
Black with #3F202D
Text Example
Text Example
White with #3F202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F202D; }
p { color: rgb(63,32,45); }
H1.HeaderClassName
{
color: #3F202D;
}
.AnyTagClassName
{
color: #3F202D;
}
</style>
background-color css
<style>
a { background-color: #3F202D; }
a { background-color: rgb(63,32,45); }
div.DivClassName
{
background-color: #3F202D;
}
.BgClassName
{
background-color: #3F202D;
}
</style>
border-color css
<style>
span { border-color: #3F202D; }
span { border-color: rgb(63,32,45); }
td.TdClassName
{
border-color: #3F202D;
}
.TagClassName
{
border-color: #3F202D;
}
</style>