Shades of Castro #3F2C32
Tints of Castro #3F2C32
RGB
CMYK
RGB Variations
Color information
#3F2C32 (or 0x3F2C32) is known color: Castro. HEX triplet: 3F, 2C and 32. RGB value is (63,44,50). Sum of RGB (Red+Green+Blue) = 63+44+50=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C32 is #C0D3CD. Grayscale: #323232. Windows color (decimal): -12637134 or 3288127. OLE color: 3288127.
HSL color Cylindrical-coordinate representation of color #3F2C32: hue angle of 341.05º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F2C32 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 44 | 50 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.75 |
| HSL | 341.05º | 0.18% | 0.21% | - |
| HSV(B) | 341.05º | 0.3% | 0.25% | - |
| XYZ | 3.53 | 3.09 | 3.43 | - |
| YUV | 50.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 50 | 0 | 0.30 | 0.21 | 0.75 | 341.05 | 0.18 | 0.21 |
| Hex | 3F | 2C | 32 | 0 | 1E | 15 | 4B | 155 | 12 | 15 |
| Octal | 77 | 54 | 62 | 0 | 36 | 25 | 113 | 525 | 22 | 25 |
| Binary | 111111 | 101100 | 110010 | 0 | 11110 | 10101 | 1001011 | 101010101 | 10010 | 10101 |
Color Harmonies of #3F2C32
Complementary color
Monochromatic Colors of #3F2C32
Black with #3F2C32
Text Example
Text Example
White with #3F2C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2C32; }
p { color: rgb(63,44,50); }
H1.HeaderClassName
{
color: #3F2C32;
}
.AnyTagClassName
{
color: #3F2C32;
}
</style>
background-color css
<style>
a { background-color: #3F2C32; }
a { background-color: rgb(63,44,50); }
div.DivClassName
{
background-color: #3F2C32;
}
.BgClassName
{
background-color: #3F2C32;
}
</style>
border-color css
<style>
span { border-color: #3F2C32; }
span { border-color: rgb(63,44,50); }
td.TdClassName
{
border-color: #3F2C32;
}
.TagClassName
{
border-color: #3F2C32;
}
</style>