Shades of Castro #3B1B27
Tints of Castro #3B1B27
RGB
CMYK
RGB Variations
Color information
#3B1B27 (or 0x3B1B27) is known color: Castro. HEX triplet: 3B, 1B and 27. RGB value is (59,27,39). Sum of RGB (Red+Green+Blue) = 59+27+39=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1B27 is #C4E4D8. Grayscale: #252525. Windows color (decimal): -12903641 or 2562875. OLE color: 2562875.
HSL color Cylindrical-coordinate representation of color #3B1B27: hue angle of 337.5º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B1B27 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 27 | 39 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.77 |
| HSL | 337.5º | 0.37% | 0.17% | - |
| HSV(B) | 337.5º | 0.54% | 0.23% | - |
| XYZ | 2.56 | 1.86 | 2.14 | - |
| YUV | 37.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 39 | 0 | 0.54 | 0.34 | 0.77 | 337.5 | 0.37 | 0.17 |
| Hex | 3B | 1B | 27 | 0 | 36 | 22 | 4D | 152 | 25 | 11 |
| Octal | 73 | 33 | 47 | 0 | 66 | 42 | 115 | 522 | 45 | 21 |
| Binary | 111011 | 11011 | 100111 | 0 | 110110 | 100010 | 1001101 | 101010010 | 100101 | 10001 |
Color Harmonies of #3B1B27
Complementary color
Monochromatic Colors of #3B1B27
Black with #3B1B27
Text Example
Text Example
White with #3B1B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B27; }
p { color: rgb(59,27,39); }
H1.HeaderClassName
{
color: #3B1B27;
}
.AnyTagClassName
{
color: #3B1B27;
}
</style>
background-color css
<style>
a { background-color: #3B1B27; }
a { background-color: rgb(59,27,39); }
div.DivClassName
{
background-color: #3B1B27;
}
.BgClassName
{
background-color: #3B1B27;
}
</style>
border-color css
<style>
span { border-color: #3B1B27; }
span { border-color: rgb(59,27,39); }
td.TdClassName
{
border-color: #3B1B27;
}
.TagClassName
{
border-color: #3B1B27;
}
</style>