Shades of Castro #3B212B
Tints of Castro #3B212B
RGB
CMYK
RGB Variations
Color information
#3B212B (or 0x3B212B) is known color: Castro. HEX triplet: 3B, 21 and 2B. RGB value is (59,33,43). Sum of RGB (Red+Green+Blue) = 59+33+43=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B212B is #C4DED4. Grayscale: #292929. Windows color (decimal): -12902101 or 2826555. OLE color: 2826555.
HSL color Cylindrical-coordinate representation of color #3B212B: hue angle of 336.92º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B212B is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 43 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.77 |
| HSL | 336.92º | 0.28% | 0.18% | - |
| HSV(B) | 336.92º | 0.44% | 0.23% | - |
| XYZ | 2.78 | 2.19 | 2.56 | - |
| YUV | 41.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 43 | 0 | 0.44 | 0.27 | 0.77 | 336.92 | 0.28 | 0.18 |
| Hex | 3B | 21 | 2B | 0 | 2C | 1B | 4D | 151 | 1C | 12 |
| Octal | 73 | 41 | 53 | 0 | 54 | 33 | 115 | 521 | 34 | 22 |
| Binary | 111011 | 100001 | 101011 | 0 | 101100 | 11011 | 1001101 | 101010001 | 11100 | 10010 |
Color Harmonies of #3B212B
Complementary color
Monochromatic Colors of #3B212B
Black with #3B212B
Text Example
Text Example
White with #3B212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B212B; }
p { color: rgb(59,33,43); }
H1.HeaderClassName
{
color: #3B212B;
}
.AnyTagClassName
{
color: #3B212B;
}
</style>
background-color css
<style>
a { background-color: #3B212B; }
a { background-color: rgb(59,33,43); }
div.DivClassName
{
background-color: #3B212B;
}
.BgClassName
{
background-color: #3B212B;
}
</style>
border-color css
<style>
span { border-color: #3B212B; }
span { border-color: rgb(59,33,43); }
td.TdClassName
{
border-color: #3B212B;
}
.TagClassName
{
border-color: #3B212B;
}
</style>