Shades of Castro #3F232C
Tints of Castro #3F232C
RGB
CMYK
RGB Variations
Color information
#3F232C (or 0x3F232C) is known color: Castro. HEX triplet: 3F, 23 and 2C. RGB value is (63,35,44). Sum of RGB (Red+Green+Blue) = 63+35+44=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F232C is #C0DCD3. Grayscale: #2C2C2C. Windows color (decimal): -12639444 or 2892607. OLE color: 2892607.
HSL color Cylindrical-coordinate representation of color #3F232C: hue angle of 340.71º 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 #3F232C is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 35 | 44 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.75 |
| HSL | 340.71º | 0.29% | 0.19% | - |
| HSV(B) | 340.71º | 0.44% | 0.25% | - |
| XYZ | 3.11 | 2.44 | 2.69 | - |
| YUV | 44.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 44 | 0 | 0.44 | 0.30 | 0.75 | 340.71 | 0.29 | 0.19 |
| Hex | 3F | 23 | 2C | 0 | 2C | 1E | 4B | 155 | 1D | 13 |
| Octal | 77 | 43 | 54 | 0 | 54 | 36 | 113 | 525 | 35 | 23 |
| Binary | 111111 | 100011 | 101100 | 0 | 101100 | 11110 | 1001011 | 101010101 | 11101 | 10011 |
Color Harmonies of #3F232C
Complementary color
Monochromatic Colors of #3F232C
Black with #3F232C
Text Example
Text Example
White with #3F232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F232C; }
p { color: rgb(63,35,44); }
H1.HeaderClassName
{
color: #3F232C;
}
.AnyTagClassName
{
color: #3F232C;
}
</style>
background-color css
<style>
a { background-color: #3F232C; }
a { background-color: rgb(63,35,44); }
div.DivClassName
{
background-color: #3F232C;
}
.BgClassName
{
background-color: #3F232C;
}
</style>
border-color css
<style>
span { border-color: #3F232C; }
span { border-color: rgb(63,35,44); }
td.TdClassName
{
border-color: #3F232C;
}
.TagClassName
{
border-color: #3F232C;
}
</style>