Shades of Castro #3D1825
Tints of Castro #3D1825
RGB
CMYK
RGB Variations
Color information
#3D1825 (or 0x3D1825) is known color: Castro. HEX triplet: 3D, 18 and 25. RGB value is (61,24,37). Sum of RGB (Red+Green+Blue) = 61+24+37=122 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1825 is #C2E7DA. Grayscale: #242424. Windows color (decimal): -12773339 or 2431037. OLE color: 2431037.
HSL color Cylindrical-coordinate representation of color #3D1825: hue angle of 338.92º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D1825 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 24 | 37 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.76 |
| HSL | 338.92º | 0.44% | 0.17% | - |
| HSV(B) | 338.92º | 0.61% | 0.24% | - |
| XYZ | 2.59 | 1.78 | 1.96 | - |
| YUV | 36.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 37 | 0 | 0.61 | 0.39 | 0.76 | 338.92 | 0.44 | 0.17 |
| Hex | 3D | 18 | 25 | 0 | 3D | 27 | 4C | 153 | 2C | 11 |
| Octal | 75 | 30 | 45 | 0 | 75 | 47 | 114 | 523 | 54 | 21 |
| Binary | 111101 | 11000 | 100101 | 0 | 111101 | 100111 | 1001100 | 101010011 | 101100 | 10001 |
Color Harmonies of #3D1825
Complementary color
Monochromatic Colors of #3D1825
Black with #3D1825
Text Example
Text Example
White with #3D1825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1825; }
p { color: rgb(61,24,37); }
H1.HeaderClassName
{
color: #3D1825;
}
.AnyTagClassName
{
color: #3D1825;
}
</style>
background-color css
<style>
a { background-color: #3D1825; }
a { background-color: rgb(61,24,37); }
div.DivClassName
{
background-color: #3D1825;
}
.BgClassName
{
background-color: #3D1825;
}
</style>
border-color css
<style>
span { border-color: #3D1825; }
span { border-color: rgb(61,24,37); }
td.TdClassName
{
border-color: #3D1825;
}
.TagClassName
{
border-color: #3D1825;
}
</style>