Shades of Castro #3F292F
Tints of Castro #3F292F
RGB
CMYK
RGB Variations
Color information
#3F292F (or 0x3F292F) is known color: Castro. HEX triplet: 3F, 29 and 2F. RGB value is (63,41,47). Sum of RGB (Red+Green+Blue) = 63+41+47=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F292F is #C0D6D0. Grayscale: #303030. Windows color (decimal): -12637905 or 3090751. OLE color: 3090751.
HSL color Cylindrical-coordinate representation of color #3F292F: hue angle of 343.64º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F292F is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 41 | 47 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.75 |
| HSL | 343.64º | 0.21% | 0.2% | - |
| HSV(B) | 343.64º | 0.35% | 0.25% | - |
| XYZ | 3.36 | 2.85 | 3.06 | - |
| YUV | 48.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 47 | 0 | 0.35 | 0.25 | 0.75 | 343.64 | 0.21 | 0.2 |
| Hex | 3F | 29 | 2F | 0 | 23 | 19 | 4B | 158 | 15 | 14 |
| Octal | 77 | 51 | 57 | 0 | 43 | 31 | 113 | 530 | 25 | 24 |
| Binary | 111111 | 101001 | 101111 | 0 | 100011 | 11001 | 1001011 | 101011000 | 10101 | 10100 |
Color Harmonies of #3F292F
Complementary color
Monochromatic Colors of #3F292F
Black with #3F292F
Text Example
Text Example
White with #3F292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F292F; }
p { color: rgb(63,41,47); }
H1.HeaderClassName
{
color: #3F292F;
}
.AnyTagClassName
{
color: #3F292F;
}
</style>
background-color css
<style>
a { background-color: #3F292F; }
a { background-color: rgb(63,41,47); }
div.DivClassName
{
background-color: #3F292F;
}
.BgClassName
{
background-color: #3F292F;
}
</style>
border-color css
<style>
span { border-color: #3F292F; }
span { border-color: rgb(63,41,47); }
td.TdClassName
{
border-color: #3F292F;
}
.TagClassName
{
border-color: #3F292F;
}
</style>