#42403D

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

Shades of Space Shuttle #42403D

Tints of Space Shuttle #42403D

Color information

#42403D (or 0x42403D) is unknown color: approx Space Shuttle. HEX triplet: 42, 40 and 3D. RGB value is (66,64,61). Sum of RGB (Red+Green+Blue) = 66+64+61=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 66 - color contains mainly: red. Hex color #42403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42403D is #BDBFC2. Grayscale: #404040. Windows color (decimal): -12435395 or 4014146. OLE color: 4014146.

HSL color Cylindrical-coordinate representation of color #42403D: hue angle of 36º 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 #42403D is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB666461-
CMYK00.030.080.74
HSL36º3.94%24.9%-
HSV(B)36º7.58%25.88%-
XYZ4.925.165.15-
YUV64.26126.16129.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=34.55%
G=33.51%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66646100.030.080.74363.9424.9
Hex42403D0384A24419
Octal10210075031011244431
Binary100001010000001111010111000100101010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42403D; }

 p { color: rgb(66,64,61); }

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

<style>
 a { background-color: #42403D; }

 a { background-color: rgb(66,64,61); }

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

<style>
 span { border-color: #42403D; }

 span { border-color: rgb(66,64,61); }

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