Shades of Castro #3D1D2A
Tints of Castro #3D1D2A
RGB
CMYK
RGB Variations
Color information
#3D1D2A (or 0x3D1D2A) is known color: Castro. HEX triplet: 3D, 1D and 2A. RGB value is (61,29,42). Sum of RGB (Red+Green+Blue) = 61+29+42=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D2A is #C2E2D5. Grayscale: #282828. Windows color (decimal): -12772054 or 2759997. OLE color: 2759997.
HSL color Cylindrical-coordinate representation of color #3D1D2A: hue angle of 335.62º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D1D2A is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 29 | 42 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.76 |
| HSL | 335.63º | 0.36% | 0.18% | - |
| HSV(B) | 335.63º | 0.52% | 0.24% | - |
| XYZ | 2.78 | 2.04 | 2.44 | - |
| YUV | 40.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 42 | 0 | 0.52 | 0.31 | 0.76 | 335.63 | 0.36 | 0.18 |
| Hex | 3D | 1D | 2A | 0 | 34 | 1F | 4C | 150 | 24 | 12 |
| Octal | 75 | 35 | 52 | 0 | 64 | 37 | 114 | 520 | 44 | 22 |
| Binary | 111101 | 11101 | 101010 | 0 | 110100 | 11111 | 1001100 | 101010000 | 100100 | 10010 |
Color Harmonies of #3D1D2A
Complementary color
Monochromatic Colors of #3D1D2A
Black with #3D1D2A
Text Example
Text Example
White with #3D1D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D2A; }
p { color: rgb(61,29,42); }
H1.HeaderClassName
{
color: #3D1D2A;
}
.AnyTagClassName
{
color: #3D1D2A;
}
</style>
background-color css
<style>
a { background-color: #3D1D2A; }
a { background-color: rgb(61,29,42); }
div.DivClassName
{
background-color: #3D1D2A;
}
.BgClassName
{
background-color: #3D1D2A;
}
</style>
border-color css
<style>
span { border-color: #3D1D2A; }
span { border-color: rgb(61,29,42); }
td.TdClassName
{
border-color: #3D1D2A;
}
.TagClassName
{
border-color: #3D1D2A;
}
</style>