Shades of Castro #3F232B
Tints of Castro #3F232B
RGB
CMYK
RGB Variations
Color information
#3F232B (or 0x3F232B) is known color: Castro. HEX triplet: 3F, 23 and 2B. RGB value is (63,35,43). Sum of RGB (Red+Green+Blue) = 63+35+43=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F232B is #C0DCD4. Grayscale: #2C2C2C. Windows color (decimal): -12639445 or 2827071. OLE color: 2827071.
HSL color Cylindrical-coordinate representation of color #3F232B: hue angle of 342.86º 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 #3F232B is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 35 | 43 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.75 |
| HSL | 342.86º | 0.29% | 0.19% | - |
| HSV(B) | 342.86º | 0.44% | 0.25% | - |
| XYZ | 3.09 | 2.43 | 2.59 | - |
| YUV | 44.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 43 | 0 | 0.44 | 0.32 | 0.75 | 342.86 | 0.29 | 0.19 |
| Hex | 3F | 23 | 2B | 0 | 2C | 20 | 4B | 157 | 1D | 13 |
| Octal | 77 | 43 | 53 | 0 | 54 | 40 | 113 | 527 | 35 | 23 |
| Binary | 111111 | 100011 | 101011 | 0 | 101100 | 100000 | 1001011 | 101010111 | 11101 | 10011 |
Color Harmonies of #3F232B
Complementary color
Monochromatic Colors of #3F232B
Black with #3F232B
Text Example
Text Example
White with #3F232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F232B; }
p { color: rgb(63,35,43); }
H1.HeaderClassName
{
color: #3F232B;
}
.AnyTagClassName
{
color: #3F232B;
}
</style>
background-color css
<style>
a { background-color: #3F232B; }
a { background-color: rgb(63,35,43); }
div.DivClassName
{
background-color: #3F232B;
}
.BgClassName
{
background-color: #3F232B;
}
</style>
border-color css
<style>
span { border-color: #3F232B; }
span { border-color: rgb(63,35,43); }
td.TdClassName
{
border-color: #3F232B;
}
.TagClassName
{
border-color: #3F232B;
}
</style>