Shades of Castro #3A202A
Tints of Castro #3A202A
RGB
CMYK
RGB Variations
Color information
#3A202A (or 0x3A202A) is known color: Castro. HEX triplet: 3A, 20 and 2A. RGB value is (58,32,42). Sum of RGB (Red+Green+Blue) = 58+32+42=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 58 - color contains mainly: red. Hex color #3A202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A202A is #C5DFD5. Grayscale: #282828. Windows color (decimal): -12967894 or 2760762. OLE color: 2760762.
HSL color Cylindrical-coordinate representation of color #3A202A: hue angle of 336.92º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A202A is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 42 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.77 |
| HSL | 336.92º | 0.29% | 0.18% | - |
| HSV(B) | 336.92º | 0.45% | 0.23% | - |
| XYZ | 2.68 | 2.1 | 2.45 | - |
| YUV | 40.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 42 | 0 | 0.45 | 0.28 | 0.77 | 336.92 | 0.29 | 0.18 |
| Hex | 3A | 20 | 2A | 0 | 2D | 1C | 4D | 151 | 1D | 12 |
| Octal | 72 | 40 | 52 | 0 | 55 | 34 | 115 | 521 | 35 | 22 |
| Binary | 111010 | 100000 | 101010 | 0 | 101101 | 11100 | 1001101 | 101010001 | 11101 | 10010 |
Color Harmonies of #3A202A
Complementary color
Monochromatic Colors of #3A202A
Black with #3A202A
Text Example
Text Example
White with #3A202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A202A; }
p { color: rgb(58,32,42); }
H1.HeaderClassName
{
color: #3A202A;
}
.AnyTagClassName
{
color: #3A202A;
}
</style>
background-color css
<style>
a { background-color: #3A202A; }
a { background-color: rgb(58,32,42); }
div.DivClassName
{
background-color: #3A202A;
}
.BgClassName
{
background-color: #3A202A;
}
</style>
border-color css
<style>
span { border-color: #3A202A; }
span { border-color: rgb(58,32,42); }
td.TdClassName
{
border-color: #3A202A;
}
.TagClassName
{
border-color: #3A202A;
}
</style>