Shades of Castro #3F1E2A
Tints of Castro #3F1E2A
RGB
CMYK
RGB Variations
Color information
#3F1E2A (or 0x3F1E2A) is known color: Castro. HEX triplet: 3F, 1E and 2A. RGB value is (63,30,42). Sum of RGB (Red+Green+Blue) = 63+30+42=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1E2A is #C0E1D5. Grayscale: #292929. Windows color (decimal): -12640726 or 2760255. OLE color: 2760255.
HSL color Cylindrical-coordinate representation of color #3F1E2A: hue angle of 338.18º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F1E2A is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 30 | 42 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.75 |
| HSL | 338.18º | 0.35% | 0.18% | - |
| HSV(B) | 338.18º | 0.52% | 0.25% | - |
| XYZ | 2.93 | 2.15 | 2.45 | - |
| YUV | 41.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 30 | 42 | 0 | 0.52 | 0.33 | 0.75 | 338.18 | 0.35 | 0.18 |
| Hex | 3F | 1E | 2A | 0 | 34 | 21 | 4B | 152 | 23 | 12 |
| Octal | 77 | 36 | 52 | 0 | 64 | 41 | 113 | 522 | 43 | 22 |
| Binary | 111111 | 11110 | 101010 | 0 | 110100 | 100001 | 1001011 | 101010010 | 100011 | 10010 |
Color Harmonies of #3F1E2A
Complementary color
Monochromatic Colors of #3F1E2A
Black with #3F1E2A
Text Example
Text Example
White with #3F1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1E2A; }
p { color: rgb(63,30,42); }
H1.HeaderClassName
{
color: #3F1E2A;
}
.AnyTagClassName
{
color: #3F1E2A;
}
</style>
background-color css
<style>
a { background-color: #3F1E2A; }
a { background-color: rgb(63,30,42); }
div.DivClassName
{
background-color: #3F1E2A;
}
.BgClassName
{
background-color: #3F1E2A;
}
</style>
border-color css
<style>
span { border-color: #3F1E2A; }
span { border-color: rgb(63,30,42); }
td.TdClassName
{
border-color: #3F1E2A;
}
.TagClassName
{
border-color: #3F1E2A;
}
</style>