Shades of Castro #3D1E2A
Tints of Castro #3D1E2A
RGB
CMYK
RGB Variations
Color information
#3D1E2A (or 0x3D1E2A) is known color: Castro. HEX triplet: 3D, 1E and 2A. RGB value is (61,30,42). Sum of RGB (Red+Green+Blue) = 61+30+42=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1E2A is #C2E1D5. Grayscale: #282828. Windows color (decimal): -12771798 or 2760253. OLE color: 2760253.
HSL color Cylindrical-coordinate representation of color #3D1E2A: hue angle of 336.77º 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 #3D1E2A is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 30 | 42 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.76 |
| HSL | 336.77º | 0.34% | 0.18% | - |
| HSV(B) | 336.77º | 0.51% | 0.24% | - |
| XYZ | 2.81 | 2.09 | 2.45 | - |
| YUV | 40.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 42 | 0 | 0.51 | 0.31 | 0.76 | 336.77 | 0.34 | 0.18 |
| Hex | 3D | 1E | 2A | 0 | 33 | 1F | 4C | 151 | 22 | 12 |
| Octal | 75 | 36 | 52 | 0 | 63 | 37 | 114 | 521 | 42 | 22 |
| Binary | 111101 | 11110 | 101010 | 0 | 110011 | 11111 | 1001100 | 101010001 | 100010 | 10010 |
Color Harmonies of #3D1E2A
Complementary color
Monochromatic Colors of #3D1E2A
Black with #3D1E2A
Text Example
Text Example
White with #3D1E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E2A; }
p { color: rgb(61,30,42); }
H1.HeaderClassName
{
color: #3D1E2A;
}
.AnyTagClassName
{
color: #3D1E2A;
}
</style>
background-color css
<style>
a { background-color: #3D1E2A; }
a { background-color: rgb(61,30,42); }
div.DivClassName
{
background-color: #3D1E2A;
}
.BgClassName
{
background-color: #3D1E2A;
}
</style>
border-color css
<style>
span { border-color: #3D1E2A; }
span { border-color: rgb(61,30,42); }
td.TdClassName
{
border-color: #3D1E2A;
}
.TagClassName
{
border-color: #3D1E2A;
}
</style>