Shades of Castro #3B2A2F
Tints of Castro #3B2A2F
RGB
CMYK
RGB Variations
Color information
#3B2A2F (or 0x3B2A2F) is known color: Castro. HEX triplet: 3B, 2A and 2F. RGB value is (59,42,47). Sum of RGB (Red+Green+Blue) = 59+42+47=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2A2F is #C4D5D0. Grayscale: #2F2F2F. Windows color (decimal): -12899793 or 3091003. OLE color: 3091003.
HSL color Cylindrical-coordinate representation of color #3B2A2F: hue angle of 342.35º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B2A2F is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 42 | 47 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.77 |
| HSL | 342.35º | 0.17% | 0.2% | - |
| HSV(B) | 342.35º | 0.29% | 0.23% | - |
| XYZ | 3.14 | 2.79 | 3.06 | - |
| YUV | 47.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 47 | 0 | 0.29 | 0.20 | 0.77 | 342.35 | 0.17 | 0.2 |
| Hex | 3B | 2A | 2F | 0 | 1D | 14 | 4D | 156 | 11 | 14 |
| Octal | 73 | 52 | 57 | 0 | 35 | 24 | 115 | 526 | 21 | 24 |
| Binary | 111011 | 101010 | 101111 | 0 | 11101 | 10100 | 1001101 | 101010110 | 10001 | 10100 |
Color Harmonies of #3B2A2F
Complementary color
Monochromatic Colors of #3B2A2F
Black with #3B2A2F
Text Example
Text Example
White with #3B2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2A2F; }
p { color: rgb(59,42,47); }
H1.HeaderClassName
{
color: #3B2A2F;
}
.AnyTagClassName
{
color: #3B2A2F;
}
</style>
background-color css
<style>
a { background-color: #3B2A2F; }
a { background-color: rgb(59,42,47); }
div.DivClassName
{
background-color: #3B2A2F;
}
.BgClassName
{
background-color: #3B2A2F;
}
</style>
border-color css
<style>
span { border-color: #3B2A2F; }
span { border-color: rgb(59,42,47); }
td.TdClassName
{
border-color: #3B2A2F;
}
.TagClassName
{
border-color: #3B2A2F;
}
</style>