Shades of Castro #3F1725
Tints of Castro #3F1725
RGB
CMYK
RGB Variations
Color information
#3F1725 (or 0x3F1725) is known color: Castro. HEX triplet: 3F, 17 and 25. RGB value is (63,23,37). Sum of RGB (Red+Green+Blue) = 63+23+37=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1725 is #C0E8DA. Grayscale: #242424. Windows color (decimal): -12642523 or 2430783. OLE color: 2430783.
HSL color Cylindrical-coordinate representation of color #3F1725: hue angle of 339º 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 #3F1725 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 37 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.75 |
| HSL | 339º | 0.47% | 0.17% | - |
| HSV(B) | 339º | 0.63% | 0.25% | - |
| XYZ | 2.69 | 1.8 | 1.96 | - |
| YUV | 36.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 37 | 0 | 0.63 | 0.41 | 0.75 | 339 | 0.47 | 0.17 |
| Hex | 3F | 17 | 25 | 0 | 3F | 29 | 4B | 153 | 2F | 11 |
| Octal | 77 | 27 | 45 | 0 | 77 | 51 | 113 | 523 | 57 | 21 |
| Binary | 111111 | 10111 | 100101 | 0 | 111111 | 101001 | 1001011 | 101010011 | 101111 | 10001 |
Color Harmonies of #3F1725
Complementary color
Monochromatic Colors of #3F1725
Black with #3F1725
Text Example
Text Example
White with #3F1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1725; }
p { color: rgb(63,23,37); }
H1.HeaderClassName
{
color: #3F1725;
}
.AnyTagClassName
{
color: #3F1725;
}
</style>
background-color css
<style>
a { background-color: #3F1725; }
a { background-color: rgb(63,23,37); }
div.DivClassName
{
background-color: #3F1725;
}
.BgClassName
{
background-color: #3F1725;
}
</style>
border-color css
<style>
span { border-color: #3F1725; }
span { border-color: rgb(63,23,37); }
td.TdClassName
{
border-color: #3F1725;
}
.TagClassName
{
border-color: #3F1725;
}
</style>