Html Css Color HEX #3F3D3A Space Shuttle

📋 copy color: '#3F3D3A'

red 63 ◦ green 61 ◦ blue 58

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

Shades of Space Shuttle #3F3D3A

Tints of Space Shuttle #3F3D3A

RGB

 RED value IS 63 (25% from 255) = 34.62%

 GREEN value IS 61 (24.22% from 255) = 33.52%

 BLUE value IS 58 (23.05% from 255) = 31.87%

R = 34.62%
G = 33.52%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#3F3D3A (or 0x3F3D3A) is known color: Space Shuttle. HEX triplet: 3F, 3D and 3A. RGB value is (63,61,58). Sum of RGB (Red+Green+Blue) = 63+61+58=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D3A is #C0C2C5. Grayscale: #3D3D3D. Windows color (decimal): -12632774 or 3816767. OLE color: 3816767.

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

Color convert

RGB 63 61 58 -
CMYK 0 0.03 0.08 0.75
HSL 36º 0.04% 0.24% -
HSV(B) 36º 0.08% 0.25% -
XYZ 4.48 4.7 4.67 -
YUV 61.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 63 61 58 0 0.03 0.08 0.75 36 0.04 0.24
Hex 3F 3D 3A 0 3 8 4B 24 4 18
Octal 77 75 72 0 3 10 113 44 4 30
Binary 111111 111101 111010 0 11 1000 1001011 100100 100 11000

Color Harmonies of #3F3D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3D3A

Black with #3F3D3A

Text Example


Text Example

White with #3F3D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F3D3A; }

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

 H1.HeaderClassName
 {
   color: #3F3D3A;
 }
 .AnyTagClassName
 {
   color: #3F3D3A;
 }
</style>

background-color css

<style>
 a { background-color: #3F3D3A; }

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

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

border-color css

<style>
 span { border-color: #3F3D3A; }

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

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