Shades of Castro #3D1927
Tints of Castro #3D1927
RGB
CMYK
RGB Variations
Color information
#3D1927 (or 0x3D1927) is known color: Castro. HEX triplet: 3D, 19 and 27. RGB value is (61,25,39). Sum of RGB (Red+Green+Blue) = 61+25+39=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1927 is #C2E6D8. Grayscale: #252525. Windows color (decimal): -12773081 or 2562365. OLE color: 2562365.
HSL color Cylindrical-coordinate representation of color #3D1927: hue angle of 336.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D1927 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 39 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.76 |
| HSL | 336.67º | 0.42% | 0.17% | - |
| HSV(B) | 336.67º | 0.59% | 0.24% | - |
| XYZ | 2.64 | 1.83 | 2.13 | - |
| YUV | 37.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 39 | 0 | 0.59 | 0.36 | 0.76 | 336.67 | 0.42 | 0.17 |
| Hex | 3D | 19 | 27 | 0 | 3B | 24 | 4C | 151 | 2A | 11 |
| Octal | 75 | 31 | 47 | 0 | 73 | 44 | 114 | 521 | 52 | 21 |
| Binary | 111101 | 11001 | 100111 | 0 | 111011 | 100100 | 1001100 | 101010001 | 101010 | 10001 |
Color Harmonies of #3D1927
Complementary color
Monochromatic Colors of #3D1927
Black with #3D1927
Text Example
Text Example
White with #3D1927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1927; }
p { color: rgb(61,25,39); }
H1.HeaderClassName
{
color: #3D1927;
}
.AnyTagClassName
{
color: #3D1927;
}
</style>
background-color css
<style>
a { background-color: #3D1927; }
a { background-color: rgb(61,25,39); }
div.DivClassName
{
background-color: #3D1927;
}
.BgClassName
{
background-color: #3D1927;
}
</style>
border-color css
<style>
span { border-color: #3D1927; }
span { border-color: rgb(61,25,39); }
td.TdClassName
{
border-color: #3D1927;
}
.TagClassName
{
border-color: #3D1927;
}
</style>