Shades of Castro #3D1E29
Tints of Castro #3D1E29
RGB
CMYK
RGB Variations
Color information
#3D1E29 (or 0x3D1E29) is known color: Castro. HEX triplet: 3D, 1E and 29. RGB value is (61,30,41). Sum of RGB (Red+Green+Blue) = 61+30+41=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1E29 is #C2E1D6. Grayscale: #282828. Windows color (decimal): -12771799 or 2694717. OLE color: 2694717.
HSL color Cylindrical-coordinate representation of color #3D1E29: hue angle of 338.71º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D1E29 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 30 | 41 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.76 |
| HSL | 338.71º | 0.34% | 0.18% | - |
| HSV(B) | 338.71º | 0.51% | 0.24% | - |
| XYZ | 2.79 | 2.08 | 2.35 | - |
| YUV | 40.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 41 | 0 | 0.51 | 0.33 | 0.76 | 338.71 | 0.34 | 0.18 |
| Hex | 3D | 1E | 29 | 0 | 33 | 21 | 4C | 153 | 22 | 12 |
| Octal | 75 | 36 | 51 | 0 | 63 | 41 | 114 | 523 | 42 | 22 |
| Binary | 111101 | 11110 | 101001 | 0 | 110011 | 100001 | 1001100 | 101010011 | 100010 | 10010 |
Color Harmonies of #3D1E29
Complementary color
Monochromatic Colors of #3D1E29
Black with #3D1E29
Text Example
Text Example
White with #3D1E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E29; }
p { color: rgb(61,30,41); }
H1.HeaderClassName
{
color: #3D1E29;
}
.AnyTagClassName
{
color: #3D1E29;
}
</style>
background-color css
<style>
a { background-color: #3D1E29; }
a { background-color: rgb(61,30,41); }
div.DivClassName
{
background-color: #3D1E29;
}
.BgClassName
{
background-color: #3D1E29;
}
</style>
border-color css
<style>
span { border-color: #3D1E29; }
span { border-color: rgb(61,30,41); }
td.TdClassName
{
border-color: #3D1E29;
}
.TagClassName
{
border-color: #3D1E29;
}
</style>