Shades of Castro #3F2A31
Tints of Castro #3F2A31
RGB
CMYK
RGB Variations
Color information
#3F2A31 (or 0x3F2A31) is known color: Castro. HEX triplet: 3F, 2A and 31. RGB value is (63,42,49). Sum of RGB (Red+Green+Blue) = 63+42+49=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A31 is #C0D5CE. Grayscale: #313131. Windows color (decimal): -12637647 or 3222079. OLE color: 3222079.
HSL color Cylindrical-coordinate representation of color #3F2A31: hue angle of 340º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F2A31 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 49 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.75 |
| HSL | 340º | 0.2% | 0.21% | - |
| HSV(B) | 340º | 0.33% | 0.25% | - |
| XYZ | 3.43 | 2.93 | 3.29 | - |
| YUV | 49.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 49 | 0 | 0.33 | 0.22 | 0.75 | 340 | 0.2 | 0.21 |
| Hex | 3F | 2A | 31 | 0 | 21 | 16 | 4B | 154 | 14 | 15 |
| Octal | 77 | 52 | 61 | 0 | 41 | 26 | 113 | 524 | 24 | 25 |
| Binary | 111111 | 101010 | 110001 | 0 | 100001 | 10110 | 1001011 | 101010100 | 10100 | 10101 |
Color Harmonies of #3F2A31
Complementary color
Monochromatic Colors of #3F2A31
Black with #3F2A31
Text Example
Text Example
White with #3F2A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A31; }
p { color: rgb(63,42,49); }
H1.HeaderClassName
{
color: #3F2A31;
}
.AnyTagClassName
{
color: #3F2A31;
}
</style>
background-color css
<style>
a { background-color: #3F2A31; }
a { background-color: rgb(63,42,49); }
div.DivClassName
{
background-color: #3F2A31;
}
.BgClassName
{
background-color: #3F2A31;
}
</style>
border-color css
<style>
span { border-color: #3F2A31; }
span { border-color: rgb(63,42,49); }
td.TdClassName
{
border-color: #3F2A31;
}
.TagClassName
{
border-color: #3F2A31;
}
</style>