Shades of Castro #3D1D29
Tints of Castro #3D1D29
RGB
CMYK
RGB Variations
Color information
#3D1D29 (or 0x3D1D29) is known color: Castro. HEX triplet: 3D, 1D and 29. RGB value is (61,29,41). Sum of RGB (Red+Green+Blue) = 61+29+41=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D29 is #C2E2D6. Grayscale: #272727. Windows color (decimal): -12772055 or 2694461. OLE color: 2694461.
HSL color Cylindrical-coordinate representation of color #3D1D29: hue angle of 337.5º 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 #3D1D29 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 29 | 41 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.76 |
| HSL | 337.5º | 0.36% | 0.18% | - |
| HSV(B) | 337.5º | 0.52% | 0.24% | - |
| XYZ | 2.76 | 2.03 | 2.34 | - |
| YUV | 39.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 41 | 0 | 0.52 | 0.33 | 0.76 | 337.5 | 0.36 | 0.18 |
| Hex | 3D | 1D | 29 | 0 | 34 | 21 | 4C | 152 | 24 | 12 |
| Octal | 75 | 35 | 51 | 0 | 64 | 41 | 114 | 522 | 44 | 22 |
| Binary | 111101 | 11101 | 101001 | 0 | 110100 | 100001 | 1001100 | 101010010 | 100100 | 10010 |
Color Harmonies of #3D1D29
Complementary color
Monochromatic Colors of #3D1D29
Black with #3D1D29
Text Example
Text Example
White with #3D1D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D29; }
p { color: rgb(61,29,41); }
H1.HeaderClassName
{
color: #3D1D29;
}
.AnyTagClassName
{
color: #3D1D29;
}
</style>
background-color css
<style>
a { background-color: #3D1D29; }
a { background-color: rgb(61,29,41); }
div.DivClassName
{
background-color: #3D1D29;
}
.BgClassName
{
background-color: #3D1D29;
}
</style>
border-color css
<style>
span { border-color: #3D1D29; }
span { border-color: rgb(61,29,41); }
td.TdClassName
{
border-color: #3D1D29;
}
.TagClassName
{
border-color: #3D1D29;
}
</style>