Shades of Castro #3F2E33
Tints of Castro #3F2E33
RGB
CMYK
RGB Variations
Color information
#3F2E33 (or 0x3F2E33) is known color: Castro. HEX triplet: 3F, 2E and 33. RGB value is (63,46,51). Sum of RGB (Red+Green+Blue) = 63+46+51=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E33 is #C0D1CC. Grayscale: #333333. Windows color (decimal): -12636621 or 3354175. OLE color: 3354175.
HSL color Cylindrical-coordinate representation of color #3F2E33: hue angle of 342.35º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F2E33 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 51 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.75 |
| HSL | 342.35º | 0.16% | 0.21% | - |
| HSV(B) | 342.35º | 0.27% | 0.25% | - |
| XYZ | 3.62 | 3.25 | 3.57 | - |
| YUV | 51.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 51 | 0 | 0.27 | 0.19 | 0.75 | 342.35 | 0.16 | 0.21 |
| Hex | 3F | 2E | 33 | 0 | 1B | 13 | 4B | 156 | 10 | 15 |
| Octal | 77 | 56 | 63 | 0 | 33 | 23 | 113 | 526 | 20 | 25 |
| Binary | 111111 | 101110 | 110011 | 0 | 11011 | 10011 | 1001011 | 101010110 | 10000 | 10101 |
Color Harmonies of #3F2E33
Complementary color
Monochromatic Colors of #3F2E33
Black with #3F2E33
Text Example
Text Example
White with #3F2E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E33; }
p { color: rgb(63,46,51); }
H1.HeaderClassName
{
color: #3F2E33;
}
.AnyTagClassName
{
color: #3F2E33;
}
</style>
background-color css
<style>
a { background-color: #3F2E33; }
a { background-color: rgb(63,46,51); }
div.DivClassName
{
background-color: #3F2E33;
}
.BgClassName
{
background-color: #3F2E33;
}
</style>
border-color css
<style>
span { border-color: #3F2E33; }
span { border-color: rgb(63,46,51); }
td.TdClassName
{
border-color: #3F2E33;
}
.TagClassName
{
border-color: #3F2E33;
}
</style>