Shades of Castro #3F2B31
Tints of Castro #3F2B31
RGB
CMYK
RGB Variations
Color information
#3F2B31 (or 0x3F2B31) is known color: Castro. HEX triplet: 3F, 2B and 31. RGB value is (63,43,49). Sum of RGB (Red+Green+Blue) = 63+43+49=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2B31 is #C0D4CE. Grayscale: #313131. Windows color (decimal): -12637391 or 3222335. OLE color: 3222335.
HSL color Cylindrical-coordinate representation of color #3F2B31: hue angle of 342º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F2B31 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 43 | 49 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.75 |
| HSL | 342º | 0.19% | 0.21% | - |
| HSV(B) | 342º | 0.32% | 0.25% | - |
| XYZ | 3.47 | 3.01 | 3.3 | - |
| YUV | 49.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 49 | 0 | 0.32 | 0.22 | 0.75 | 342 | 0.19 | 0.21 |
| Hex | 3F | 2B | 31 | 0 | 20 | 16 | 4B | 156 | 13 | 15 |
| Octal | 77 | 53 | 61 | 0 | 40 | 26 | 113 | 526 | 23 | 25 |
| Binary | 111111 | 101011 | 110001 | 0 | 100000 | 10110 | 1001011 | 101010110 | 10011 | 10101 |
Color Harmonies of #3F2B31
Complementary color
Monochromatic Colors of #3F2B31
Black with #3F2B31
Text Example
Text Example
White with #3F2B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2B31; }
p { color: rgb(63,43,49); }
H1.HeaderClassName
{
color: #3F2B31;
}
.AnyTagClassName
{
color: #3F2B31;
}
</style>
background-color css
<style>
a { background-color: #3F2B31; }
a { background-color: rgb(63,43,49); }
div.DivClassName
{
background-color: #3F2B31;
}
.BgClassName
{
background-color: #3F2B31;
}
</style>
border-color css
<style>
span { border-color: #3F2B31; }
span { border-color: rgb(63,43,49); }
td.TdClassName
{
border-color: #3F2B31;
}
.TagClassName
{
border-color: #3F2B31;
}
</style>