Shades of Castro #3B222B
Tints of Castro #3B222B
RGB
CMYK
RGB Variations
Color information
#3B222B (or 0x3B222B) is known color: Castro. HEX triplet: 3B, 22 and 2B. RGB value is (59,34,43). Sum of RGB (Red+Green+Blue) = 59+34+43=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B222B is #C4DDD4. Grayscale: #2A2A2A. Windows color (decimal): -12901845 or 2826811. OLE color: 2826811.
HSL color Cylindrical-coordinate representation of color #3B222B: hue angle of 338.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B222B is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 34 | 43 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.77 |
| HSL | 338.4º | 0.27% | 0.18% | - |
| HSV(B) | 338.4º | 0.42% | 0.23% | - |
| XYZ | 2.81 | 2.25 | 2.57 | - |
| YUV | 42.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 43 | 0 | 0.42 | 0.27 | 0.77 | 338.4 | 0.27 | 0.18 |
| Hex | 3B | 22 | 2B | 0 | 2A | 1B | 4D | 152 | 1B | 12 |
| Octal | 73 | 42 | 53 | 0 | 52 | 33 | 115 | 522 | 33 | 22 |
| Binary | 111011 | 100010 | 101011 | 0 | 101010 | 11011 | 1001101 | 101010010 | 11011 | 10010 |
Color Harmonies of #3B222B
Complementary color
Monochromatic Colors of #3B222B
Black with #3B222B
Text Example
Text Example
White with #3B222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B222B; }
p { color: rgb(59,34,43); }
H1.HeaderClassName
{
color: #3B222B;
}
.AnyTagClassName
{
color: #3B222B;
}
</style>
background-color css
<style>
a { background-color: #3B222B; }
a { background-color: rgb(59,34,43); }
div.DivClassName
{
background-color: #3B222B;
}
.BgClassName
{
background-color: #3B222B;
}
</style>
border-color css
<style>
span { border-color: #3B222B; }
span { border-color: rgb(59,34,43); }
td.TdClassName
{
border-color: #3B222B;
}
.TagClassName
{
border-color: #3B222B;
}
</style>