Shades of Castro #3F1726
Tints of Castro #3F1726
RGB
CMYK
RGB Variations
Color information
#3F1726 (or 0x3F1726) is known color: Castro. HEX triplet: 3F, 17 and 26. RGB value is (63,23,38). Sum of RGB (Red+Green+Blue) = 63+23+38=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1726 is #C0E8D9. Grayscale: #242424. Windows color (decimal): -12642522 or 2496319. OLE color: 2496319.
HSL color Cylindrical-coordinate representation of color #3F1726: hue angle of 337.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F1726 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 38 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.75 |
| HSL | 337.5º | 0.47% | 0.17% | - |
| HSV(B) | 337.5º | 0.63% | 0.25% | - |
| XYZ | 2.71 | 1.81 | 2.04 | - |
| YUV | 36.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 38 | 0 | 0.63 | 0.40 | 0.75 | 337.5 | 0.47 | 0.17 |
| Hex | 3F | 17 | 26 | 0 | 3F | 28 | 4B | 152 | 2F | 11 |
| Octal | 77 | 27 | 46 | 0 | 77 | 50 | 113 | 522 | 57 | 21 |
| Binary | 111111 | 10111 | 100110 | 0 | 111111 | 101000 | 1001011 | 101010010 | 101111 | 10001 |
Color Harmonies of #3F1726
Complementary color
Monochromatic Colors of #3F1726
Black with #3F1726
Text Example
Text Example
White with #3F1726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1726; }
p { color: rgb(63,23,38); }
H1.HeaderClassName
{
color: #3F1726;
}
.AnyTagClassName
{
color: #3F1726;
}
</style>
background-color css
<style>
a { background-color: #3F1726; }
a { background-color: rgb(63,23,38); }
div.DivClassName
{
background-color: #3F1726;
}
.BgClassName
{
background-color: #3F1726;
}
</style>
border-color css
<style>
span { border-color: #3F1726; }
span { border-color: rgb(63,23,38); }
td.TdClassName
{
border-color: #3F1726;
}
.TagClassName
{
border-color: #3F1726;
}
</style>