Shades of Castro #3F1C2B
Tints of Castro #3F1C2B
RGB
CMYK
RGB Variations
Color information
#3F1C2B (or 0x3F1C2B) is known color: Castro. HEX triplet: 3F, 1C and 2B. RGB value is (63,28,43). Sum of RGB (Red+Green+Blue) = 63+28+43=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C2B is #C0E3D4. Grayscale: #282828. Windows color (decimal): -12641237 or 2825279. OLE color: 2825279.
HSL color Cylindrical-coordinate representation of color #3F1C2B: hue angle of 334.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F1C2B is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 28 | 43 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.75 |
| HSL | 334.29º | 0.38% | 0.18% | - |
| HSV(B) | 334.29º | 0.56% | 0.25% | - |
| XYZ | 2.9 | 2.06 | 2.53 | - |
| YUV | 40.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 43 | 0 | 0.56 | 0.32 | 0.75 | 334.29 | 0.38 | 0.18 |
| Hex | 3F | 1C | 2B | 0 | 38 | 20 | 4B | 14E | 26 | 12 |
| Octal | 77 | 34 | 53 | 0 | 70 | 40 | 113 | 516 | 46 | 22 |
| Binary | 111111 | 11100 | 101011 | 0 | 111000 | 100000 | 1001011 | 101001110 | 100110 | 10010 |
Color Harmonies of #3F1C2B
Complementary color
Monochromatic Colors of #3F1C2B
Black with #3F1C2B
Text Example
Text Example
White with #3F1C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1C2B; }
p { color: rgb(63,28,43); }
H1.HeaderClassName
{
color: #3F1C2B;
}
.AnyTagClassName
{
color: #3F1C2B;
}
</style>
background-color css
<style>
a { background-color: #3F1C2B; }
a { background-color: rgb(63,28,43); }
div.DivClassName
{
background-color: #3F1C2B;
}
.BgClassName
{
background-color: #3F1C2B;
}
</style>
border-color css
<style>
span { border-color: #3F1C2B; }
span { border-color: rgb(63,28,43); }
td.TdClassName
{
border-color: #3F1C2B;
}
.TagClassName
{
border-color: #3F1C2B;
}
</style>