Shades of Castro #3F232D
Tints of Castro #3F232D
RGB
CMYK
RGB Variations
Color information
#3F232D (or 0x3F232D) is known color: Castro. HEX triplet: 3F, 23 and 2D. RGB value is (63,35,45). Sum of RGB (Red+Green+Blue) = 63+35+45=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F232D is #C0DCD2. Grayscale: #2C2C2C. Windows color (decimal): -12639443 or 2958143. OLE color: 2958143.
HSL color Cylindrical-coordinate representation of color #3F232D: hue angle of 338.57º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F232D is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 35 | 45 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.75 |
| HSL | 338.57º | 0.29% | 0.19% | - |
| HSV(B) | 338.57º | 0.44% | 0.25% | - |
| XYZ | 3.12 | 2.45 | 2.79 | - |
| YUV | 44.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 45 | 0 | 0.44 | 0.29 | 0.75 | 338.57 | 0.29 | 0.19 |
| Hex | 3F | 23 | 2D | 0 | 2C | 1D | 4B | 153 | 1D | 13 |
| Octal | 77 | 43 | 55 | 0 | 54 | 35 | 113 | 523 | 35 | 23 |
| Binary | 111111 | 100011 | 101101 | 0 | 101100 | 11101 | 1001011 | 101010011 | 11101 | 10011 |
Color Harmonies of #3F232D
Complementary color
Monochromatic Colors of #3F232D
Black with #3F232D
Text Example
Text Example
White with #3F232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F232D; }
p { color: rgb(63,35,45); }
H1.HeaderClassName
{
color: #3F232D;
}
.AnyTagClassName
{
color: #3F232D;
}
</style>
background-color css
<style>
a { background-color: #3F232D; }
a { background-color: rgb(63,35,45); }
div.DivClassName
{
background-color: #3F232D;
}
.BgClassName
{
background-color: #3F232D;
}
</style>
border-color css
<style>
span { border-color: #3F232D; }
span { border-color: rgb(63,35,45); }
td.TdClassName
{
border-color: #3F232D;
}
.TagClassName
{
border-color: #3F232D;
}
</style>