Shades of Castro #3D3034
Tints of Castro #3D3034
RGB
CMYK
RGB Variations
Color information
#3D3034 (or 0x3D3034) is known color: Castro. HEX triplet: 3D, 30 and 34. RGB value is (61,48,52). Sum of RGB (Red+Green+Blue) = 61+48+52=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3034 is #C2CFCB. Grayscale: #343434. Windows color (decimal): -12767180 or 3420221. OLE color: 3420221.
HSL color Cylindrical-coordinate representation of color #3D3034: hue angle of 341.54º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D3034 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 48 | 52 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.76 |
| HSL | 341.54º | 0.12% | 0.21% | - |
| HSV(B) | 341.54º | 0.21% | 0.24% | - |
| XYZ | 3.6 | 3.35 | 3.71 | - |
| YUV | 52.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 52 | 0 | 0.21 | 0.15 | 0.76 | 341.54 | 0.12 | 0.21 |
| Hex | 3D | 30 | 34 | 0 | 15 | F | 4C | 156 | C | 15 |
| Octal | 75 | 60 | 64 | 0 | 25 | 17 | 114 | 526 | 14 | 25 |
| Binary | 111101 | 110000 | 110100 | 0 | 10101 | 1111 | 1001100 | 101010110 | 1100 | 10101 |
Color Harmonies of #3D3034
Complementary color
Monochromatic Colors of #3D3034
Black with #3D3034
Text Example
Text Example
White with #3D3034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3034; }
p { color: rgb(61,48,52); }
H1.HeaderClassName
{
color: #3D3034;
}
.AnyTagClassName
{
color: #3D3034;
}
</style>
background-color css
<style>
a { background-color: #3D3034; }
a { background-color: rgb(61,48,52); }
div.DivClassName
{
background-color: #3D3034;
}
.BgClassName
{
background-color: #3D3034;
}
</style>
border-color css
<style>
span { border-color: #3D3034; }
span { border-color: rgb(61,48,52); }
td.TdClassName
{
border-color: #3D3034;
}
.TagClassName
{
border-color: #3D3034;
}
</style>