Shades of Space Shuttle #413E39
Tints of Space Shuttle #413E39
RGB
CMYK
RGB Variations
Color information
#413E39 (or 0x413E39) is known color: Space Shuttle. HEX triplet: 41, 3E and 39. RGB value is (65,62,57). Sum of RGB (Red+Green+Blue) = 65+62+57=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 65 - color contains mainly: red. Hex color #413E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413E39 is #BEC1C6. Grayscale: #3E3E3E. Windows color (decimal): -12501447 or 3751489. OLE color: 3751489.
HSL color Cylindrical-coordinate representation of color #413E39: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #413E39 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 62 | 57 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.75 |
| HSL | 37.5º | 0.07% | 0.24% | - |
| HSV(B) | 37.5º | 0.12% | 0.25% | - |
| XYZ | 4.64 | 4.86 | 4.57 | - |
| YUV | 62.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 57 | 0 | 0.05 | 0.12 | 0.75 | 37.5 | 0.07 | 0.24 |
| Hex | 41 | 3E | 39 | 0 | 5 | C | 4B | 26 | 7 | 18 |
| Octal | 101 | 76 | 71 | 0 | 5 | 14 | 113 | 46 | 7 | 30 |
| Binary | 1000001 | 111110 | 111001 | 0 | 101 | 1100 | 1001011 | 100110 | 111 | 11000 |
Color Harmonies of #413E39
Complementary color
Monochromatic Colors of #413E39
Black with #413E39
Text Example
Text Example
White with #413E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E39; }
p { color: rgb(65,62,57); }
H1.HeaderClassName
{
color: #413E39;
}
.AnyTagClassName
{
color: #413E39;
}
</style>
background-color css
<style>
a { background-color: #413E39; }
a { background-color: rgb(65,62,57); }
div.DivClassName
{
background-color: #413E39;
}
.BgClassName
{
background-color: #413E39;
}
</style>
border-color css
<style>
span { border-color: #413E39; }
span { border-color: rgb(65,62,57); }
td.TdClassName
{
border-color: #413E39;
}
.TagClassName
{
border-color: #413E39;
}
</style>