Shades of Space Shuttle #424140
Tints of Space Shuttle #424140
RGB
CMYK
RGB Variations
Color information
#424140 (or 0x424140) is known color: Space Shuttle. HEX triplet: 42, 41 and 40. RGB value is (66,65,64). Sum of RGB (Red+Green+Blue) = 66+65+64=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 66 - color contains mainly: red. Hex color #424140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424140 is #BDBEBF. Grayscale: #414141. Windows color (decimal): -12435136 or 4211010. OLE color: 4211010.
HSL color Cylindrical-coordinate representation of color #424140: hue angle of 30º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #424140 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 64 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.74 |
| HSL | 30º | 0.02% | 0.25% | - |
| HSV(B) | 30º | 0.03% | 0.26% | - |
| XYZ | 5.06 | 5.31 | 5.61 | - |
| YUV | 65.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 64 | 0 | 0.02 | 0.03 | 0.74 | 30 | 0.02 | 0.25 |
| Hex | 42 | 41 | 40 | 0 | 2 | 3 | 4A | 1E | 2 | 19 |
| Octal | 102 | 101 | 100 | 0 | 2 | 3 | 112 | 36 | 2 | 31 |
| Binary | 1000010 | 1000001 | 1000000 | 0 | 10 | 11 | 1001010 | 11110 | 10 | 11001 |
Color Harmonies of #424140
Complementary color
Monochromatic Colors of #424140
Black with #424140
Text Example
Text Example
White with #424140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424140; }
p { color: rgb(66,65,64); }
H1.HeaderClassName
{
color: #424140;
}
.AnyTagClassName
{
color: #424140;
}
</style>
background-color css
<style>
a { background-color: #424140; }
a { background-color: rgb(66,65,64); }
div.DivClassName
{
background-color: #424140;
}
.BgClassName
{
background-color: #424140;
}
</style>
border-color css
<style>
span { border-color: #424140; }
span { border-color: rgb(66,65,64); }
td.TdClassName
{
border-color: #424140;
}
.TagClassName
{
border-color: #424140;
}
</style>