Shades of Castro #3F2C31
Tints of Castro #3F2C31
RGB
CMYK
RGB Variations
Color information
#3F2C31 (or 0x3F2C31) is known color: Castro. HEX triplet: 3F, 2C and 31. RGB value is (63,44,49). Sum of RGB (Red+Green+Blue) = 63+44+49=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C31 is #C0D3CE. Grayscale: #323232. Windows color (decimal): -12637135 or 3222591. OLE color: 3222591.
HSL color Cylindrical-coordinate representation of color #3F2C31: hue angle of 344.21º 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 #3F2C31 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 44 | 49 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.75 |
| HSL | 344.21º | 0.18% | 0.21% | - |
| HSV(B) | 344.21º | 0.3% | 0.25% | - |
| XYZ | 3.5 | 3.08 | 3.32 | - |
| YUV | 50.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 49 | 0 | 0.30 | 0.22 | 0.75 | 344.21 | 0.18 | 0.21 |
| Hex | 3F | 2C | 31 | 0 | 1E | 16 | 4B | 158 | 12 | 15 |
| Octal | 77 | 54 | 61 | 0 | 36 | 26 | 113 | 530 | 22 | 25 |
| Binary | 111111 | 101100 | 110001 | 0 | 11110 | 10110 | 1001011 | 101011000 | 10010 | 10101 |
Color Harmonies of #3F2C31
Complementary color
Monochromatic Colors of #3F2C31
Black with #3F2C31
Text Example
Text Example
White with #3F2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2C31; }
p { color: rgb(63,44,49); }
H1.HeaderClassName
{
color: #3F2C31;
}
.AnyTagClassName
{
color: #3F2C31;
}
</style>
background-color css
<style>
a { background-color: #3F2C31; }
a { background-color: rgb(63,44,49); }
div.DivClassName
{
background-color: #3F2C31;
}
.BgClassName
{
background-color: #3F2C31;
}
</style>
border-color css
<style>
span { border-color: #3F2C31; }
span { border-color: rgb(63,44,49); }
td.TdClassName
{
border-color: #3F2C31;
}
.TagClassName
{
border-color: #3F2C31;
}
</style>