Shades of Castro #3B3033
Tints of Castro #3B3033
RGB
CMYK
RGB Variations
Color information
#3B3033 (or 0x3B3033) is known color: Castro. HEX triplet: 3B, 30 and 33. RGB value is (59,48,51). Sum of RGB (Red+Green+Blue) = 59+48+51=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3033 is #C4CFCC. Grayscale: #333333. Windows color (decimal): -12898253 or 3354683. OLE color: 3354683.
HSL color Cylindrical-coordinate representation of color #3B3033: hue angle of 343.64º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B3033 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 51 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.77 |
| HSL | 343.64º | 0.1% | 0.21% | - |
| HSV(B) | 343.64º | 0.19% | 0.23% | - |
| XYZ | 3.46 | 3.28 | 3.58 | - |
| YUV | 51.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 51 | 0 | 0.19 | 0.14 | 0.77 | 343.64 | 0.1 | 0.21 |
| Hex | 3B | 30 | 33 | 0 | 13 | E | 4D | 158 | A | 15 |
| Octal | 73 | 60 | 63 | 0 | 23 | 16 | 115 | 530 | 12 | 25 |
| Binary | 111011 | 110000 | 110011 | 0 | 10011 | 1110 | 1001101 | 101011000 | 1010 | 10101 |
Color Harmonies of #3B3033
Complementary color
Monochromatic Colors of #3B3033
Black with #3B3033
Text Example
Text Example
White with #3B3033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3033; }
p { color: rgb(59,48,51); }
H1.HeaderClassName
{
color: #3B3033;
}
.AnyTagClassName
{
color: #3B3033;
}
</style>
background-color css
<style>
a { background-color: #3B3033; }
a { background-color: rgb(59,48,51); }
div.DivClassName
{
background-color: #3B3033;
}
.BgClassName
{
background-color: #3B3033;
}
</style>
border-color css
<style>
span { border-color: #3B3033; }
span { border-color: rgb(59,48,51); }
td.TdClassName
{
border-color: #3B3033;
}
.TagClassName
{
border-color: #3B3033;
}
</style>