#42413F

Color #42413F Space Shuttle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Space Shuttle #42413F

Tints of Space Shuttle #42413F

Color information

#42413F (or 0x42413F) is unknown color: approx Space Shuttle. HEX triplet: 42, 41 and 3F. RGB value is (66,65,63). Sum of RGB (Red+Green+Blue) = 66+65+63=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 66 - color contains mainly: red. Hex color #42413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42413F is #BDBEC0. Grayscale: #414141. Windows color (decimal): -12435137 or 4145474. OLE color: 4145474.

HSL color Cylindrical-coordinate representation of color #42413F: hue angle of 40º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #42413F is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB666563-
CMYK00.020.050.74
HSL40º2.33%25.29%-
HSV(B)40º4.55%25.88%-
XYZ5.035.35.46-
YUV65.07126.83128.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 63 (25% from 255) = 32.47%
R=34.02%
G=33.51%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66656300.020.050.74402.3325.29
Hex42413F0254A28219
Octal1021017702511250231
Binary1000010100000111111101010110010101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42413F; }

 p { color: rgb(66,65,63); }

 H1.HeaderClassName
 {
   color: #42413F;
 }
 .AnyTagClassName
 {
   color: #42413F;
 }
</style>
background-color css

<style>
 a { background-color: #42413F; }

 a { background-color: rgb(66,65,63); }

 div.DivClassName
 {
   background-color: #42413F;
 }
 .BgClassName
 {
   background-color: #42413F;
 }
</style>
border-color css

<style>
 span { border-color: #42413F; }

 span { border-color: rgb(66,65,63); }

 td.TdClassName
 {
   border-color: #42413F;
 }
 .TagClassName
 {
   border-color: #42413F;
 }
</style>