Shades of Castro #3D1B27
Tints of Castro #3D1B27
RGB
CMYK
RGB Variations
Color information
#3D1B27 (or 0x3D1B27) is known color: Castro. HEX triplet: 3D, 1B and 27. RGB value is (61,27,39). Sum of RGB (Red+Green+Blue) = 61+27+39=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1B27 is #C2E4D8. Grayscale: #262626. Windows color (decimal): -12772569 or 2562877. OLE color: 2562877.
HSL color Cylindrical-coordinate representation of color #3D1B27: hue angle of 338.82º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D1B27 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 27 | 39 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.76 |
| HSL | 338.82º | 0.39% | 0.17% | - |
| HSV(B) | 338.82º | 0.56% | 0.24% | - |
| XYZ | 2.68 | 1.92 | 2.15 | - |
| YUV | 38.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 39 | 0 | 0.56 | 0.36 | 0.76 | 338.82 | 0.39 | 0.17 |
| Hex | 3D | 1B | 27 | 0 | 38 | 24 | 4C | 153 | 27 | 11 |
| Octal | 75 | 33 | 47 | 0 | 70 | 44 | 114 | 523 | 47 | 21 |
| Binary | 111101 | 11011 | 100111 | 0 | 111000 | 100100 | 1001100 | 101010011 | 100111 | 10001 |
Color Harmonies of #3D1B27
Complementary color
Monochromatic Colors of #3D1B27
Black with #3D1B27
Text Example
Text Example
White with #3D1B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1B27; }
p { color: rgb(61,27,39); }
H1.HeaderClassName
{
color: #3D1B27;
}
.AnyTagClassName
{
color: #3D1B27;
}
</style>
background-color css
<style>
a { background-color: #3D1B27; }
a { background-color: rgb(61,27,39); }
div.DivClassName
{
background-color: #3D1B27;
}
.BgClassName
{
background-color: #3D1B27;
}
</style>
border-color css
<style>
span { border-color: #3D1B27; }
span { border-color: rgb(61,27,39); }
td.TdClassName
{
border-color: #3D1B27;
}
.TagClassName
{
border-color: #3D1B27;
}
</style>