Shades of Space Shuttle #423F3D
Tints of Space Shuttle #423F3D
RGB
CMYK
RGB Variations
Color information
#423F3D (or 0x423F3D) is known color: Space Shuttle. HEX triplet: 42, 3F and 3D. RGB value is (66,63,61). Sum of RGB (Red+Green+Blue) = 66+63+61=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 66 - color contains mainly: red. Hex color #423F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F3D is #BDC0C2. Grayscale: #3F3F3F. Windows color (decimal): -12435651 or 4013890. OLE color: 4013890.
HSL color Cylindrical-coordinate representation of color #423F3D: hue angle of 24º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #423F3D is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 61 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.74 |
| HSL | 24º | 0.04% | 0.25% | - |
| HSV(B) | 24º | 0.08% | 0.26% | - |
| XYZ | 4.87 | 5.05 | 5.13 | - |
| YUV | 63.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 61 | 0 | 0.05 | 0.08 | 0.74 | 24 | 0.04 | 0.25 |
| Hex | 42 | 3F | 3D | 0 | 5 | 8 | 4A | 18 | 4 | 19 |
| Octal | 102 | 77 | 75 | 0 | 5 | 10 | 112 | 30 | 4 | 31 |
| Binary | 1000010 | 111111 | 111101 | 0 | 101 | 1000 | 1001010 | 11000 | 100 | 11001 |
Color Harmonies of #423F3D
Complementary color
Monochromatic Colors of #423F3D
Black with #423F3D
Text Example
Text Example
White with #423F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F3D; }
p { color: rgb(66,63,61); }
H1.HeaderClassName
{
color: #423F3D;
}
.AnyTagClassName
{
color: #423F3D;
}
</style>
background-color css
<style>
a { background-color: #423F3D; }
a { background-color: rgb(66,63,61); }
div.DivClassName
{
background-color: #423F3D;
}
.BgClassName
{
background-color: #423F3D;
}
</style>
border-color css
<style>
span { border-color: #423F3D; }
span { border-color: rgb(66,63,61); }
td.TdClassName
{
border-color: #423F3D;
}
.TagClassName
{
border-color: #423F3D;
}
</style>