Shades of Celtic #3D413F
Tints of Celtic #3D413F
RGB
CMYK
RGB Variations
Color information
#3D413F (or 0x3D413F) is known color: Celtic. HEX triplet: 3D, 41 and 3F. RGB value is (61,65,63). Sum of RGB (Red+Green+Blue) = 61+65+63=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 65 - color contains mainly: green. Hex color #3D413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D413F is #C2BEC0. Grayscale: #3F3F3F. Windows color (decimal): -12762817 or 4145469. OLE color: 4145469.
HSL color Cylindrical-coordinate representation of color #3D413F: hue angle of 150º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3D413F is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 65 | 63 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.75 |
| HSL | 150º | 0.03% | 0.25% | - |
| HSV(B) | 150º | 0.06% | 0.25% | - |
| XYZ | 4.71 | 5.13 | 5.44 | - |
| YUV | 63.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 63 | 0.06 | 0 | 0.03 | 0.75 | 150 | 0.03 | 0.25 |
| Hex | 3D | 41 | 3F | 6 | 0 | 3 | 4B | 96 | 3 | 19 |
| Octal | 75 | 101 | 77 | 6 | 0 | 3 | 113 | 226 | 3 | 31 |
| Binary | 111101 | 1000001 | 111111 | 110 | 0 | 11 | 1001011 | 10010110 | 11 | 11001 |
Color Harmonies of #3D413F
Complementary color
Monochromatic Colors of #3D413F
Black with #3D413F
Text Example
Text Example
White with #3D413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D413F; }
p { color: rgb(61,65,63); }
H1.HeaderClassName
{
color: #3D413F;
}
.AnyTagClassName
{
color: #3D413F;
}
</style>
background-color css
<style>
a { background-color: #3D413F; }
a { background-color: rgb(61,65,63); }
div.DivClassName
{
background-color: #3D413F;
}
.BgClassName
{
background-color: #3D413F;
}
</style>
border-color css
<style>
span { border-color: #3D413F; }
span { border-color: rgb(61,65,63); }
td.TdClassName
{
border-color: #3D413F;
}
.TagClassName
{
border-color: #3D413F;
}
</style>