Shades of Castro #3A242B
Tints of Castro #3A242B
RGB
CMYK
RGB Variations
Color information
#3A242B (or 0x3A242B) is known color: Castro. HEX triplet: 3A, 24 and 2B. RGB value is (58,36,43). Sum of RGB (Red+Green+Blue) = 58+36+43=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 58 - color contains mainly: red. Hex color #3A242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A242B is #C5DBD4. Grayscale: #2B2B2B. Windows color (decimal): -12966869 or 2827322. OLE color: 2827322.
HSL color Cylindrical-coordinate representation of color #3A242B: hue angle of 340.91º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A242B is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 43 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.77 |
| HSL | 340.91º | 0.23% | 0.18% | - |
| HSV(B) | 340.91º | 0.38% | 0.23% | - |
| XYZ | 2.81 | 2.34 | 2.59 | - |
| YUV | 43.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 43 | 0 | 0.38 | 0.26 | 0.77 | 340.91 | 0.23 | 0.18 |
| Hex | 3A | 24 | 2B | 0 | 26 | 1A | 4D | 155 | 17 | 12 |
| Octal | 72 | 44 | 53 | 0 | 46 | 32 | 115 | 525 | 27 | 22 |
| Binary | 111010 | 100100 | 101011 | 0 | 100110 | 11010 | 1001101 | 101010101 | 10111 | 10010 |
Color Harmonies of #3A242B
Complementary color
Monochromatic Colors of #3A242B
Black with #3A242B
Text Example
Text Example
White with #3A242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A242B; }
p { color: rgb(58,36,43); }
H1.HeaderClassName
{
color: #3A242B;
}
.AnyTagClassName
{
color: #3A242B;
}
</style>
background-color css
<style>
a { background-color: #3A242B; }
a { background-color: rgb(58,36,43); }
div.DivClassName
{
background-color: #3A242B;
}
.BgClassName
{
background-color: #3A242B;
}
</style>
border-color css
<style>
span { border-color: #3A242B; }
span { border-color: rgb(58,36,43); }
td.TdClassName
{
border-color: #3A242B;
}
.TagClassName
{
border-color: #3A242B;
}
</style>