Shades of Castro #3D272F
Tints of Castro #3D272F
RGB
CMYK
RGB Variations
Color information
#3D272F (or 0x3D272F) is known color: Castro. HEX triplet: 3D, 27 and 2F. RGB value is (61,39,47). Sum of RGB (Red+Green+Blue) = 61+39+47=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D272F is #C2D8D0. Grayscale: #2E2E2E. Windows color (decimal): -12769489 or 3090237. OLE color: 3090237.
HSL color Cylindrical-coordinate representation of color #3D272F: hue angle of 338.18º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D272F is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 47 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.76 |
| HSL | 338.18º | 0.22% | 0.2% | - |
| HSV(B) | 338.18º | 0.36% | 0.24% | - |
| XYZ | 3.16 | 2.65 | 3.03 | - |
| YUV | 46.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 47 | 0 | 0.36 | 0.23 | 0.76 | 338.18 | 0.22 | 0.2 |
| Hex | 3D | 27 | 2F | 0 | 24 | 17 | 4C | 152 | 16 | 14 |
| Octal | 75 | 47 | 57 | 0 | 44 | 27 | 114 | 522 | 26 | 24 |
| Binary | 111101 | 100111 | 101111 | 0 | 100100 | 10111 | 1001100 | 101010010 | 10110 | 10100 |
Color Harmonies of #3D272F
Complementary color
Monochromatic Colors of #3D272F
Black with #3D272F
Text Example
Text Example
White with #3D272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D272F; }
p { color: rgb(61,39,47); }
H1.HeaderClassName
{
color: #3D272F;
}
.AnyTagClassName
{
color: #3D272F;
}
</style>
background-color css
<style>
a { background-color: #3D272F; }
a { background-color: rgb(61,39,47); }
div.DivClassName
{
background-color: #3D272F;
}
.BgClassName
{
background-color: #3D272F;
}
</style>
border-color css
<style>
span { border-color: #3D272F; }
span { border-color: rgb(61,39,47); }
td.TdClassName
{
border-color: #3D272F;
}
.TagClassName
{
border-color: #3D272F;
}
</style>