Shades of Castro #3B1D28
Tints of Castro #3B1D28
RGB
CMYK
RGB Variations
Color information
#3B1D28 (or 0x3B1D28) is known color: Castro. HEX triplet: 3B, 1D and 28. RGB value is (59,29,40). Sum of RGB (Red+Green+Blue) = 59+29+40=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D28 is #C4E2D7. Grayscale: #272727. Windows color (decimal): -12903128 or 2628923. OLE color: 2628923.
HSL color Cylindrical-coordinate representation of color #3B1D28: hue angle of 338º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B1D28 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 29 | 40 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.77 |
| HSL | 338º | 0.34% | 0.17% | - |
| HSV(B) | 338º | 0.51% | 0.23% | - |
| XYZ | 2.63 | 1.96 | 2.25 | - |
| YUV | 39.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 40 | 0 | 0.51 | 0.32 | 0.77 | 338 | 0.34 | 0.17 |
| Hex | 3B | 1D | 28 | 0 | 33 | 20 | 4D | 152 | 22 | 11 |
| Octal | 73 | 35 | 50 | 0 | 63 | 40 | 115 | 522 | 42 | 21 |
| Binary | 111011 | 11101 | 101000 | 0 | 110011 | 100000 | 1001101 | 101010010 | 100010 | 10001 |
Color Harmonies of #3B1D28
Complementary color
Monochromatic Colors of #3B1D28
Black with #3B1D28
Text Example
Text Example
White with #3B1D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D28; }
p { color: rgb(59,29,40); }
H1.HeaderClassName
{
color: #3B1D28;
}
.AnyTagClassName
{
color: #3B1D28;
}
</style>
background-color css
<style>
a { background-color: #3B1D28; }
a { background-color: rgb(59,29,40); }
div.DivClassName
{
background-color: #3B1D28;
}
.BgClassName
{
background-color: #3B1D28;
}
</style>
border-color css
<style>
span { border-color: #3B1D28; }
span { border-color: rgb(59,29,40); }
td.TdClassName
{
border-color: #3B1D28;
}
.TagClassName
{
border-color: #3B1D28;
}
</style>