Html Css Color HEX #41403F Space Shuttle

📋 copy color: '#41403F'

red 65 ◦ green 64 ◦ blue 63

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

Shades of Space Shuttle #41403F

Tints of Space Shuttle #41403F

RGB

 RED value IS 65 (25.78% from 255) = 33.85%

 GREEN value IS 64 (25.39% from 255) = 33.33%

 BLUE value IS 63 (25% from 255) = 32.81%

R = 33.85%
G = 33.33%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41403F (or 0x41403F) is known color: Space Shuttle. HEX triplet: 41, 40 and 3F. RGB value is (65,64,63). Sum of RGB (Red+Green+Blue) = 65+64+63=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 65 - color contains mainly: red. Hex color #41403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41403F is #BEBFC0. Grayscale: #404040. Windows color (decimal): -12500929 or 4145217. OLE color: 4145217.

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

Color convert

RGB 65 64 63 -
CMYK 0 0.02 0.03 0.75
HSL 30º 0.02% 0.25% -
HSV(B) 30º 0.03% 0.25% -
XYZ 4.91 5.15 5.44 -
YUV 64.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 65 64 63 0 0.02 0.03 0.75 30 0.02 0.25
Hex 41 40 3F 0 2 3 4B 1E 2 19
Octal 101 100 77 0 2 3 113 36 2 31
Binary 1000001 1000000 111111 0 10 11 1001011 11110 10 11001

Color Harmonies of #41403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41403F

Black with #41403F

Text Example


Text Example

White with #41403F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41403F;
 }
 .AnyTagClassName
 {
   color: #41403F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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