Shades of Space Shuttle #423F3B
Tints of Space Shuttle #423F3B
RGB
CMYK
RGB Variations
Color information
#423F3B (or 0x423F3B) is known color: Space Shuttle. HEX triplet: 42, 3F and 3B. RGB value is (66,63,59). Sum of RGB (Red+Green+Blue) = 66+63+59=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 66 - color contains mainly: red. Hex color #423F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F3B is #BDC0C4. Grayscale: #3F3F3F. Windows color (decimal): -12435653 or 3882818. OLE color: 3882818.
HSL color Cylindrical-coordinate representation of color #423F3B: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #423F3B is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 59 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.74 |
| HSL | 34.29º | 0.06% | 0.25% | - |
| HSV(B) | 34.29º | 0.11% | 0.26% | - |
| XYZ | 4.81 | 5.03 | 4.85 | - |
| YUV | 63.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 59 | 0 | 0.05 | 0.11 | 0.74 | 34.29 | 0.06 | 0.25 |
| Hex | 42 | 3F | 3B | 0 | 5 | B | 4A | 22 | 6 | 19 |
| Octal | 102 | 77 | 73 | 0 | 5 | 13 | 112 | 42 | 6 | 31 |
| Binary | 1000010 | 111111 | 111011 | 0 | 101 | 1011 | 1001010 | 100010 | 110 | 11001 |
Color Harmonies of #423F3B
Complementary color
Monochromatic Colors of #423F3B
Black with #423F3B
Text Example
Text Example
White with #423F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F3B; }
p { color: rgb(66,63,59); }
H1.HeaderClassName
{
color: #423F3B;
}
.AnyTagClassName
{
color: #423F3B;
}
</style>
background-color css
<style>
a { background-color: #423F3B; }
a { background-color: rgb(66,63,59); }
div.DivClassName
{
background-color: #423F3B;
}
.BgClassName
{
background-color: #423F3B;
}
</style>
border-color css
<style>
span { border-color: #423F3B; }
span { border-color: rgb(66,63,59); }
td.TdClassName
{
border-color: #423F3B;
}
.TagClassName
{
border-color: #423F3B;
}
</style>