Shades of Castro #3F272F
Tints of Castro #3F272F
RGB
CMYK
RGB Variations
Color information
#3F272F (or 0x3F272F) is known color: Castro. HEX triplet: 3F, 27 and 2F. RGB value is (63,39,47). Sum of RGB (Red+Green+Blue) = 63+39+47=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F272F is #C0D8D0. Grayscale: #2F2F2F. Windows color (decimal): -12638417 or 3090239. OLE color: 3090239.
HSL color Cylindrical-coordinate representation of color #3F272F: hue angle of 340º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F272F is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 47 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.75 |
| HSL | 340º | 0.24% | 0.2% | - |
| HSV(B) | 340º | 0.38% | 0.25% | - |
| XYZ | 3.29 | 2.71 | 3.04 | - |
| YUV | 47.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 47 | 0 | 0.38 | 0.25 | 0.75 | 340 | 0.24 | 0.2 |
| Hex | 3F | 27 | 2F | 0 | 26 | 19 | 4B | 154 | 18 | 14 |
| Octal | 77 | 47 | 57 | 0 | 46 | 31 | 113 | 524 | 30 | 24 |
| Binary | 111111 | 100111 | 101111 | 0 | 100110 | 11001 | 1001011 | 101010100 | 11000 | 10100 |
Color Harmonies of #3F272F
Complementary color
Monochromatic Colors of #3F272F
Black with #3F272F
Text Example
Text Example
White with #3F272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F272F; }
p { color: rgb(63,39,47); }
H1.HeaderClassName
{
color: #3F272F;
}
.AnyTagClassName
{
color: #3F272F;
}
</style>
background-color css
<style>
a { background-color: #3F272F; }
a { background-color: rgb(63,39,47); }
div.DivClassName
{
background-color: #3F272F;
}
.BgClassName
{
background-color: #3F272F;
}
</style>
border-color css
<style>
span { border-color: #3F272F; }
span { border-color: rgb(63,39,47); }
td.TdClassName
{
border-color: #3F272F;
}
.TagClassName
{
border-color: #3F272F;
}
</style>