Shades of Castro #3F2D33
Tints of Castro #3F2D33
RGB
CMYK
RGB Variations
Color information
#3F2D33 (or 0x3F2D33) is known color: Castro. HEX triplet: 3F, 2D and 33. RGB value is (63,45,51). Sum of RGB (Red+Green+Blue) = 63+45+51=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2D33 is #C0D2CC. Grayscale: #333333. Windows color (decimal): -12636877 or 3353919. OLE color: 3353919.
HSL color Cylindrical-coordinate representation of color #3F2D33: hue angle of 340º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F2D33 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 45 | 51 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.75 |
| HSL | 340º | 0.17% | 0.21% | - |
| HSV(B) | 340º | 0.29% | 0.25% | - |
| XYZ | 3.59 | 3.17 | 3.56 | - |
| YUV | 51.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 51 | 0 | 0.29 | 0.19 | 0.75 | 340 | 0.17 | 0.21 |
| Hex | 3F | 2D | 33 | 0 | 1D | 13 | 4B | 154 | 11 | 15 |
| Octal | 77 | 55 | 63 | 0 | 35 | 23 | 113 | 524 | 21 | 25 |
| Binary | 111111 | 101101 | 110011 | 0 | 11101 | 10011 | 1001011 | 101010100 | 10001 | 10101 |
Color Harmonies of #3F2D33
Complementary color
Monochromatic Colors of #3F2D33
Black with #3F2D33
Text Example
Text Example
White with #3F2D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2D33; }
p { color: rgb(63,45,51); }
H1.HeaderClassName
{
color: #3F2D33;
}
.AnyTagClassName
{
color: #3F2D33;
}
</style>
background-color css
<style>
a { background-color: #3F2D33; }
a { background-color: rgb(63,45,51); }
div.DivClassName
{
background-color: #3F2D33;
}
.BgClassName
{
background-color: #3F2D33;
}
</style>
border-color css
<style>
span { border-color: #3F2D33; }
span { border-color: rgb(63,45,51); }
td.TdClassName
{
border-color: #3F2D33;
}
.TagClassName
{
border-color: #3F2D33;
}
</style>