Shades of Castro #3F262D
Tints of Castro #3F262D
RGB
CMYK
RGB Variations
Color information
#3F262D (or 0x3F262D) is known color: Castro. HEX triplet: 3F, 26 and 2D. RGB value is (63,38,45). Sum of RGB (Red+Green+Blue) = 63+38+45=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F262D is #C0D9D2. Grayscale: #2E2E2E. Windows color (decimal): -12638675 or 2958911. OLE color: 2958911.
HSL color Cylindrical-coordinate representation of color #3F262D: hue angle of 343.2º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F262D is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 45 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.75 |
| HSL | 343.2º | 0.25% | 0.2% | - |
| HSV(B) | 343.2º | 0.4% | 0.25% | - |
| XYZ | 3.22 | 2.63 | 2.82 | - |
| YUV | 46.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 45 | 0 | 0.40 | 0.29 | 0.75 | 343.2 | 0.25 | 0.2 |
| Hex | 3F | 26 | 2D | 0 | 28 | 1D | 4B | 157 | 19 | 14 |
| Octal | 77 | 46 | 55 | 0 | 50 | 35 | 113 | 527 | 31 | 24 |
| Binary | 111111 | 100110 | 101101 | 0 | 101000 | 11101 | 1001011 | 101010111 | 11001 | 10100 |
Color Harmonies of #3F262D
Complementary color
Monochromatic Colors of #3F262D
Black with #3F262D
Text Example
Text Example
White with #3F262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F262D; }
p { color: rgb(63,38,45); }
H1.HeaderClassName
{
color: #3F262D;
}
.AnyTagClassName
{
color: #3F262D;
}
</style>
background-color css
<style>
a { background-color: #3F262D; }
a { background-color: rgb(63,38,45); }
div.DivClassName
{
background-color: #3F262D;
}
.BgClassName
{
background-color: #3F262D;
}
</style>
border-color css
<style>
span { border-color: #3F262D; }
span { border-color: rgb(63,38,45); }
td.TdClassName
{
border-color: #3F262D;
}
.TagClassName
{
border-color: #3F262D;
}
</style>