Shades of Castro #3B1926
Tints of Castro #3B1926
RGB
CMYK
RGB Variations
Color information
#3B1926 (or 0x3B1926) is known color: Castro. HEX triplet: 3B, 19 and 26. RGB value is (59,25,38). Sum of RGB (Red+Green+Blue) = 59+25+38=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1926 is #C4E6D9. Grayscale: #242424. Windows color (decimal): -12904154 or 2496827. OLE color: 2496827.
HSL color Cylindrical-coordinate representation of color #3B1926: hue angle of 337.06º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B1926 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 25 | 38 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.77 |
| HSL | 337.06º | 0.4% | 0.16% | - |
| HSV(B) | 337.06º | 0.58% | 0.23% | - |
| XYZ | 2.5 | 1.77 | 2.04 | - |
| YUV | 36.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 38 | 0 | 0.58 | 0.36 | 0.77 | 337.06 | 0.4 | 0.16 |
| Hex | 3B | 19 | 26 | 0 | 3A | 24 | 4D | 151 | 28 | 10 |
| Octal | 73 | 31 | 46 | 0 | 72 | 44 | 115 | 521 | 50 | 20 |
| Binary | 111011 | 11001 | 100110 | 0 | 111010 | 100100 | 1001101 | 101010001 | 101000 | 10000 |
Color Harmonies of #3B1926
Complementary color
Monochromatic Colors of #3B1926
Black with #3B1926
Text Example
Text Example
White with #3B1926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1926; }
p { color: rgb(59,25,38); }
H1.HeaderClassName
{
color: #3B1926;
}
.AnyTagClassName
{
color: #3B1926;
}
</style>
background-color css
<style>
a { background-color: #3B1926; }
a { background-color: rgb(59,25,38); }
div.DivClassName
{
background-color: #3B1926;
}
.BgClassName
{
background-color: #3B1926;
}
</style>
border-color css
<style>
span { border-color: #3B1926; }
span { border-color: rgb(59,25,38); }
td.TdClassName
{
border-color: #3B1926;
}
.TagClassName
{
border-color: #3B1926;
}
</style>