Html Css Color HEX #42413F Space Shuttle

📋 copy color: '#42413F'

red 66 ◦ green 65 ◦ blue 63

#42413F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Space Shuttle #42413F

Tints of Space Shuttle #42413F

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 value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#42413F (or 0x42413F) is known color: 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

RGB 66 65 63 -
CMYK 0 0.02 0.05 0.74
HSL 40º 0.02% 0.25% -
HSV(B) 40º 0.05% 0.26% -
XYZ 5.03 5.3 5.46 -
YUV 65.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 66 65 63 0 0.02 0.05 0.74 40 0.02 0.25
Hex 42 41 3F 0 2 5 4A 28 2 19
Octal 102 101 77 0 2 5 112 50 2 31
Binary 1000010 1000001 111111 0 10 101 1001010 101000 10 11001

Color Harmonies of #42413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42413F

Black with #42413F

Text Example


Text Example

White with #42413F

Text Example


Text Example

HTML Codes & Css Web 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>