Shades of Castro #3B1F2A
Tints of Castro #3B1F2A
RGB
CMYK
RGB Variations
Color information
#3B1F2A (or 0x3B1F2A) is known color: Castro. HEX triplet: 3B, 1F and 2A. RGB value is (59,31,42). Sum of RGB (Red+Green+Blue) = 59+31+42=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F2A is #C4E0D5. Grayscale: #282828. Windows color (decimal): -12902614 or 2760507. OLE color: 2760507.
HSL color Cylindrical-coordinate representation of color #3B1F2A: hue angle of 336.43º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B1F2A is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 31 | 42 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.77 |
| HSL | 336.43º | 0.31% | 0.18% | - |
| HSV(B) | 336.43º | 0.47% | 0.23% | - |
| XYZ | 2.71 | 2.08 | 2.45 | - |
| YUV | 40.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 42 | 0 | 0.47 | 0.29 | 0.77 | 336.43 | 0.31 | 0.18 |
| Hex | 3B | 1F | 2A | 0 | 2F | 1D | 4D | 150 | 1F | 12 |
| Octal | 73 | 37 | 52 | 0 | 57 | 35 | 115 | 520 | 37 | 22 |
| Binary | 111011 | 11111 | 101010 | 0 | 101111 | 11101 | 1001101 | 101010000 | 11111 | 10010 |
Color Harmonies of #3B1F2A
Complementary color
Monochromatic Colors of #3B1F2A
Black with #3B1F2A
Text Example
Text Example
White with #3B1F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F2A; }
p { color: rgb(59,31,42); }
H1.HeaderClassName
{
color: #3B1F2A;
}
.AnyTagClassName
{
color: #3B1F2A;
}
</style>
background-color css
<style>
a { background-color: #3B1F2A; }
a { background-color: rgb(59,31,42); }
div.DivClassName
{
background-color: #3B1F2A;
}
.BgClassName
{
background-color: #3B1F2A;
}
</style>
border-color css
<style>
span { border-color: #3B1F2A; }
span { border-color: rgb(59,31,42); }
td.TdClassName
{
border-color: #3B1F2A;
}
.TagClassName
{
border-color: #3B1F2A;
}
</style>