Shades of Castro #3F1625
Tints of Castro #3F1625
RGB
CMYK
RGB Variations
Color information
#3F1625 (or 0x3F1625) is known color: Castro. HEX triplet: 3F, 16 and 25. RGB value is (63,22,37). Sum of RGB (Red+Green+Blue) = 63+22+37=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1625 is #C0E9DA. Grayscale: #232323. Windows color (decimal): -12642779 or 2430527. OLE color: 2430527.
HSL color Cylindrical-coordinate representation of color #3F1625: hue angle of 338.05º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F1625 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 22 | 37 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.75 |
| HSL | 338.05º | 0.48% | 0.17% | - |
| HSV(B) | 338.05º | 0.65% | 0.25% | - |
| XYZ | 2.67 | 1.76 | 1.95 | - |
| YUV | 35.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 37 | 0 | 0.65 | 0.41 | 0.75 | 338.05 | 0.48 | 0.17 |
| Hex | 3F | 16 | 25 | 0 | 41 | 29 | 4B | 152 | 30 | 11 |
| Octal | 77 | 26 | 45 | 0 | 101 | 51 | 113 | 522 | 60 | 21 |
| Binary | 111111 | 10110 | 100101 | 0 | 1000001 | 101001 | 1001011 | 101010010 | 110000 | 10001 |
Color Harmonies of #3F1625
Complementary color
Monochromatic Colors of #3F1625
Black with #3F1625
Text Example
Text Example
White with #3F1625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1625; }
p { color: rgb(63,22,37); }
H1.HeaderClassName
{
color: #3F1625;
}
.AnyTagClassName
{
color: #3F1625;
}
</style>
background-color css
<style>
a { background-color: #3F1625; }
a { background-color: rgb(63,22,37); }
div.DivClassName
{
background-color: #3F1625;
}
.BgClassName
{
background-color: #3F1625;
}
</style>
border-color css
<style>
span { border-color: #3F1625; }
span { border-color: rgb(63,22,37); }
td.TdClassName
{
border-color: #3F1625;
}
.TagClassName
{
border-color: #3F1625;
}
</style>