Html Css Color HEX #413F3D Space Shuttle

📋 copy color: '#413F3D'

red 65 ◦ green 63 ◦ blue 61

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

Shades of Space Shuttle #413F3D

Tints of Space Shuttle #413F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 33.33%

 BLUE value IS 61 (24.22% from 255) = 32.28%

R = 34.39%
G = 33.33%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#413F3D (or 0x413F3D) is known color: Space Shuttle. HEX triplet: 41, 3F and 3D. RGB value is (65,63,61). Sum of RGB (Red+Green+Blue) = 65+63+61=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 65 - color contains mainly: red. Hex color #413F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F3D is #BEC0C2. Grayscale: #3F3F3F. Windows color (decimal): -12501187 or 4013889. OLE color: 4013889.

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

Color convert

RGB 65 63 61 -
CMYK 0 0.03 0.06 0.75
HSL 30º 0.03% 0.25% -
HSV(B) 30º 0.06% 0.25% -
XYZ 4.8 5.02 5.13 -
YUV 63.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 65 63 61 0 0.03 0.06 0.75 30 0.03 0.25
Hex 41 3F 3D 0 3 6 4B 1E 3 19
Octal 101 77 75 0 3 6 113 36 3 31
Binary 1000001 111111 111101 0 11 110 1001011 11110 11 11001

Color Harmonies of #413F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F3D

Black with #413F3D

Text Example


Text Example

White with #413F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413F3D; }

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

 H1.HeaderClassName
 {
   color: #413F3D;
 }
 .AnyTagClassName
 {
   color: #413F3D;
 }
</style>

background-color css

<style>
 a { background-color: #413F3D; }

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

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

border-color css

<style>
 span { border-color: #413F3D; }

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

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